Metric Space
Axioms
Given a set and a function where , we say the set and this function comprise a metric space if the three properties hold
(M1) Positive Definite
Informally, we say a function is positive definite if its value is always greater than or equal to zero. Equality holds only when its arguments are equal.
In other words, we can measure distance in a metric space.
(M2) Symmetric
Measurement can occur in either direction, and you can expect the same answer.
(M3) Triangle Inequality
Imagine the triangle equality did not hold. Then you could draw a triangle where the sides did not connect -- but that's impossible by definition of a triangle. In general metric spaces, this casual observation has a precise formulation in the triangle equality.
Properties
Convergence
Given a sequence of points in the metric space, we say that the sequence converges when, as we progress through the entire sequence, the distance between each item and some fixed point approaches zero.
Think about this in terms of positive definitiveness and commutivity. The smallest distance possible is zero, and the order of arguments does not matter. If the sequence always gets closer to zero, then the "last" point in the sequence must be getting closer and closer to the fixed point.
Closure
Given a subset of a metric space, , check that every convergent sequence in has it's limit in . If so, then we say the subset is closed.
A typical example is to imagine a "ball" in with its perimiter a fixed distance from its center. Pick any two points inside the ball to see that the distance is less than . If so, then the ball is closed. Formally, we'd write
Openness
Openness is the opposite of closure, in the sense that, if you remove a subset from and the resulting set is closed, then must be open.
In writing this formally, we simply relax the inequality condition
Notice we've only changed from "less than to equal to" to "less than"; we have not changed direction of the inequality. It's not possible to change the direction in forming the "ball" due to the positive definiteness condition.
Compactness
To demonstrate that a subset is compact, we need to show that every sequence has a subsequence that converges.
Use the familiar plane to imagine this. Draw a shape on the plane; this will be the subset . Choose any sequence of points from one end of the shape to the other, and take a portion from that sequence. It's easy to see that the subsequence has a limit point that's still inside the shape. Doing this for all possible sequences, we notice that all the limit points are inside the shape. There's no "holes".
Continuity
Continuity is defined regarding a function . This function takes an argument and outputs a value . Both and are metric spaces. If each distance measured in is less than some positive value , then the corresponding measurement in must be less than some positive value . Formally,
If the function is not continuous at the point , then this correspondence breaks.
Uniform Continuity
To say a function is uniformly continuous, we strengthen the above definition to apply to every point
Theorems
Last updated