We now turn to two fundamental topological properties of Banach spaces that distinguish finite-dimensional spaces from infinite-dimensional ones: compactness of bounded sets and equivalence of norms.
Compactness¶
Definition 1 (Compact Set)
A subset is compact if either:
each open cover contains a finite subcover.
each sequence contains a convergent subsequence.
In finite dimensions, compactness is characterized by the Heine-Borel theorem: a set is compact if and only if it is closed and bounded.
Example 1 (Compactness of Unit Ball in )
The closed unit ball
is compact by Heine-Borel. Equivalently, we can take any sequence . Since that sequence is bounded Bolzano-Weierstrass implies that it has a convergent subsequence.
This picture changes dramatically in infinite dimensions.
Example 2 (The Unit Ball in is Not Compact)
Consider the Hilbert space of square-summable sequences with the standard orthonormal basis where has a 1 in position and zeros elsewhere.
Each lies in the closed unit ball since . However, for any :
Every pair of distinct elements is at distance apart. Therefore no subsequence of can be Cauchy, and hence no subsequence converges. The closed unit ball in is not compact.
Remark 1 (Compactness in Infinite Dimensions)
The failure of the Heine-Borel theorem in infinite dimensions is one of the most important distinctions between finite- and infinite-dimensional analysis. Closed and bounded sets need not be compact, and establishing compactness requires additional structure (e.g. equicontinuity in the Arzelà-Ascoli theorem, or tightness in probability theory). For this reason, compactness arguments play a crucial and often delicate role throughout functional analysis.
Equivalence of Norms¶
Definition 2 (Equivalent Norms)
Two norms and are equivalent if there exists such that
Note that the previous definition calls two norms equivalent when they induce the same underlying topology on . In other words, they generate the same open sets or intuitively induce the same notion of two elements being close.
Geometric intuition. The condition says that the unit ball of one norm can be scaled to fit inside the unit ball of the other, and vice versa. In , for example, the ball (a diamond), the ball (a circle), and the ball (a square) all have different shapes — but each one can be scaled up or down to contain, or be contained in, any of the others. This mutual containment of balls is exactly what equivalent topologies means: the same sequences converge, the same sets are open, and the same functions are continuous.
Theorem 1 (Equivalence of Norms in )
In all norms are equivalent.
Proof 1
This is merely a sketch of a proof. The key idea is that in all the unit balls can be scaled so that they fit into each other. Allowing us to show that the open sets in are the same as in .
Remark 2 (Failure in Infinite Dimensions)
This theorem fails in infinite dimensions. For instance, on the norms and are not equivalent: a sequence of functions can converge in 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.