Applications
7.1 Differential Equations
Section titled “7.1 Differential Equations”Example (Spectral Theory and ODEs). Consider the Sturm-Liouville problem on with boundary conditions . The inverse operator is a compact self-adjoint operator on . By the spectral theorem, the eigenfunctions form an orthonormal basis, and the eigenvalues .
7.2 Quantum Mechanics
Section titled “7.2 Quantum Mechanics”In quantum mechanics, the state space of a system is a Hilbert space (typically ). Observables are self-adjoint operators on . The spectral theorem guarantees that every observable has a spectral decomposition:
where is the projection-valued measure associated with .
Example. The position operator and momentum operator are self-adjoint on suitable domains of . The canonical commutation relation is fundamental to quantum mechanics.
7.3 Weak Solutions of Partial Differential Equations
Section titled “7.3 Weak Solutions of Partial Differential Equations”Classical solutions of PDEs require pointwise differentiability, which is too restrictive for many problems. Functional analysis provides the framework for weak (distributional) solutions.
Consider the Poisson equation on a bounded domain with . Multiply both sides by a smooth test function with and integrate by parts:
This is the weak formulation: find in a suitable function space such that the above holds for all test functions .
The natural space for this problem is the Sobolev space , defined as the completion of under the norm . The Riesz representation theorem applied to the inner product yields existence and uniqueness of the weak solution. This is known as the Lax-Milgram theorem:
Theorem 7.1 (Lax-Milgram). Let be a Hilbert space and a bounded bilinear form that is coercive, i.e., there exists such that for all . Then for every bounded linear functional , there exists a unique such that for all .
Sobolev spaces (for , ) generalise this idea: consists of functions whose weak derivatives up to order belong to . They are Banach spaces, and are Hilbert spaces.
7.4 Fourier Analysis and Signal Processing
Section titled “7.4 Fourier Analysis and Signal Processing”The Fourier transform on is a unitary operator defined by:
Plancherel’s theorem states . The Schwartz space of rapidly decaying smooth functions is dense in and is invariant under the Fourier transform.
In signal processing, the sampling theorem (Nyquist-Shannon) follows from the Paley-Wiener theorem characterising functions with compactly supported Fourier transforms. Functional analysis also underpins wavelet theory: the existence of orthonormal wavelet bases of relies on the theory of frames and multiresolution analysis.
7.5 Applied Functional Analysis: The Galerkin Method
Section titled “7.5 Applied Functional Analysis: The Galerkin Method”The Galerkin method approximates solutions of PDEs by projecting onto finite-dimensional subspaces. Let be a finite-dimensional subspace (e.g., finite elements). Find such that:
This reduces to solving a linear system where for basis functions . Céa’s lemma provides a quasi-optimal error estimate:
7.6 Optimisation and Control Theory
Section titled “7.6 Optimisation and Control Theory”In convex optimisation, the existence of minimisers for a functional follows from the direct method of calculus of variations: if is coercive, lower semicontinuous, and is reflexive, then a minimiser exists. This applies to problems such as:
The optimality condition is precisely the weak formulation of the Poisson equation.
Theorem 7.2 (Stampacchia). Let be a Hilbert space, a nonempty closed convex set, and a coercive bilinear form. For any , there exists a unique such that for all . This is the foundation of variational inequalities and obstacle problems.
7.7 Worked Example: Compact Operators and Integral Equations
Section titled “7.7 Worked Example: Compact Operators and Integral Equations”Problem. Solve the Fredholm integral equation where is a continuous kernel on .
Solution
The integral operator is compact on (by the Arzela-Ascoli theorem or more generally by the fact that is Hilbert-Schmidt). For not in the spectrum of , the equation has a unique solution by the Fredholm alternative: either the homogeneous equation has only the trivial solution and the inhomogeneous equation has a unique solution, or the homogeneous equation has nontrivial solutions and the inhomogeneous equation has solutions only for orthogonal to the nullspace of .
The solution can be expressed using the resolvent operator :
For degenerate (separable) kernels , the equation reduces to an linear system.
7.8 Worked Example: Neumann Series
Section titled “7.8 Worked Example: Neumann Series”Problem. Solve by iteration where .
Solution
Since , the Neumann series converges in operator norm. The solution is:
The error after terms satisfies .
7.9 Application: Control Theory and the Riccati Equation
Section titled “7.9 Application: Control Theory and the Riccati Equation”In optimal control, the linear-quadratic regulator (LQR) problem seeks to minimise:
subject to . The optimal control is where and solves the algebraic Riccati equation:
The existence and uniqueness of a positive definite solution follows from spectral theory of Hamiltonian matrices and functional analysis on the space of symmetric operators.
7.10 Application: Machine Learning and Reproducing Kernel Hilbert Spaces
Section titled “7.10 Application: Machine Learning and Reproducing Kernel Hilbert Spaces”A reproducing kernel Hilbert space (RKHS) is a Hilbert space of functions on such that the evaluation functional is bounded for all . By the Riesz representation theorem, there exists with .
The kernel is a positive definite function. The Moore-Aronszajn theorem states that every positive definite kernel corresponds to a unique RKHS. RKHS theory underpins kernel methods in machine learning, including support vector machines and Gaussian processes.