Functional Analysis
Hilbert Spaces
You should know: banach spaces, inner product spaces, fourier series
Overview
A Hilbert space is a complete inner product space — an infinite-dimensional generalisation of Euclidean space. The inner product provides notions of angle, orthogonality, and projection that go beyond a bare norm. The most important examples are L^2(\mu) (square-integrable functions) and \ell^2 (square-summable sequences). Hilbert spaces are the natural setting for quantum mechanics, Fourier analysis, and the theory of PDEs.
Intuition
Think of a Hilbert space as an infinite-dimensional Euclidean space where you can still talk about perpendicular directions and projections. Just as in \mathbb{R}^n you can decompose a vector into components along an orthonormal basis, in a Hilbert space you can expand a function in an orthonormal series (like a Fourier series) and the Pythagorean theorem still holds. The completeness ensures these infinite series converge.
Formal Definition
A Hilbert space is a vector space H over \mathbb{R} or \mathbb{C} equipped with an inner product \langle \cdot, \cdot \rangle that is complete in the induced norm \|x\| = \sqrt{\langle x, x \rangle}.
Properties
Cauchy-Schwarz inequality
Parallelogram law
Projection theorem
Riesz Representation Theorem
Worked Examples
Compute the inner product \langle e_n, e_m \rangle = \frac{1}{2\pi} \int_0^{2\pi} e^{inx} e^{-imx}\, dx = \frac{1}{2\pi} \int_0^{2\pi} e^{i(n-m)x}\, dx.
If n \neq m, this integral equals \frac{1}{2\pi} \cdot \frac{e^{i(n-m)2\pi}-1}{i(n-m)} = 0.
If n = m, the integral equals \frac{1}{2\pi} \int_0^{2\pi} 1\, dx = 1.
So \langle e_n, e_m \rangle = \delta_{nm} — the system is orthonormal.
Answer: The complex exponentials \frac{1}{\sqrt{2\pi}} e^{inx} are orthonormal in L^2([0,2\pi]).
Practice Problems
Prove the Cauchy-Schwarz inequality |\langle x, y \rangle| \leq \|x\| \|y\| in an inner product space.
State the Projection Theorem and explain how it generalises the notion of 'closest point' in \mathbb{R}^n.
Prove that every separable Hilbert space has a countable orthonormal basis (Hilbert basis).
Common Mistakes
Every Banach space is a Hilbert space.
Not every Banach space has an inner product. L^1([0,1]) and C([0,1]) with sup-norm are Banach but not Hilbert (their norms fail the parallelogram law).
An orthonormal set spans the Hilbert space.
An orthonormal set spans the space only if it is a Hilbert basis (the closed linear span is all of H). An orthonormal set may be incomplete.
Quiz
Summary
- A Hilbert space is a complete inner product space — the infinite-dimensional analogue of Euclidean space.
- Key examples: L^2(\mu) and \ell^2; every separable Hilbert space is isometrically isomorphic to \ell^2.
- Orthogonal projections, the Projection Theorem, and the Riesz Representation Theorem are the central structural results.
- An orthonormal basis (Hilbert basis) allows every element to be expanded as an infinite series with Parseval's identity holding.
- Hilbert spaces are the foundation for quantum mechanics, Fourier analysis, and PDE theory.
References
- BookRudin, W. — Real and Complex Analysis (3rd ed.), McGraw-Hill, 1987.
- WebsiteWikipedia — Hilbert space
Mathematics