ConceptComplete

Metrizable Spaces

A central question in point-set topology is: when can a topology be induced by a metric? Spaces whose topology arises from some metric are called metrizable. Metrization theorems provide precise conditions under which this is possible.


Definition

Definition7.1Metrizable Space

A topological space (X,τ)(X, \tau) is metrizable if there exists a metric d:X×X[0,)d: X \times X \to [0, \infty) such that τ\tau is the metric topology τd\tau_d. That is, UτU \in \tau if and only if for every xUx \in U, there exists ϵ>0\epsilon > 0 with Bd(x,ϵ)UB_d(x, \epsilon) \subseteq U.

We say dd metrizes the topology τ\tau.

RemarkMetrizability is a Topological Property

If XYX \cong Y and XX is metrizable, then YY is metrizable. However, the metric itself is not a topological invariant: different metrics can induce the same topology. For example, on Rn\mathbb{R}^n, the metrics d1d_1, d2d_2, and dd_\infty all induce the same topology.


Properties of Metrizable Spaces

Theorem7.1Metrizable Spaces are Well-Behaved

Every metrizable space satisfies the following:

  1. Hausdorff (T2T_2).
  2. Regular (T3T_3).
  3. Normal (T4T_4).
  4. Completely regular (T312T_{3\frac{1}{2}}).
  5. First-countable.
  6. Paracompact.
Proof

(1): For xyx \neq y, set ϵ=d(x,y)/2>0\epsilon = d(x, y)/2 > 0. Then B(x,ϵ)B(y,ϵ)=B(x, \epsilon) \cap B(y, \epsilon) = \emptyset.

(3): Let C,DC, D be disjoint closed sets. Define f(x)=d(x,C)/(d(x,C)+d(x,D))f(x) = d(x, C)/(d(x, C) + d(x, D)). Since CD=C \cap D = \emptyset and both are closed, d(x,C)+d(x,D)>0d(x, C) + d(x, D) > 0 for all xx. The function ff is continuous, fC=0f|_C = 0, fD=1f|_D = 1. Then U=f1([0,1/2))U = f^{-1}([0, 1/2)) and V=f1((1/2,1])V = f^{-1}((1/2, 1]) are disjoint open sets separating CC and DD.

(5): The collection {B(x,1/n):n1}\{B(x, 1/n) : n \geq 1\} is a countable neighborhood base at each xx.


Examples

ExampleMetrizable and Non-Metrizable Spaces

Metrizable:

  • Rn\mathbb{R}^n with the Euclidean metric.
  • p\ell^p and LpL^p spaces with their norm metrics.
  • Any countable product of metrizable spaces (with a suitable product metric).
  • The Hilbert cube [0,1]N[0,1]^{\mathbb{N}} (with the metric d(x,y)=2nxnynd(\mathbf{x}, \mathbf{y}) = \sum 2^{-n} |x_n - y_n|).

Not metrizable:

  • The cofinite topology on an uncountable set (not Hausdorff).
  • The Sorgenfrey line R\mathbb{R}_\ell (separable but not second-countable; metrizable separable spaces are second-countable).
  • The long line (not second-countable).
  • An uncountable product RI\mathbb{R}^I for uncountable II (not first-countable).
  • The cocountable topology on R\mathbb{R}.

Obstructions to Metrizability

Theorem7.2Necessary Conditions for Metrizability

If XX is metrizable, then:

  1. XX is Hausdorff.
  2. XX is first-countable.
  3. XX is paracompact.
  4. If XX is separable, then XX is second-countable.
  5. If XX is compact, then XX is second-countable if and only if XX has a countable dense subset.
ExampleThe Sorgenfrey Line is Not Metrizable

The Sorgenfrey line R\mathbb{R}_\ell is separable (the rationals are dense) and first-countable ({[x,x+1/n)}\{[x, x + 1/n)\} is a countable base at xx), but not second-countable.

To see this: for each xRx \in \mathbb{R}, the set [x,x+1)[x, x+1) is open in R\mathbb{R}_\ell. Any basis must contain a basis element BxB_x with xBx[x,x+1)x \in B_x \subseteq [x, x+1), which forces infBx=x\inf B_x = x. Since distinct xx give distinct BxB_x, any basis has cardinality at least R|\mathbb{R}|, which is uncountable.

Since R\mathbb{R}_\ell is separable but not second-countable, it cannot be metrizable (a metrizable separable space is always second-countable).


Equivalent Metrics

Definition7.2Equivalent Metrics

Two metrics d1d_1 and d2d_2 on a set XX are topologically equivalent if they induce the same topology: τd1=τd2\tau_{d_1} = \tau_{d_2}.

They are uniformly equivalent if the identity maps (X,d1)(X,d2)(X, d_1) \to (X, d_2) and (X,d2)(X,d1)(X, d_2) \to (X, d_1) are both uniformly continuous.

They are Lipschitz equivalent if there exist constants C1,C2>0C_1, C_2 > 0 with C1d1d2C2d1C_1 d_1 \leq d_2 \leq C_2 d_1.

ExampleMetrics on $\mathbb{R}^n$

On Rn\mathbb{R}^n, the metrics d1(x,y)=xiyid_1(\mathbf{x}, \mathbf{y}) = \sum |x_i - y_i|, d2(x,y)=(xiyi)2d_2(\mathbf{x}, \mathbf{y}) = \sqrt{\sum (x_i - y_i)^2}, and d(x,y)=maxxiyid_\infty(\mathbf{x}, \mathbf{y}) = \max |x_i - y_i| are all Lipschitz equivalent: dd2d1nd.d_\infty \leq d_2 \leq d_1 \leq n \cdot d_\infty. Hence they induce the same topology.

RemarkStandard Bounded Metric

Every metric dd is topologically equivalent to the bounded metric dˉ(x,y)=min(d(x,y),1)\bar{d}(x, y) = \min(d(x, y), 1). This is useful for constructing product metrics on countable products.