Metric Spaces
A metric space is a set equipped with a notion of distance satisfying natural axioms. Metric spaces generalize with the Euclidean distance and provide the abstract framework for analysis. Concepts like convergence, continuity, and compactness extend seamlessly to metric spaces, unifying diverse areas of mathematics.
Definition
A metric space is a pair where is a set and is a metric (or distance function) satisfying:
- Positivity: , with equality iff .
- Symmetry: .
- Triangle inequality: .
is the standard Euclidean metric on .
On any set , define if and if . This is the discrete metric โ every subset is open!
On (continuous functions on ), define (the uniform norm). This makes a metric space.
On the space of absolutely summable sequences, defines a metric (the metric).
Convergence and continuity
A sequence in converges to if as .
A function is continuous at if for every , there exists such that implies .
All definitions from (open sets, closed sets, compactness, completeness) extend naturally to metric spaces by replacing with .
Open and closed sets
The open ball of radius centered at is .
is open if for every , there exists such that .
In the discrete metric, every set is open (since ).
Summary
Metric spaces provide the abstract framework for analysis:
- Distance function satisfying positivity, symmetry, triangle inequality.
- Convergence, continuity, open/closed sets defined via .
- Examples: , function spaces, sequence spaces.
- Unifies diverse mathematical structures.
See Complete Metric Spaces and Compactness.