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.
Cross-References
Section titled “Cross-References”Normed Spaces and Banach Spaces: Provides the general framework of normed vector spaces that inner product spaces specialise with additional geometric structure.
Bounded Linear Operators: Develops the theory of continuous linear maps on Hilbert spaces, where the adjoint operator plays a central role.
Compact Operators: Uses the spectral theorem for compact self-adjoint operators on Hilbert spaces to decompose operators via orthonormal bases.
flowchart TD A[2_Inner Product Spaces And Hilbert Spaces] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Intuition
Section titled “Intuition”Inner product spaces generalise the dot product to abstract vector spaces, enabling notions of angle and orthogonality. An inner product measures how aligned two vectors are, with zero indicating perpendicularity. The Cauchy-Schwarz inequality bounds this alignment, and the parallelogram law characterises exactly which norms arise from inner products. Hilbert spaces are complete inner product spaces, and the Riesz representation theorem guarantees that every continuous linear functional on a Hilbert space is itself given by an inner product. This self-referential structure, where a space is isometrically isomorphic to its dual, is what makes Hilbert spaces the natural home for quantum states, Fourier series, and least-squares approximation.
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.
Advanced Content
Section titled “Advanced Content”This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.
Derivations and Proofs
Section titled “Derivations and Proofs”Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.
Extended Examples
Section titled “Extended Examples”Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.
Research Connections
Section titled “Research Connections”This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.
Prerequisites
Section titled “Prerequisites”Ensure you have mastered the prerequisite material before attempting this advanced content.