Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Metric Spaces and

The bridge from one-variable to multivariable analysis (analysis spine). The notions of limit, continuity, and completeness developed for all depend only on the distance . Abstracting distance to a metric lets us run the same arguments in , in function spaces, and on manifolds. The page culminates in the contraction mapping theorem, the fixed-point engine behind the inverse and implicit function theorems (inverse-implicit.md).

This page is the analysis-side companion to the point-set topology in topology-manifolds.md §1; that page works with general open-set topologies, this one with the metric that generates them.

References: Rudin, Principles of Mathematical Analysis, ch. 2; Munkres, Topology.

1. Metric Spaces

A metric space is a set with a function (the metric) such that for all :

  • (M1) ;
  • (M2) (symmetry);
  • (M3) (triangle inequality).

Examples: with ; with the Euclidean metric; the space of continuous functions with the sup metric — in which "convergence" means uniform convergence (sequences-series.md §7).

2. Norms on

is a vector space; a norm assigns lengths with , , and , and induces the metric . The standard norms:

The Euclidean norm comes from the inner product , with the Cauchy–Schwarz inequality .

All norms on are equivalent: for any two norms there are constants with . Consequently open sets, convergence, continuity, and compactness in do not depend on which norm is chosen. (This fails in infinite dimensions.)

3. Open Sets, Limits, Continuity

The open ball is . A set is open if every point has a ball inside ; closed if its complement is open. These open sets form a topology — the metric topology — and recover exactly the structure of topology-manifolds.md §1.

  • A sequence iff . In this is equivalent to coordinatewise convergence.
  • between metric spaces is continuous at iff — equivalently, is open (continuity.md §2.1). Both the and the topological definitions transfer verbatim.

4. Completeness

A sequence is Cauchy if as . A metric space is complete if every Cauchy sequence converges.

  • is complete (Cauchy criterion, sequences-series.md §4).
  • is complete: a Cauchy sequence is Cauchy in each coordinate.
  • with the sup metric is complete — this is just the statement that a uniform limit of continuous functions is continuous. Complete normed spaces are Banach spaces.

Completeness is the property that guarantees "the limit you are trying to build actually exists," and it is the hypothesis the contraction mapping theorem needs.

5. Compactness

is compact if every open cover has a finite subcover (the definition from topology-manifolds.md §1.4). In metric spaces this is equivalent to sequential compactness (every sequence has a convergent subsequence) and to being complete and totally bounded.

Heine–Borel Theorem. A subset of is compact iff it is closed and bounded.

Proof idea. Boundedness lets Bolzano–Weierstrass (sequences-series.md §3) extract a convergent subsequence coordinatewise; closedness keeps the limit inside.

Consequences used throughout the spine: a continuous real function on a compact set attains its extrema (EVT, continuity.md) and is uniformly continuous (Heine–Cantor) — the latter is what makes continuous functions integrable over boxes in multiple-integrals.md. Warning: Heine–Borel is special to finite dimensions; closed bounded sets in need not be compact.

6. Connectedness

is connected if it is not a disjoint union of two nonempty open sets, and path-connected if any two points are joined by a continuous path. For open subsets of the two coincide. Connectedness is what makes the "constant if derivative vanishes" and "path-independence of conservative fields" arguments work (vector-calculus.md §3). An open connected set is called a domain or region.

7. The Contraction Mapping Theorem

A map on a metric space is a contraction if there is a constant with

Banach Fixed Point Theorem. A contraction on a nonempty complete metric space has a unique fixed point , and for any the iterates converge to with .

Proof. The iterates are Cauchy: , and a geometric-series estimate bounds . By completeness ; continuity of gives . Uniqueness: if and then forces .

This theorem is the workhorse behind the inverse and implicit function theorems (inverse-implicit.md), the Picard–Lindelöf existence theorem for ODEs, and many numerical iteration schemes. It is precisely why completeness was worth axiomatizing.

8. Where this page is used


Next: Multivariable Differentiation.