ConceptComplete

Weak and Weak* Topologies - Core Definitions

Weak topologies provide alternative notions of convergence that are coarser than norm convergence but have better compactness properties, making them essential for existence proofs in functional analysis.

DefinitionWeak Topology

Let XX be a normed space. The weak topology on XX is the weakest topology making all functionals ϕX\phi \in X^* continuous.

A sequence (xn)(x_n) converges weakly to xXx \in X, written xnxx_n \rightharpoonup x, if ϕ(xn)ϕ(x)\phi(x_n) \to \phi(x) for all ϕX\phi \in X^*.

Weak convergence is strictly weaker than norm convergence: norm convergence implies weak convergence, but the converse fails in infinite dimensions.

ExampleWeak vs Norm Convergence
  1. Standard Basis in 2\ell^2: The sequence en=(0,,0,1,0,)e_n = (0, \ldots, 0, 1, 0, \ldots) converges weakly to 00 (since ϕ(en)0\phi(e_n) \to 0 for all ϕ(2)=2\phi \in (\ell^2)^* = \ell^2), but en=1\|e_n\| = 1 for all nn, so ene_n does not converge to 00 in norm

  2. Trigonometric Functions: In L2[0,2π]L^2[0, 2\pi], the sequence fn(x)=sin(nx)f_n(x) = \sin(nx) converges weakly to 00 but not in norm

  3. Finite Dimensions: In finite-dimensional spaces, weak convergence and norm convergence coincide

DefinitionWeak* Topology

Let XX be a normed space. The weak topology* on XX^* is the weakest topology making all evaluation maps ϕϕ(x)\phi \mapsto \phi(x) continuous for xXx \in X.

A sequence (ϕn)(\phi_n) in XX^* converges weak* to ϕX\phi \in X^*, written ϕnwϕ\phi_n \xrightarrow{w^*} \phi, if ϕn(x)ϕ(x)\phi_n(x) \to \phi(x) for all xXx \in X.

ExampleWeak* Convergence

Consider X=c0X = c_0 (sequences converging to 00) with dual X=1X^* = \ell^1. The sequence ϕn1\phi_n \in \ell^1 defined by ϕn=(1,1,,1,0,0,)\phi_n = (1, 1, \ldots, 1, 0, 0, \ldots) (with nn ones) does not converge in norm, but converges weak* to (1,1,1,)1(1, 1, 1, \ldots) \notin \ell^1 when restricted to evaluations on c0c_0.

Actually, for (xk)c0(x_k) \in c_0: ϕn((xk))=k=1nxkk=1xk\phi_n((x_k)) = \sum_{k=1}^n x_k \to \sum_{k=1}^\infty x_k as nn \to \infty.

TheoremBasic Properties
  1. Weak and weak* topologies are Hausdorff
  2. Norm-closed convex sets are weakly closed
  3. Weakly convergent sequences are norm bounded
  4. In reflexive spaces, weak and weak* convergence of functionals coincide
Remark

Weak topologies sacrifice the ability to use norm estimates but gain compactness properties (via Banach-Alaoglu). This trade-off is essential for proving existence of solutions to variational problems, where minimizing sequences may not converge in norm but do converge weakly.

Weak and weak* topologies are fundamental tools in modern analysis, particularly in PDEs, optimization, and probability theory.