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.

The uniform boundedness principle (Banach-Steinhaus)

Theorem 1 (Banach-Steinhaus)

Let XX be a Banach space, and YY be a normed space and let (Tα)αA(T_\alpha)_{\alpha \in A} be a family of bounded linear operators Tα:XYT_\alpha : X \mapsto Y. Then the following are equivalent:

  1. (Pointwise boundedness) xX\forall x \in X the set {Tαx:αA}\{ T_\alpha x : \alpha \in A \} is bounded.

  2. (Uniform boundedness) The operator norms {Tαop}\{ || T_\alpha ||_{\mathrm{op}} \} are bounded.

Proof of Banach-Steinhaus:

Remark 1 (Significance of Banach-Steinhaus)

  1. The condition that {Tα:αA}\{ \| T_\alpha \| : \alpha \in A \} is bounded is equivalent to the family {Tα}\{ T_\alpha \} being equicontinuous.

  2. The theorem shows that pointwise control implies uniform control.

  3. From the perspective of qualitative vs. quantitative: the qualitative statement says the family of operators is somehow well-behaved, and the quantitative perspective puts a particular number on the behaviour of the operator.

  4. A version of this theorem with specific rates allows us to establish and control the convergence of sequences of approximation operators e.g. quadrature approximations to integrals, or finite difference approximations to derivatives.

  5. From a metamathematical view it explains why sequential arguments often work in functional analysis. In other words, if the uniform limit didn’t exist we could construct sequences that behave pathologically. For more details, see the subsequent corollary.

Why Does Banach-Steinhaus Need Completeness?

In finite dimensions, Banach-Steinhaus is trivial: it needs no topology, no Baire, not even continuity. In infinite dimensions completeness is essential.

The Finite-Dimensional Story
What Breaks in Infinite Dimensions

Why This Matters in Practice

The contrapositive is often more useful: if the family is uniformly unbounded, then there exists a concrete point xx where supαTαx=\sup_\alpha \|T_\alpha x\| = \infty. The blowup cannot remain invisible, it must concentrate at an actual point in the space. Moreover, the set of such witness points is comeager (residual) by Baire, meaning witnesses are generic and the well-behaved points are the topologically rare ones.

Fourier series
Numerical methods and approximation

Banach-Steinhaus turns abstract collective pathology into concrete individual pathology. An incomplete space is itself meagre, so it can be exhausted by the nowhere dense sets FjF_j and no witness needs to exist. A complete space is not meagre, so Baire forces some FjF_j to have interior, and the witness is not only guaranteed but generic.

A common application is to converging sequences of bounded linear operators.

Corollary 1 (Limits of sequences of bounded linear operators)

Let X,YX, Y be Banach spaces, and let (Tn)n=1( T_n )_{n=1}^{\infty} be a family of bounded linear operators Tn:XYT_n : X \mapsto Y. Then the following are equivalent:

  1. (Pointwise convergence). xX\forall x \in X, TnxyT_n x \to y in YY.

  2. (Pointwise convergence to a continuous limit). There exists a bounded linear operator T:XYT : X \mapsto Y such that xX\forall x \in X, TnxTxT_n x \to Tx in YY.

  3. (Uniform boundedness + Dense subclass convergence). The operator norms {Tn:n=1,2,}\{ ||T_n|| : n = 1, 2, \dots \} are bounded, and for a dense subset of XX, TnxT_n x converges in YY.

Proof: