Inner Product Spaces and Hilbert Spaces
2.1 Inner Product Spaces
Section titled “2.1 Inner Product Spaces”An inner product space is a vector space with an inner product satisfying:
- with equality iff .
- .
- .
Every inner product induces a norm: .
Example 1. with .
Example 2. with .
Example 3. with .
2.2 Orthogonality
Section titled “2.2 Orthogonality”Vectors are orthogonal (written ) if .
Theorem 2.1 (Pythagorean Theorem). If , then .
Theorem 2.2 (Parallelogram Law). In any inner product space:
Theorem 2.3 (Polarization Identity). In a complex inner product space:
Theorem 2.4 (Cauchy-Schwarz Inequality). with equality iff and are linearly dependent.
2.3 Hilbert Spaces
Section titled “2.3 Hilbert Spaces”A Hilbert space is a complete inner product space.
Theorem 2.5 (Orthogonal Projection). Let be a closed subspace of a Hilbert space . For every , there exists a unique (the orthogonal projection of onto ) such that . We write .
Theorem 2.6 (Orthogonal Decomposition). If is a closed subspace of , then , where .
2.4 Orthonormal Bases
Section titled “2.4 Orthonormal Bases”A set is an orthonormal system if .
Theorem 2.7 (Bessel’s Inequality). If is an orthonormal set, then .
Theorem 2.8. A Hilbert space is separable if and only if it admits a countable orthonormal basis.
Theorem 2.9 (Parseval’s Identity). If is an orthonormal basis for , then for every :
2.5 Riesz Representation Theorem
Section titled “2.5 Riesz Representation Theorem”Theorem 2.10 (Riesz Representation). Let be a Hilbert space. For every bounded linear functional , there exists a unique such that for all . Moreover, .
Proof. If , take . Otherwise, is a closed subspace, so . Take with . Then satisfies for all . Uniqueness follows from the polarization identity.
Corollary 2.11. Every Hilbert space is isometrically isomorphic to its dual: (anti-linearly).
2.6 Key Relationships
Section titled “2.6 Key Relationships”| Structure | Axioms added | Completeness? |
|---|---|---|
| Inner product sp | Vector space + inner product | Not required |
| Hilbert space | Inner product space + completeness | Yes |
| Banach space | Normed vector space + completeness | Norm may not come from inner product |
Every Hilbert space is a Banach space, but the converse fails: for is Banach but not Hilbert. The parallelogram law characterises normed spaces whose norm comes from an inner product.
2.7 Common Pitfalls
Section titled “2.7 Common Pitfalls”- Assuming every Cauchy sequence converges in an inner product space. Completeness is an extra requirement. For example, with the inner product is not complete.
- Confusing orthogonality with linear independence. Orthogonal vectors are always linearly independent, but linearly independent vectors need not be orthogonal.
- Forgetting that is closed even when is not. The orthogonal complement is always a closed subspace, regardless of whether itself is closed.
- Assuming in complex spaces. Conjugate symmetry means , not equality.
2.8 Applications
Section titled “2.8 Applications”- Quantum mechanics: States are vectors in a Hilbert space; observables are self-adjoint operators; inner products give probability amplitudes.
- Signal processing: is the space of finite-energy signals; orthonormal bases (Fourier, wavelet) enable efficient compression and denoising.
- Machine learning: Kernel methods map data into a reproducing kernel Hilbert space (RKHS) where inner products correspond to kernel evaluations.
- Numerical analysis: The Galerkin method projects PDE solutions onto finite-dimensional subspaces using orthogonal projection.
2.9 Worked Examples
Section titled “2.9 Worked Examples”Problem 1. Let with inner product . Show that is an orthonormal system.
Solution. by orthogonality of complex exponentials. So the system is orthonormal. Completeness (that it forms a basis) is the statement of the Fourier series convergence theorem.
Problem 2. Let . Find .
Solution. . The constant function satisfies for all . Conversely, if , write where and . Then , so and is constant. Hence is the 1-dimensional space of constant functions.