InterviewSolution
Saved Bookmarks
| 1. |
Define metric spaces with examples. |
|
Answer» Definitions Let X be a set. A metric on X is an assignment of a distance d(x, y) ∈ R to every pair of "points" x, y in X
Examples The prototype: The set of real numbers R with the metric d(x, y) = |x - y|.This is what is called the usual metric on R. |
|