Metric Space
A metric space is a set equipped with a distance function, which provides a measure of distance between any two points in the set. The distance function, known as a metric, must satisfy a collection of axioms. One represents a metric space with metric as the pair .
For example, is a metric space, equipped with the Euclidean distance function given by However, there are other metrics one can place on ; for instance, the taxicab distance function The pairs and are both metric spaces.
Metric spaces are extremely important objects in real analysis and general topology.
Motivation
In calculus, there is a notion of convergence of sequences: a sequence converges to if gets very close to as approaches infinity. In using the phrase "gets very close," one implicitly refers to a notion of distance, where two things are close if the distance between them is small. In the case of real numbers, the distance between is given by the absolute value .
However, is not the only set for which there is a notion of distance between elements. For instance, the higher dimensional Euclidean spaces and the circle all have their own notions of distance. In , the Euclidean distance between two points and is defined to be On a circle, one notion of distance is arcwise distance, where the distance between two points is the length of the shorter arc they bound.
To study convergence of sequences in the multitude of distance-equipped objects that appear throughout mathematics, there are two possible approaches. One could define convergence separately for each object and work through many similar proofs over and over again. Or, one could define an abstract notion of "space with distance," work through the proofs once, and show that many objects are instances of this abstract notion. The second approach is much easier and more organized, so the concept of a metric space was born.
Definition
A metric space is a pair where is a set and is a function satisfying the following axioms:
For any ,
- (symmetry axiom: the distance between two points shouldn't depend on the order in which the points are input to the distance function);
- if and only if (the only point that is zero distance from a given point is the given point itself);
- (an axiomatization of the triangle inequality).
If satisfies these axioms, it is called a metric.
These axioms are intended to distill the most common properties one would expect from a metric. Already, one can see that these axioms imply results that are consistent with intuition about distances. For example, the axioms imply that the distance between two points is never negative.
If is a metric space and , then .
By the triangle inequality, . We know and , so this inequality implies . Dividing this by two gives the desired result.
Closed Sets and Continuity
In general topology, there are two common types of sets, open sets and closed sets. Intuitively, an open set is a set that does not contain its boundary; the endpoints of an interval are not contained in the interval. For instance, the open set contains an infinite number of points leading to , like , etc., but not the number itself. In contrast, a closed set is bounded. But closed sets abstractly describe the notion of a "set that contains all points near it." In a metric space, we can measure nearness using the metric, so closed sets have a very intuitive definition. Working off this definition, one is able to define continuous functions in arbitrary metric spaces.
In what follows, assume is a metric space.
If and , the distance between and is defined to be where denotes the infimum, the largest number for which for all .
Consider a subset . The closure of is Note that always, since if . The set is called closed if .
Intuitively, if a function is continuous, it should map points that are near one another in to points that are near one another in . Consider a closed subset , so that contains all points near it. If , then is near to , so is near to every (by our intuitive understanding of continuity). But contains all points near it, so , and hence . This implies is itself closed. One is therefore forced to make the following definition:
Let and be metric spaces. A function is called continuous if, for every closed subset , the set is closed in .
Convergence of Sequences
Again, let be a metric space, and suppose is a sequence of points in . Intuitively, one should declare that the sequence converges to some if, for very large , the point is very close to . Thus, the following definition is quite natural (and is essentially a metric space rephrasing of the epsilon-delta definition of a limit):
The sequence is said to converge to if, for every , there exists an index such that for all , the inequality holds. Equivalently, converges to if and only if In either case, the notation for convergence is given by or
For any convergent sequence , the points and are very close for large and , since both points are known to be close to . This lends itself to a fairly natural converse question. Suppose is a sequence for which and are very close whenever and are very large. Must this sequence converge?
A sequence is called Cauchy if, for every , there exists an index such that whenever , the inequality holds. Equivalently, is Cauchy if and only if
A metric space is called complete if every Cauchy sequence in converges.
Knowing whether or not a metric space is complete is very useful, and many common metric spaces are complete. For instance, is complete under the standard absolute value metric, although this is not so easy to prove.
is a complete metric space.
Lemma: Let be a metric space. Suppose is a Cauchy sequence. If has a convergent subsequence, then converges.
Suppose is a convergent subsequence, with as . Choose and such that implies .
Since is Cauchy, we can also choose such that implies .
Let be an index such that implies ; this exists simply because is a strictly increasing sequence of positive integers. Then, for and , we have Thus, .
Let be a Cauchy sequence. By the above lemma, it suffices to prove has a convergent subsequence.
Note that must be bounded, since it is Cauchy. By the Bolzano-Weierstrass property of , it follows has a convergent subsequence.
The following problem concerns the Banach fixed point theorem, an abstract result about complete metric spaces. This result may appear obscure and uninteresting, but the payoff is actually glorious: one can use it to prove the existence of solutions to all ordinary differential equations!
Let be a complete metric space. A contraction is a function for which there exists some constant such that for all .
Answer the following yes-no questions:
If is a contraction, does have a fixed point? I.e., is there some such that
If has a fixed point, is a contraction?
Hint: The first question is much harder than the second. In fact, the answer is yes, and this extremely important result is known as the Banach fixed point theorem.
To prove it, choose an arbitrary and set for . Then, show that converges to some and that is the desired fixed point.