ConceptComplete

Open Mapping and Closed Graph Theorems - Key Properties

The Closed Graph Theorem provides a powerful criterion for boundedness of linear operators, transforming a sequential condition into a norm estimate.

TheoremClosed Graph Theorem

Let XX and YY be Banach spaces and T:XYT : X \to Y a linear operator with closed graph. Then TT is bounded.

This theorem is extremely useful in practice because verifying that a graph is closed (a sequential condition) is often much easier than directly estimating the operator norm. The completeness of both XX and YY is essential.

Proof

The graph Γ(T)={(x,T(x)):xX}\Gamma(T) = \{(x, T(x)) : x \in X\} is a closed subspace of X×YX \times Y. With the product norm (x,y)=xX+yY\|(x,y)\| = \|x\|_X + \|y\|_Y, the space X×YX \times Y is a Banach space, so Γ(T)\Gamma(T) is also a Banach space.

The projection π1:Γ(T)X\pi_1 : \Gamma(T) \to X defined by π1(x,T(x))=x\pi_1(x, T(x)) = x is a bijective bounded linear operator. By the Open Mapping Theorem, π11\pi_1^{-1} is bounded.

For any xXx \in X, we have π11(x)=(x,T(x))\pi_1^{-1}(x) = (x, T(x)), so (x,T(x))=π11(x)π11x\|(x, T(x))\| = \|\pi_1^{-1}(x)\| \leq \|\pi_1^{-1}\| \|x\| x+T(x)π11x\|x\| + \|T(x)\| \leq \|\pi_1^{-1}\| \|x\| T(x)(π111)x\|T(x)\| \leq (\|\pi_1^{-1}\| - 1) \|x\|

Therefore TT is bounded.

ExampleApplications
  1. Differential Operators: The operator D:H1(Ω)L2(Ω)D : H^1(\Omega) \to L^2(\Omega) given by D(u)=uD(u) = \nabla u has closed graph, hence is bounded

  2. Multiplication Operators: If ϕL\phi \in L^\infty, then Mϕ:L2L2M_\phi : L^2 \to L^2 defined by (Mϕf)(x)=ϕ(x)f(x)(M_\phi f)(x) = \phi(x) f(x) has closed graph

  3. Weak Derivatives: If unuu_n \to u in L2L^2 and DunvDu_n \to v in L2L^2, then Du=vDu = v (in the weak sense)

  4. Automatic Continuity: Many naturally defined operators are automatically bounded by closed graph arguments

TheoremEquivalent Formulations

For a linear operator T:XYT : X \to Y between Banach spaces, the following are equivalent:

  1. TT is bounded
  2. TT has a closed graph
  3. If xn0x_n \to 0 in XX and T(xn)yT(x_n) \to y in YY, then y=0y = 0
Remark

The Closed Graph Theorem fails if either XX or YY is not complete. For instance, on incomplete spaces, there exist unbounded operators with closed graphs. Completeness is absolutely essential.

This theorem is indispensable in PDE theory, where verifying continuity of solution operators directly can be extremely difficult, but showing closed graph is often straightforward using integration by parts and weak convergence.