🧐Functional Analysis Unit 5 – Hilbert Spaces and Orthonormal Bases
Hilbert spaces extend Euclidean space concepts to infinite dimensions, preserving inner product structure. They're complete inner product spaces where Cauchy sequences converge, and include separable spaces with countable dense subsets and non-separable spaces without.
Orthonormal bases in Hilbert spaces allow vector representation as linear combinations of basis elements. These bases simplify computations, enable function decomposition, and are crucial in Fourier analysis, quantum mechanics, and signal processing applications.
Self-adjoint operators satisfy A=A∗ and have real eigenvalues
Properties of Hilbert Spaces
Completeness ensures that limits of Cauchy sequences exist within the space
The parallelogram law holds: ∥x+y∥2+∥x−y∥2=2(∥x∥2+∥y∥2) for all x,y in the Hilbert space
The polarization identity expresses the inner product in terms of norms: ⟨x,y⟩=41(∥x+y∥2−∥x−y∥2)
Riesz representation theorem states that every bounded linear functional on a Hilbert space can be represented as an inner product with a unique vector
Orthogonal projection theorem guarantees the existence and uniqueness of the best approximation of a vector by an element of a closed subspace
The best approximation is the orthogonal projection onto the subspace
Parseval's identity relates the norm of a vector to the sum of the squares of its Fourier coefficients: ∥x∥2=∑n=1∞∣⟨x,en⟩∣2
Every Hilbert space has an orthonormal basis (Gram-Schmidt process)
Inner Products and Norms
Inner products are sesquilinear, conjugate symmetric, and positive definite
Sesquilinear: linear in the first argument and conjugate linear in the second
Conjugate symmetric: ⟨x,y⟩=⟨y,x⟩
Positive definite: ⟨x,x⟩≥0 with equality if and only if x=0
Norms measure the length or size of vectors and satisfy positivity, homogeneity, and the triangle inequality
The Cauchy-Schwarz inequality bounds the inner product: ∣⟨x,y⟩∣≤∥x∥∥y∥
Equality holds if and only if x and y are linearly dependent
The norm induced by the inner product is defined as ∥x∥=⟨x,x⟩
Parallelogram law relates the norms of the sum and difference of two vectors to their individual norms
Orthogonality and Orthonormal Sets
Orthogonality means two vectors have a zero inner product: ⟨x,y⟩=0
Orthogonal vectors are perpendicular and do not share any common components
Orthogonal sets consist of pairwise orthogonal vectors: ⟨xi,xj⟩=0 for i=j
Orthonormal sets are orthogonal and have unit norm: ∥xi∥=1 for all i
Obtained by normalizing orthogonal vectors: ei=∥xi∥xi
Orthonormal sets are linearly independent and can serve as bases for subspaces or the entire Hilbert space
Gram-Schmidt process constructs an orthonormal set from a linearly independent set by iteratively subtracting projections and normalizing
Orthonormal Bases and Their Significance
Orthonormal bases provide a convenient way to represent vectors as linear combinations of basis elements
Every vector can be uniquely expressed as x=∑n=1∞⟨x,en⟩en, where {en} is an orthonormal basis
Fourier coefficients ⟨x,en⟩ measure the contribution of each basis element to the vector
Parseval's identity relates the norm of a vector to its Fourier coefficients: ∥x∥2=∑n=1∞∣⟨x,en⟩∣2
Generalizes Pythagoras' theorem to infinite-dimensional spaces
Orthonormal bases simplify computations and provide a natural way to decompose functions and signals
Examples of orthonormal bases include trigonometric functions (Fourier basis) and wavelets
Orthonormal bases are not unique, but they all yield the same representation of vectors
Fourier Series and Expansions
Fourier series represent periodic functions as infinite sums of trigonometric functions (sines and cosines)
Fourier coefficients an and bn measure the contribution of each frequency component to the function
an=T2∫−T/2T/2f(t)cos(T2πnt)dt
bn=T2∫−T/2T/2f(t)sin(T2πnt)dt
Fourier series converge to the function in the L2 sense (mean square convergence)
Fourier transforms extend the concept to non-periodic functions by using a continuous spectrum of frequencies
Fourier analysis decomposes functions into their frequency components, enabling filtering and signal processing
Parseval's theorem for Fourier series relates the L2 norm of a function to its Fourier coefficients: ∫−T/2T/2∣f(t)∣2dt=2a02+∑n=1∞(an2+bn2)
Applications in Functional Analysis
Quantum mechanics uses Hilbert spaces to model the state space of quantum systems
Wave functions are elements of a Hilbert space, and observables are self-adjoint operators
Signal processing relies on Fourier analysis to filter and transform signals
Removing noise, compressing data, and extracting features
Partial differential equations can be solved using Hilbert space methods
Weak solutions are obtained by projecting onto appropriate function spaces
Machine learning and data analysis use Hilbert space techniques for dimensionality reduction and feature extraction
Principal component analysis (PCA) and kernel methods
Operator theory studies the properties and classification of linear operators on Hilbert spaces
Spectral theory, functional calculus, and operator algebras
Wavelets provide localized orthonormal bases for efficient representation and analysis of signals and images
Common Pitfalls and Tips
Ensure that the inner product is well-defined and satisfies the required properties
Be cautious when dealing with unbounded operators, as they may not be defined on the entire Hilbert space
Verify that a set of vectors is complete before claiming it is an orthonormal basis
Remember that convergence in Hilbert spaces is typically in the norm topology, not pointwise convergence
Use the appropriate form of Parseval's identity or theorem depending on the context (discrete or continuous)
Be aware of the differences between separable and non-separable Hilbert spaces, as some results may not hold in the non-separable case
Exploit the properties of orthonormal bases to simplify computations and proofs whenever possible
Understand the relationship between Hilbert spaces and other function spaces, such as Lp spaces and Sobolev spaces