Metric Spaces: Basic Concepts and Examples
Motivation: Distance as an Abstraction → Definition of a Metric Space → Important Examples → Completeness → Numerical Example → Real-World Application → Additional Aspects → Connection with Other Branches of Mathematics → Historical Reference and Development of the Idea
Formulas
- ·p < ∞: ‖x‖_p = (Σ|xₙ|ᵖ)^{1/p}.
- ·p = ∞: ‖x‖_∞ = sup|xₙ|.
The concept of “distance” is ubiquitous: the distance between points on a plane, between functions (how similar are two curves?), between strings (how many substitutions are needed to turn one word into another?). A metric space is the minimal abstraction that encapsulates the axioms of distance ...
Metric space (X, d): a set X with a function metric d: X×X → ℝ₊, satisfying: 1. Positivity: d(x,y) ≥ 0; d(x,y) = 0 ⟺ x = y. 2. Symmetry: d(x,y) = d(y,x). 3. Triangle inequality: d(x,z) ≤ d(x,y) + d(y,z).
The axioms are minimal: everything needed for analysis—convergence, continuity, compactness—follows from them. The concepts of “neighborhood”, “open set”, “closed set” are transferred literally.
C[a,b]: continuous functions on [a,b]. Supremum metric: d(f,g) = max|f(x)−g(x)|.