Open mapping and closed graph theorems
Anchor (Master): Brezis §2; Rudin Functional Analysis §2; Conway §III; Banach-Schauder 1932
Intuition Beginner
Imagine you have two complete spaces, and , and a continuous linear rule that turns vectors in into vectors in . Suppose uses every vector of : each in is the image of at least one in . The open mapping theorem says that this rule cannot crush open neighbourhoods. A small wiggle in produces a small wiggle in in the strong sense that the image of an open ball around the origin contains an open ball around the origin.
A consequence of that promise is what feels at first like magic: if is a one-to-one continuous linear correspondence between two complete spaces, then the inverse map is also continuous. Continuity for free, in one direction, given completeness in both.
A second consequence dresses the same idea in a different costume. A linear map between complete spaces is automatically continuous as soon as its graph is a closed set in the product space. You never have to check the continuity directly; closure of the graph suffices.
Visual Beginner
Picture two large round disks side by side. The left disk is and the right disk is . A continuous linear map aims arrows from the left to the right, hitting every point in . Centre a small open ball in around the origin. Its image is a blob in around the origin. The open mapping theorem says this blob is fat enough to fully contain its own open ball around the origin.
In the closed graph picture, draw the product space . Plot the graph of , the set of pairs . If that plotted curve is a closed set in the product, then itself is continuous as a map from to .
Worked example Beginner
Picture the space of continuous functions on the closed interval from to with the supremum norm. This is a Banach space; call it . Consider the operator that doubles a function: is the function whose value at each point is twice the value of there.
The operator is a bijection from to : every continuous function is the double of divided by two. Continuity of is immediate, since doubling the supremum doubles the norm. The open mapping theorem promises something stronger: the inverse to the minus one is also continuous. And indeed, the inverse is just the halving map, whose continuity is also direct.
The interest of the theorem appears when the operator is more complicated. Consider an operator built from an integral, like sending a function to the function whose value at is the integral of from to . If you restrict attention to functions whose integral from to vanishes, the integral operator becomes a bijection with the space of continuously differentiable functions vanishing at . The inverse map is differentiation, which is bounded with respect to a stronger norm. Completeness of both sides plus the abstract theorem produce the continuity, which a direct calculation would not.
Why this matters Beginner
Three reasons the open mapping and closed graph results appear in every functional analysis course.
First, they give continuity for free. Once you know an operator is a linear bijection between Banach spaces and one direction is continuous, the other direction is too. This converts existence statements about solutions into continuity statements about solution operators, exactly the form needed for stability results in differential equations.
Second, they reduce continuity checks to graph checks. To prove a linear operator is bounded, you would normally need to estimate norms. The closed graph theorem lets you check instead that the operator's graph in the product space is a closed set. For many constructed operators, closure of the graph follows directly from how the operator was built, while a direct norm bound would be painful.
Third, together with Hahn-Banach, they form the three pillars of Banach-space theory: extension of functionals, openness of surjections, automatic continuity from graph closure. Almost every classical result in functional analysis decomposes into uses of these three pillars.
Check your understanding Beginner
Formal definition Intermediate+
Throughout this section, and denote Banach spaces 02.11.04 over the same scalar field (real or complex), and a linear map.
Definition (open map). A map between topological spaces is open if for every open , the image is open in . Equivalently, for every and every neighbourhood of , the image is a neighbourhood of .
Definition (graph of an operator). The graph of a map is the subset $$ \Gamma(T) = {(x, T x) : x \in X} \subset X \times Y. $$ The product space carries the product norm (or any equivalent norm such as ); when and are Banach spaces, so is .
Theorem (open mapping; Banach-Schauder). Let be Banach spaces and a bounded linear surjection. Then is an open map.
Theorem (bounded inverse). Let be Banach spaces and a bounded linear bijection. Then to the minus one is a bounded linear map from to .
Theorem (closed graph). Let be Banach spaces and a linear map. Then is bounded if and only if its graph is a closed subset of .
Theorem (Banach-Steinhaus; uniform boundedness principle). Let be a Banach space, a normed space, and a family of bounded linear maps from to such that for every . Then .
These four statements, together with the Hahn-Banach theorem 02.11.02, are the four classical pillars of Banach-space theory. The first three are direct corollaries of one another given completeness; the fourth flows from the same Baire-category mechanism.
Key theorem with proof Intermediate+
We prove the open mapping theorem via the Baire category theorem, then derive the bounded inverse and closed graph as corollaries.
Baire category theorem (statement used). In a complete metric space, the countable union of closed sets with empty interior has empty interior. Equivalently, a countable intersection of dense open sets is dense.
Proof of the open mapping theorem. Let be a bounded linear surjection between Banach spaces. Write and similarly for . The conclusion is: there exists with .
Step 1 (Baire input). Since is surjective, . By Baire applied to , at least one has non-empty interior. Scaling, has non-empty interior: there exist and with .
Step 2 (centre at the origin). By symmetry of under negation (the ball is symmetric, is linear), is also symmetric. So too. Convexity of (closure of a convex set is convex) plus the midpoint of and gives . Scaling, .
Step 3 (remove the closure). This is the heart of the argument. Set , so that $$ B_Y(0, \eta) \subset \overline{T(B_X(1))}. $$ We upgrade closure to actual containment: .
Fix . By Step 2 with the scaled inclusion , there exists with . Iterating: , so there exists with . Continuing produces a sequence with and $$ \left| y - T \left( \sum_{k=1}^n x_k \right) \right| < \eta \cdot 2^{-(n+1)}. $$ The partial sums form a Cauchy sequence in because converges. Completeness of gives with . Continuity of gives , and the estimate forces . So , with the slight inequality replaced by strict inequality after a rescaling argument: pick a slightly smaller ball in the iteration and adjust.
Step 4 (open at the origin implies open everywhere). We have for . For any open and any , pick with . Then $$ T(U) \supset T(B_X(x_0, \rho)) = T x_0 + \rho \cdot T(B_X(0, 1)) \supset T x_0 + B_Y(0, \rho \delta). $$ So contains an open ball around every one of its points, hence is open. This completes the proof.
Bounded inverse from open mapping. If is a bounded linear bijection, then is open, so to the minus one (which exists set-theoretically) is continuous: the preimage under to the minus one of an open set is , which is open by the open mapping theorem. Continuity of a linear map equals boundedness, so to the minus one is bounded.
Closed graph from bounded inverse. Suppose is linear with closed graph . Then is a closed subspace of the Banach space , hence itself a Banach space under the inherited norm. Consider the two projection maps $$ \pi_X : \Gamma(T) \to X, \quad (x, T x) \mapsto x, \qquad \pi_Y : \Gamma(T) \to Y, \quad (x, T x) \mapsto T x. $$ Both are bounded linear maps (the projections have norm at most ). The map is a bijection. By the bounded inverse theorem, to the minus one is bounded. Then to the minus one is a composition of bounded maps, hence bounded.
For the reverse direction, a bounded linear map has closed graph automatically: if in , then and continuity of gives ; uniqueness of limits forces , so .
Application: two complete norms are equivalent or incomparable. Suppose and are two norms on the same vector space that both make complete, and suppose for some constant and all . Then the identity map from to is a bounded linear bijection between Banach spaces. By the bounded inverse theorem, the identity in the other direction is also bounded: for some constant . So the two norms are equivalent.
The contrapositive is striking: any two complete norms on the same space are either fully equivalent (mutually bounded with constants) or fully incomparable (neither dominates the other). There is no in-between, no "one direction only" possibility. This is the rigidity that the open mapping theorem buys.
Bridge. With Hahn-Banach 02.11.02 supplying duals, the open mapping family supplies inverses. The Banach-Steinhaus principle below adds equicontinuity from pointwise bounds. Together, these are the three pillars on which the spectral theory of compact operators 02.11.12 pending, the weak-topology machinery 02.11.11 pending, and the existence theory for linear PDE all rest.
Exercises Intermediate+
Lean formalization Intermediate+
lean_status: partial — Mathlib supplies the open mapping theorem as ContinuousLinearMap.isOpenMap_of_surjective and the closed graph theorem via LinearMap.continuous_of_isClosed_graph. The companion module records curriculum-facing aliases so downstream units can cite stable handles. The Banach-Steinhaus principle lives in Mathlib as banach_steinhaus in the file Mathlib.Analysis.NormedSpace.Banach.
import Mathlib.Analysis.NormedSpace.Banach
import Mathlib.Analysis.NormedSpace.BanachSteinhaus
namespace Codex.Analysis.FunctionalAnalysis
variable (E F : Type*)
variable [NormedAddCommGroup E] [NormedSpace ℝ E] [CompleteSpace E]
variable [NormedAddCommGroup F] [NormedSpace ℝ F] [CompleteSpace F]
/-- Open mapping theorem (Banach-Schauder): a surjective continuous linear map
between Banach spaces is an open map. -/
abbrev OpenMappingTheorem : Prop :=
∀ (T : E →L[ℝ] F), Function.Surjective T → IsOpenMap T
/-- Bounded inverse theorem: a bijective continuous linear map between Banach
spaces has continuous inverse. -/
abbrev BoundedInverseTheorem : Prop :=
∀ (T : E →L[ℝ] F) (hT : Function.Bijective T),
Continuous (Function.invFun T)
/-- Closed graph theorem: a linear map between Banach spaces is continuous
iff its graph is closed. -/
abbrev ClosedGraphTheorem : Prop :=
∀ (T : E →ₗ[ℝ] F), IsClosed { p : E × F | p.2 = T p.1 } → Continuous T
end Codex.Analysis.FunctionalAnalysisBaire category theorem Master
Every proof in this unit channels through the Baire category theorem, the topological fact that drives the whole apparatus.
Theorem (Baire category, complete metric form). Let be a complete metric space. Then is not a countable union of closed sets with empty interior. Equivalently, a countable intersection of dense open sets in is dense.
Proof. Suppose with each closed and having empty interior, aiming for contradiction. Equivalently, the open sets are dense, and we show that is non-empty (in fact dense, but non-emptiness contradicts ).
Pick any and . Density of in supplies . Since is open, there is with . Inductively, density of in supplies and with .
The radii satisfy , so the sequence is Cauchy: . Completeness yields . The closed-ball construction forces for every . So , contradicting the supposed coverage by the .
Locally compact Hausdorff form. A locally compact Hausdorff space is also a Baire space: the same nested-non-empty-compact construction works without a metric, using a base of relatively compact open neighbourhoods. This is the form that drives applications in -algebra and harmonic analysis on locally compact groups.
Failure of Baire on incomplete spaces. The rationals with the subspace metric are a counterexample: writes a complete-looking metric space as a countable union of closed singletons, each with empty interior. Completeness is essential. So is the use of countable unions: any space is the union of uncountably many singletons.
Generic-point philosophy. Baire's theorem is the foundation of the "generic point" style of proof. A property holds at a generic point of a complete metric space if it holds on a dense set, the countable intersection of dense open sets. Examples: a generic continuous function on is nowhere differentiable (Banach 1931, Mazurkiewicz 1931); a generic bounded sequence has no Cesaro mean; a generic compact subset of has Lebesgue measure zero. Each generic-point statement decomposes into showing the relevant set is a countable intersection of dense open sets, then invoking Baire.
Counterexamples and the role of completeness Master
The three theorems of this unit fail outside the Banach setting. The counterexamples sharpen the working analyst's instinct for when completeness is genuinely load-bearing.
(N1) Open mapping fails without completeness of the codomain. Let , the space of finitely supported real sequences with the supremum norm, and let with the norm. The identity map is a continuous linear bijection with respect to the inequality , but its inverse is not continuous: the sequence has norm and norm . Neither nor is complete; both completions repair to and respectively, which are no longer in bijection by the identity.
(N2) Closed graph fails without completeness of the domain. Let be the space of polynomials on with the supremum norm, , and be differentiation, . The map is linear with everywhere-defined domain. Its graph is closed: if uniformly and uniformly, then is continuously differentiable with , so . But is not bounded: has supremum norm but has supremum norm . The domain is not complete (its completion is , where is no longer everywhere defined), so closed graph fails.
(N3) Bounded inverse fails without completeness. Take to be the space of continuously differentiable functions on with the supremum norm, and define by . The image of consists of continuously differentiable functions vanishing at , a proper subspace. Restricting codomain, becomes a continuous linear bijection between and a subspace of . The inverse is differentiation, which is unbounded with respect to the supremum norm. Both spaces are incomplete; the closed-graph or open-mapping conclusion fails accordingly.
(N4) Pathological complete norms. On a Hamel basis of an infinite-dimensional Banach space , choose any rescaling with unbounded. The rescaled norm may fail to be complete and may be incomparable to the original norm. Two complete norms on in general bijection by the identity are equivalent by the bounded inverse theorem, but two arbitrary norms with no completeness assumption need not be.
(N5) Baire's role in the closed graph proof is essential. A linear map between two incomplete normed spaces can have closed graph without being bounded (see (N2)), but the closure of the graph is not a Banach space in the inherited norm. The closed-graph proof of boundedness invokes the bounded inverse theorem on the projection , which is a continuous bijection between Banach spaces only when both and are complete. Closure of in inherits completeness when is complete, namely when and both are.
The pattern is uniform: Baire requires completeness, completeness propagates through closed subspaces and finite products, and the three theorems propagate through that completeness. Drop completeness on either side, and you can construct counterexamples by hand from the function spaces of classical analysis.
Banach-Steinhaus / uniform boundedness Master
The fourth pillar deserves its own statement and proof. Where the open mapping theorem turns a single surjective map into an open map, Banach-Steinhaus turns a family of pointwise bounded maps into a uniformly bounded family.
Theorem (Banach-Steinhaus; uniform boundedness principle). Let be a Banach space, a normed space, and a (possibly uncountable) family of bounded linear maps . Suppose for every . Then .
Proof (via Baire). Define . Each is closed because and each is the preimage of under the continuous map . By hypothesis . Baire applied to the Banach space forces some to have non-empty interior: there are and with .
For any and any , gives $$ |T_\alpha z| \leq |T_\alpha(x_0 + z)| + |T_\alpha x_0| \leq N + N = 2N. $$ Scaling: for arbitrary , , so $$ |T_\alpha x| = \frac{2 |x|}{r} \cdot |T_\alpha(r x / (2 |x|))| \leq \frac{2 |x|}{r} \cdot 2N = \frac{4N}{r} |x|. $$ So for every .
Contrapositive (condensation of singularities). If , then there exists with . In fact, the set of such is a dense subset of , hence generic in the Baire sense.
Corollary (continuity of pointwise limits of bounded operators). Let be Banach spaces and a sequence of bounded linear maps with for every . Then is a bounded linear map. Linearity is preserved by pointwise convergence. For boundedness, Banach-Steinhaus applied to gives , and .
The corollary is the basis for the standard construction of operators by approximation: build a sequence of finite-rank or otherwise simple operators that converges pointwise, and Banach-Steinhaus guarantees the limit is bounded with norm at most the supremum of the approximating norms.
Application: convergence of Fourier series Master
The historically dramatic application of Banach-Steinhaus is the proof that there exist continuous periodic functions whose Fourier series diverges at a given point. This was a stunning negative result when Du Bois-Reymond first constructed an explicit example in 1873; Banach-Steinhaus gives an abstract proof that not only is there one such function, but the set of "bad" continuous functions is generic.
Setup. Let denote the Banach space of continuous functions on the circle with the supremum norm. For and , the -th partial sum of the Fourier series at the point is $$ (S_n f)(0) = \sum_{k = -n}^{n} \hat f(k) = \frac{1}{2 \pi} \int_{-\pi}^{\pi} f(t) D_n(t) dt $$ where is the Dirichlet kernel . The evaluation is a bounded linear functional with norm equal to the -norm of , namely the Lebesgue constant .
Lemma (growth of Lebesgue constants). as . In particular, .
Du Bois-Reymond theorem. There exists such that the partial sums do not converge.
Proof via Banach-Steinhaus. Suppose for contradiction that converges for every . Then for every . By Banach-Steinhaus, , contradicting the lemma. So there must exist for which , hence the sequence does not converge.
Genericity. The contrapositive of Banach-Steinhaus is the condensation of singularities principle: the set of whose Fourier series fails to converge at is the complement of a meagre set, hence a generic point in the Baire sense. Iterating over a countable dense subset of , the set of whose Fourier series fails to converge on a dense set of points is also generic. Pointwise convergence of Fourier series for continuous functions is a structurally rare phenomenon, not a typical one.
Carleson's positive result. Carleson 1966 proved the deep theorem that the Fourier series of an function converges almost everywhere. The Banach-Steinhaus failure for continuous functions at a fixed point and the Carleson convergence almost everywhere are not contradictory: "everywhere convergence at a fixed point for every continuous function" and "almost-everywhere convergence for functions" are distinct statements with different quantifier structures.
Closability and unbounded operators Master
The closed graph theorem says a linear operator with closed graph between Banach spaces is bounded. Many natural operators in analysis are unbounded (differentiation on , multiplication by on , the Laplacian on ), so their graphs cannot be closed. The fix is the notion of a closable operator: an operator whose graph closure is still the graph of a function.
Definition (closability). A linear operator with domain a linear subspace is closable if the closure in is the graph of a function. Equivalently, whenever with and , then .
If is closable, the closure is the operator whose graph is . It is the smallest closed extension of .
Example: differentiation on . Let and defined on . is closable: if in and in , then for any , . So almost everywhere, hence in . The closure has domain the Sobolev space 02.13.09 pending, with (weak derivative).
Example: multiplication by on . Let defined on . is already closed: if and in , then along a subsequence and almost everywhere, so almost everywhere, hence and . is unbounded because can be arbitrarily large for (concentrate near large ).
The closed graph theorem flips for unbounded operators. For an unbounded operator with a proper subspace, closedness of in is the substitute for boundedness: it gives enough structural rigidity to develop spectral theory, but the operator itself cannot be extended to all of while remaining a function. This is the Hellinger-Toeplitz phenomenon below.
Hellinger-Toeplitz theorem Master
A celebrated corollary of the closed graph theorem rules out a class of "good" operators in quantum mechanics: everywhere-defined symmetric operators on a Hilbert space are automatically bounded.
Theorem (Hellinger-Toeplitz, 1910). Let be a Hilbert space 02.11.08 and a linear map (everywhere defined) satisfying for all . Then is bounded.
Proof via closed graph. We show is closed. Suppose and in . For any , $$ \langle y, z \rangle = \lim_n \langle T x_n, z \rangle = \lim_n \langle x_n, T z \rangle = \langle x, T z \rangle = \langle T x, z \rangle. $$ This holds for every , so . The graph is closed; the closed graph theorem (Hilbert spaces are Banach) gives boundedness.
Quantum-mechanical implication. Position , momentum , and the Hamiltonian of a quantum particle are all symmetric (more precisely, self-adjoint) and unbounded on . Hellinger-Toeplitz forces these operators to be undefined on some vectors in : if they were everywhere-defined, they would be bounded, which they are not. So the rigorous formulation of quantum mechanics distinguishes domains: is defined on , on the Sobolev space , and on a more restrictive domain depending on . Domain issues are not pedantic; they are forced by Hellinger-Toeplitz.
Generalisation to self-adjoint operators. The same closed-graph argument shows that any everywhere-defined operator on whose adjoint is also everywhere defined must be bounded. The hypothesis of Hellinger-Toeplitz, symmetry, gives as operators with the same domain, so is everywhere defined.
Sobolev embeddings and closed graph Master
The closed graph theorem provides a clean route to many embedding theorems in functional analysis where a direct estimate would require substantial calculation.
Setup. Let be a bounded domain with boundary, and let denote the -Sobolev space of functions with weak derivatives in 02.13.09 pending. The Sobolev embedding theorem says that for , continuously: there is a constant with for .
Embedding via closed graph. Once you know set-theoretically that every has a continuous representative, the embedding becomes a linear map between Banach spaces. To check it is continuous (which is what "embedding" really means), the closed graph theorem suffices: if in and in , then both convergences are in (since embeds in on a bounded domain), so in , hence pointwise almost everywhere. Both are continuous, so pointwise. The graph is closed; continuity follows.
This style of argument bypasses the technical Sobolev inequality for the abstract embedding statement, although the explicit constant still requires direct estimation. Most embedding theorems in PDE follow this two-step pattern: prove set-theoretic inclusion by hand, then deduce continuity from the closed graph theorem.
Rellich-Kondrachov via closed graph. The Rellich-Kondrachov theorem says the embedding is compact for bounded . Closed graph plus the abstract observation that a continuous linear map between Banach spaces is compact iff it sends bounded sets to relatively compact sets reduces the proof to the equicontinuity calculation in the unit ball of , which is the Frechet-Kolmogorov criterion applied to Sobolev derivatives.
Trace theorems. The trace map , sending a Sobolev function to its boundary values, is continuous. Set-theoretically, the trace of a Sobolev function exists by a density argument; continuity follows from the closed graph theorem. Direct estimates are available (Adams-Fournier) but the abstract approach delivers the qualitative result without them.
F-spaces and Frechet generalisation Master
The classical open mapping, closed graph, and Banach-Steinhaus theorems extend from Banach spaces to F-spaces (complete metrisable topological vector spaces) and to Frechet spaces (locally convex F-spaces), the natural setting where the Baire-category proof still goes through.
Definition (F-space). A topological vector space is an F-space if its topology is induced by a complete translation-invariant metric. F-spaces are exactly the complete metrisable topological vector spaces.
Definition (Frechet space). A Frechet space is a locally convex F-space, equivalently a complete metrisable topological vector space whose topology is generated by a countable family of seminorms separating points.
Open mapping for F-spaces. A continuous linear surjection between two F-spaces is open. The proof is identical to the Banach case, replacing "open ball" with "neighbourhood of zero" and using completeness of the codomain for the iteration step.
Closed graph for F-spaces. A linear map between two F-spaces is continuous iff its graph is closed. Same proof: the graph closure is itself an F-space, and the projection-bijection-inverse argument goes through.
Banach-Steinhaus for F-spaces. A pointwise bounded family of continuous linear maps from an F-space to a topological vector space is equicontinuous. Same Baire-based proof, with "equicontinuous" replacing "uniformly bounded in norm" because the latter does not make sense without a norm.
Examples of Frechet spaces.
- for an open : smooth functions with the topology of uniform convergence of all derivatives on compact subsets. Seminorms for multi-index with and compact .
- The Schwartz space : smooth functions all of whose derivatives decay faster than any polynomial. Seminorms for .
- for an open : holomorphic functions on with uniform convergence on compact subsets. Cauchy estimates show this is the same as uniform convergence of all derivatives.
Distributions as duals. The dual space of tempered distributions and the dual of general distributions are not themselves Frechet but are the continuous duals of Frechet (respectively LF) spaces. The Banach-Steinhaus theorem in the Frechet setting is what allows pointwise limits of distributions to remain distributions, the foundation of the theory of distributional convergence used in PDE and microlocal analysis.
LF-spaces. The test-function space is not Frechet (it cannot be metrised by a single sequence of seminorms in a useful way) but is an LF-space, the strict inductive limit of an increasing sequence of Frechet spaces . The open mapping and closed graph theorems extend to LF-spaces with appropriate hypotheses (Komatsu 1967, Schwartz's original distribution theory).
The pattern is consistent: the Baire-based theorems generalise as far as Baire generalises, which is to complete metric spaces and locally compact Hausdorff spaces. Beyond these, more delicate analogues exist (Pták's open mapping theorem in non-metrisable settings) but require additional structural hypotheses.
Connections Master
Hahn-Banach theorem
02.11.02— Hahn-Banach builds dual spaces; the open mapping theorem builds inverses. Together with Banach-Steinhaus, they form the three pillars on which Banach-space theory rests.Banach spaces
02.11.04— completeness is the essential hypothesis. Every theorem of this unit fails without it, and the counterexamples N1-N5 illustrate the failure in concrete function spaces.Normed vector space
02.11.06— the natural setting for the statements; completeness elevates a normed space to the Banach setting where the theorems apply.Bounded linear operators
02.11.01— the open mapping theorem is a statement about a surjective bounded operator; the closed graph theorem characterises bounded operators by graph closure; Banach-Steinhaus bounds families of bounded operators.Baire category theorem — every theorem of this unit derives from Baire applied to a Banach space or to a closed subspace thereof. The Baire theorem is the topological engine; the Banach-space results are the analytic payoff.
Banach-Steinhaus / uniform boundedness
02.11.10pending — the fourth pillar, proved here via the same Baire mechanism and applied in the Fourier-series example.Weak topologies and reflexivity
02.11.11pending — Banach-Alaoglu and Goldstine work alongside the Baire-based theorems; weak compactness arguments often use Banach-Steinhaus to convert pointwise convergence into uniform bounds.Spectral theory of compact operators
02.11.12pending — the Riesz-Schauder theory of compact operators uses the closed graph theorem to identify the spectrum and the bounded inverse theorem to construct resolvents.Sobolev spaces and PDE
02.13.09pending — Sobolev embeddings and trace theorems rely on closed graph for the continuity step; Rellich-Kondrachov compactness uses closed graph plus equicontinuity.Unbounded operators in quantum mechanics — Hellinger-Toeplitz forces self-adjoint operators (position, momentum, Hamiltonian) to be defined on dense subspaces rather than everywhere. Closed graph plus closability is the technical foundation of the spectral theorem
02.11.03.
Historical and philosophical context Master
The open mapping theorem and its corollaries were established in the early years of functional analysis as the discipline crystallised in interwar Poland under Stefan Banach and Juliusz Schauder. Banach's 1922 thesis "Sur les operations dans les ensembles abstraits et leur application aux equations integrales" introduced the abstract framework of normed complete vector spaces (later named after him) and proved early forms of fixed-point theorems in the setting. The open mapping theorem itself first appeared in Banach's 1929 paper and was strengthened and given its modern statement in his collaboration with Schauder, published in Comptes Rendus in 1932 and consolidated in Banach's 1932 monograph "Theorie des operations lineaires" [Brezis §2].
Schauder's 1930 paper "Uber die Umkehrung linearer, stetiger Funktionaloperationen" gave the bounded inverse theorem the form now standard. The closed graph theorem followed quickly as a corollary. Hugo Steinhaus had already proved in 1919 a version of the uniform boundedness principle for sequences of linear functionals, and Banach and Steinhaus published the general principle in 1927 in Fundamenta Mathematicae; this became the fourth pillar joining Hahn-Banach and the open mapping family.
The unifying engine throughout is the Baire category theorem, proved by Rene Baire in 1899 in his thesis on real functions. Baire's original motivation was the classification of functions on the real line into transfinite categories (now the Baire hierarchy in descriptive set theory). The application to functional analysis came two decades later, when Banach and Steinhaus recognised that pointwise boundedness combined with Baire's theorem gives uniform boundedness essentially for free. The structural insight, that completeness plus countable union forces somewhere-fatness of one piece, was the conceptual breakthrough.
Hellinger and Toeplitz proved their theorem in 1910 in the context of bilinear forms on infinite sequences, before the abstract Hilbert-space framework existed. Their original proof was direct; the closed-graph proof presented here is a much later abstraction (probably von Neumann or Stone in the early 1930s) that simplifies the argument enormously and clarifies why the result is forced. The quantum-mechanical interpretation — that observables like position and momentum cannot be everywhere-defined operators — was articulated by John von Neumann in his 1932 monograph "Mathematische Grundlagen der Quantenmechanik," which formalised quantum mechanics on a Hilbert space and made domain questions for unbounded self-adjoint operators a central theme.
Philosophically, the three theorems of this unit (plus Banach-Steinhaus) illustrate a recurring pattern in twentieth-century analysis: completeness as a structural hypothesis converts qualitative statements (existence) into quantitative ones (estimates). The Banach setting is the minimum framework in which this conversion is automatic. Outside the Banach setting, the same conversions are possible but require explicit construction. The theorems are also a paradigm of "soft analysis": no explicit constants appear, no estimates are written down, and yet quantitative information (boundedness of inverses, uniform boundedness of families, continuity of limits) is extracted from purely topological and algebraic hypotheses.
This soft-analysis style influenced the development of category theory, operator algebras, and the abstract approach to PDE. Bourbaki's encyclopedic project in the 1940s and 1950s adopted the Banach-Steinhaus / open mapping / closed graph triple as the canonical illustration of the Baire-based axiomatic method. The four theorems together are sometimes called the Banach trilogy plus Hahn-Banach, and they appear in every textbook on functional analysis as the gateway from elementary normed-space theory to the deeper theorems on spectra, weak topologies, and applications to PDE.
Bibliography Master
- Baire, R. Sur les fonctions de variables reelles. Annali di Matematica Pura ed Applicata 3 (1899), 1-123.
- Hellinger, E. and Toeplitz, O. Grundlagen fur eine Theorie der unendlichen Matrizen. Mathematische Annalen 69 (1910), 289-330.
- Steinhaus, H. Additive und stetige Funktionaloperationen. Mathematische Zeitschrift 5 (1919), 186-221.
- Banach, S. Sur les operations dans les ensembles abstraits et leur application aux equations integrales. Fundamenta Mathematicae 3 (1922), 133-181.
- Banach, S. and Steinhaus, H. Sur le principe de la condensation de singularites. Fundamenta Mathematicae 9 (1927), 50-61.
- Schauder, J. Uber die Umkehrung linearer, stetiger Funktionaloperationen. Studia Mathematica 2 (1930), 1-6.
- Banach, S. and Schauder, J. Sur les ensembles convexes mesurables. Comptes Rendus de l'Academie des Sciences Paris 194 (1932), 633-635.
- Banach, S. Theorie des operations lineaires. Warsaw, 1932.
- von Neumann, J. Mathematische Grundlagen der Quantenmechanik. Springer, 1932.
- Brezis, H. Functional Analysis, Sobolev Spaces and Partial Differential Equations. Springer, 2011. §2.
- Conway, J. B. A Course in Functional Analysis. 2nd ed., Springer, 1990. §III.
- Rudin, W. Functional Analysis. 2nd ed., McGraw-Hill, 1991. §2.
- Reed, M. and Simon, B. Methods of Modern Mathematical Physics, Vol. I. Academic Press, 1980. §III.
- Schwartz, L. Theorie des distributions. Hermann, 1950 / 1966 revised ed.
Wave A unit, missing-units backfill. Produced as the Banach-Schauder pillar joining Hahn-Banach 02.11.02, Banach-Steinhaus 02.11.10 pending, and the spectral / weak-topology / Sobolev applications downstream.