ConceptComplete

Hahn-Banach and Dual Spaces - Core Definitions

The Hahn-Banach Theorem is one of the three pillars of functional analysis, alongside the Uniform Boundedness Principle and the Open Mapping Theorem. It guarantees the existence of continuous linear functionals with prescribed properties.

DefinitionSublinear Functional

Let XX be a vector space over R\mathbb{R}. A function p:XRp : X \to \mathbb{R} is sublinear if:

  1. Subadditivity: p(x+y)p(x)+p(y)p(x + y) \leq p(x) + p(y) for all x,yXx, y \in X
  2. Positive Homogeneity: p(αx)=αp(x)p(\alpha x) = \alpha p(x) for all xXx \in X and α0\alpha \geq 0

The norm on a normed space is an example of a sublinear functional.

TheoremHahn-Banach Theorem (Real Case)

Let XX be a real vector space, p:XRp : X \to \mathbb{R} a sublinear functional, and MXM \subset X a subspace. If f:MRf : M \to \mathbb{R} is a linear functional satisfying f(x)p(x)for all xMf(x) \leq p(x) \quad \text{for all } x \in M then there exists a linear extension F:XRF : X \to \mathbb{R} of ff such that F(x)p(x)for all xXF(x) \leq p(x) \quad \text{for all } x \in X

The theorem states that any linear functional dominated by a sublinear functional on a subspace can be extended to the whole space while preserving the domination condition.

TheoremHahn-Banach Theorem (Normed Space Version)

Let XX be a normed space, MXM \subset X a subspace, and ϕ:MK\phi : M \to \mathbb{K} a bounded linear functional. Then there exists ΦX\Phi \in X^* such that:

  1. ΦM=ϕ\Phi|_M = \phi (extension property)
  2. Φ=ϕ\|\Phi\| = \|\phi\| (norm preservation)

This version is perhaps the most useful in applications. It guarantees that bounded linear functionals on subspaces can be extended to the whole space without increasing the norm.

ExampleApplications of Hahn-Banach
  1. Existence of Functionals: For any nonzero x0Xx_0 \in X, there exists ϕX\phi \in X^* with ϕ=1\|\phi\| = 1 and ϕ(x0)=x0\phi(x_0) = \|x_0\|

  2. Separation: If xyx \neq y in a normed space, there exists ϕX\phi \in X^* with ϕ(x)ϕ(y)\phi(x) \neq \phi(y)

  3. Dual Space is Large: The dual space XX^* is large enough to separate points in XX

  4. Best Approximation: The distance from a point to a subspace can be computed using dual functionals

Remark

The Hahn-Banach Theorem is an existence result that relies on Zorn's Lemma (equivalent to the Axiom of Choice). It typically does not provide an explicit formula for the extension, but guarantees that such an extension exists.

This theorem is fundamental to the study of dual spaces, convex analysis, and optimization theory. It ensures that the dual space is "rich" enough to capture the geometry of the original space.