Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Topological Equivalence of Norms

A single vector space can carry many different norms. Two norms are equivalent when they induce the same topology — the same open sets, the same convergent sequences, the same continuous functions. In finite dimensions this never matters: all norms on Rn\mathbb{R}^n are equivalent. In infinite dimensions it matters enormously, and the choice of norm determines which operators are bounded and which sequences converge.

Definition 1 (Equivalent Norms)

Two norms 1\|\cdot\|^1 and 2\|\cdot\|^2 on a vector space XX are equivalent if there exist constants a,b>0a, b > 0 such that

ax1x2bx1xX.a \|x\|^1 \leq \|x\|^2 \leq b \|x\|^1 \quad \forall x \in X.

Equivalent norms induce the same underlying topology on XX: they generate the same open sets and hence the same notion of “close.”

Geometric intuition. The condition ax1x2bx1a\|x\|^1 \leq \|x\|^2 \leq b\|x\|^1 says the unit ball of one norm can be scaled to sit inside the unit ball of the other, and vice versa. In R2\mathbb{R}^2 the 1\ell^1 ball (a diamond), the 2\ell^2 ball (a circle), and the \ell^\infty ball (a square) all have different shapes — yet each can be scaled to contain, or be contained in, any of the others. This mutual containment of balls is exactly equivalence of topologies.

Example 1 (Unit balls in Rn\mathbb{R}^n fit inside each other)

For xRnx \in \mathbb{R}^n the p\ell^p norms satisfy the pointwise inequalities

xx2x1nx,x2nx,x1nx2.\|x\|_\infty \leq \|x\|_2 \leq \|x\|_1 \leq n\,\|x\|_\infty, \qquad \|x\|_2 \leq \sqrt{n}\,\|x\|_\infty, \qquad \|x\|_1 \leq \sqrt{n}\,\|x\|_2.

Writing Bp={x:xp1}B_p = \{x : \|x\|_p \leq 1\} for the closed unit ball of p\|\cdot\|_p, the smaller the norm, the larger the ball. The inequalities above translate directly into the nested inclusions

B1B2BnB2nB1.B_1 \subset B_2 \subset B_\infty \subset \sqrt{n}\, B_2 \subset n\, B_1.

So the diamond, the disk, and the square each fit inside a rescaled copy of the others. Pictorially in R2\mathbb{R}^2: the diamond B1B_1 is inscribed in the disk B2B_2, which is inscribed in the square BB_\infty; conversely, the square shrunk by 2\sqrt{2} fits back inside the disk, and the disk shrunk by 2 fits back inside the diamond. Because the scaling factors 1,n,n1, \sqrt{n}, n are finite, each pair of p\ell^p norms on Rn\mathbb{R}^n is equivalent.

Theorem 1 (Equivalence of Norms in Rn\mathbb{R}^n)

On Rn\mathbb{R}^n all norms are equivalent.

Proof 1

Let \|\cdot\| be any norm on Rn\mathbb{R}^n and 2\|\cdot\|_2 the Euclidean norm. Writing x=xieix = \sum x_i e_i and using the triangle inequality, xxieibx2\|x\| \leq \sum |x_i|\,\|e_i\| \leq b\,\|x\|_2 where b=(ei2)1/2b = (\sum \|e_i\|^2)^{1/2}. In particular \|\cdot\| is continuous with respect to 2\|\cdot\|_2. The Euclidean unit sphere S={x:x2=1}S = \{x : \|x\|_2 = 1\} is compact (Heine-Borel), so the continuous function xxx \mapsto \|x\| attains a positive minimum a>0a > 0 on SS. Homogeneity gives ax2xbx2a\|x\|_2 \leq \|x\| \leq b\|x\|_2 for all xx, so 2\|\cdot\| \sim \|\cdot\|_2, and hence any two norms on Rn\mathbb{R}^n are equivalent.

Remark 1 (Failure in Infinite Dimensions)

This theorem fails in infinite dimensions. For instance, on C0([0,1])\mathcal{C}^0([0,1]) the norms \|\cdot\|_\infty and 1\|\cdot\|_1 are not equivalent: a sequence of tall, narrow spikes can converge in L1L^1 without converging uniformly. The choice of norm — and hence the topology — matters fundamentally in infinite-dimensional analysis and determines which operators are bounded, which functionals are continuous, and which sequences converge.

The proof above breaks down exactly because the unit sphere of one norm need not be compact in the topology of another. Equivalence of norms on Rn\mathbb{R}^n and compactness of the unit ball are two sides of the same finite-dimensional coin.