hilbert space theory
Hilbert Spaces
You should know: normed spaces, banach spaces fa, inner product spaces
Overview
A Hilbert space is a complete inner product space — a Banach space whose norm arises from an inner product. The inner product endows the space with notions of angle and orthogonality, enabling powerful geometric methods. Hilbert spaces are the natural setting for quantum mechanics, Fourier analysis, and the study of self-adjoint operators. The Riesz representation theorem and Parseval's identity are cornerstones of the theory.
Intuition
An inner product is a way to measure both length and angle. In R^n, the dot product x·y = sum x_i y_i encodes both: ||x|| = sqrt(x·x) and cos(theta) = x·y/(||x||||y||). A Hilbert space extends this to infinite-dimensional settings. Orthogonality — the analogue of perpendicularity — allows us to decompose vectors into independent components, just as we write any vector in R^3 as a combination of i, j, k. Parseval's identity says that this decomposition preserves the total 'energy' (squared norm).
Formal Definition
An inner product space is a vector space H over F (R or C) with an inner product <·,·>: H x H -> F satisfying conjugate symmetry, linearity in the first argument, and positive definiteness. The associated norm is ||x|| = sqrt(<x,x>). A Hilbert space is an inner product space that is complete with respect to this norm. Two vectors x,y are orthogonal (x perp y) if <x,y> = 0.
Notation
| Notation | Meaning |
|---|---|
| Inner product of x and y | |
| x is orthogonal to y: <x,y>=0 | |
| Orthogonal complement of M | |
| Fourier coefficient of x with respect to e_n |
Properties
Parallelogram law
Polarisation identity (real case)
Theorems
Worked Examples
- 1
If y = 0, both sides are 0 and equality holds. Assume y != 0.
- 2
For any scalar t in F, consider the expansion of ||x - t y||^2 >= 0:
- 3
Choose t = <x,y>/||y||^2 to minimise the right side. Substituting:
- 4
Rearranging gives |<x,y>|^2 <= ||x||^2 ||y||^2, hence |<x,y>| <= ||x|| ||y||.
✓ Answer
|<x,y>| <= ||x|| ||y||, with equality iff x = ty for some scalar t.
Practice Problems
Prove that orthogonal complement M^perp of any subset M of a Hilbert space H is a closed subspace.
In a Hilbert space H with orthonormal basis (e_n), the representation x = sum_{n} <x,e_n> e_n is called the ___ expansion, and the identity ||x||^2 = sum_n |<x,e_n>|^2 is called ___ identity.
Use the Riesz representation theorem to show that every Hilbert space H is isometrically isomorphic to its own dual H*.
Common Mistakes
Thinking every Banach space is a Hilbert space.
A Banach space is a Hilbert space only if its norm satisfies the parallelogram law ||x+y||^2 + ||x-y||^2 = 2(||x||^2+||y||^2). For example, L^1[0,1] is Banach but not Hilbert.
Confusing orthonormal set with orthonormal basis.
An orthonormal set has mutually orthogonal unit vectors. An orthonormal basis is additionally complete (maximal). Only a complete orthonormal system gives Parseval's identity.
Quiz
Historical Background
David Hilbert introduced his famous space l^2 of square-summable sequences in 1906 while studying integral equations. The abstract axiomatic definition of a Hilbert space was formulated by John von Neumann in 1928. Hilbert's student Erhard Schmidt had already developed orthogonalisation procedures (now known as Gram-Schmidt) and the geometric viewpoint. The Riesz representation theorem was proved by Frédéric Riesz in 1907 for L^2[0,1].
- 1906
Hilbert studies l^2 in the context of integral equations
David Hilbert
- 1907
Riesz and Fischer prove the completeness of L^2
Frédéric Riesz, Ernst Fischer
- 1928
Von Neumann gives the modern axiomatic definition of Hilbert spaces
John von Neumann
- 1932
Von Neumann's Mathematische Grundlagen der Quantenmechanik applies Hilbert spaces to quantum theory
John von Neumann
Summary
- A Hilbert space is a complete inner product space: it combines geometric (angle, orthogonality) and analytic (completeness) structure.
- The Cauchy-Schwarz inequality |<x,y>| <= ||x|| ||y|| is fundamental and implies continuity of the inner product.
- The Riesz representation theorem identifies H with its dual H*: every bounded linear functional is given by an inner product.
- An orthonormal basis (complete orthonormal system) gives Parseval's identity: ||x||^2 = sum_n |<x,e_n>|^2.
- The projection theorem: every closed subspace M has an orthogonal complement M^perp, and H = M direct sum M^perp.
References
- BookRudin, W. — Functional Analysis (2nd ed.), Chapter 4
- BookConway, J. — A Course in Functional Analysis, Chapter 1
- Websiteen.wikipedia.org
Mathematics