🧐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.

Key Concepts and Definitions

  • Hilbert spaces generalize the notion of Euclidean space to infinite-dimensional vector spaces while preserving the structure of an inner product
  • Complete inner product spaces where every Cauchy sequence converges to a point within the space
  • Separable Hilbert spaces contain a countable dense subset (rational numbers in R\mathbb{R})
    • Non-separable Hilbert spaces do not have a countable dense subset (L2L^2 space of square-integrable functions)
  • Bounded linear operators map elements of a Hilbert space to another Hilbert space while preserving linearity and boundedness
  • Adjoint operators AA^* satisfy Ax,y=x,Ay\langle Ax, y \rangle = \langle x, A^*y \rangle for all x,yx, y in the Hilbert space
  • Compact operators map bounded sets to relatively compact sets (finite-dimensional subspaces)
  • Self-adjoint operators satisfy A=AA = 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+y2+xy2=2(x2+y2)\|x+y\|^2 + \|x-y\|^2 = 2(\|x\|^2 + \|y\|^2) for all x,yx, y in the Hilbert space
  • The polarization identity expresses the inner product in terms of norms: x,y=14(x+y2xy2)\langle x, y \rangle = \frac{1}{4}(\|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: x2=n=1x,en2\|x\|^2 = \sum_{n=1}^{\infty} |\langle x, e_n \rangle|^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\langle x, y \rangle = \overline{\langle y, x \rangle}
    • Positive definite: x,x0\langle x, x \rangle \geq 0 with equality if and only if x=0x = 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,yxy|\langle x, y \rangle| \leq \|x\| \|y\|
    • Equality holds if and only if xx and yy are linearly dependent
  • The norm induced by the inner product is defined as x=x,x\|x\| = \sqrt{\langle x, x \rangle}
  • 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\langle x, y \rangle = 0
  • Orthogonal vectors are perpendicular and do not share any common components
  • Orthogonal sets consist of pairwise orthogonal vectors: xi,xj=0\langle x_i, x_j \rangle = 0 for iji \neq j
  • Orthonormal sets are orthogonal and have unit norm: xi=1\|x_i\| = 1 for all ii
    • Obtained by normalizing orthogonal vectors: ei=xixie_i = \frac{x_i}{\|x_i\|}
  • 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=1x,enenx = \sum_{n=1}^{\infty} \langle x, e_n \rangle e_n, where {en}\{e_n\} is an orthonormal basis
  • Fourier coefficients x,en\langle x, e_n \rangle measure the contribution of each basis element to the vector
  • Parseval's identity relates the norm of a vector to its Fourier coefficients: x2=n=1x,en2\|x\|^2 = \sum_{n=1}^{\infty} |\langle x, e_n \rangle|^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 ana_n and bnb_n measure the contribution of each frequency component to the function
    • an=2TT/2T/2f(t)cos(2πntT)dta_n = \frac{2}{T} \int_{-T/2}^{T/2} f(t) \cos(\frac{2\pi nt}{T}) dt
    • bn=2TT/2T/2f(t)sin(2πntT)dtb_n = \frac{2}{T} \int_{-T/2}^{T/2} f(t) \sin(\frac{2\pi nt}{T}) dt
  • Fourier series converge to the function in the L2L^2 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 L2L^2 norm of a function to its Fourier coefficients: T/2T/2f(t)2dt=a022+n=1(an2+bn2)\int_{-T/2}^{T/2} |f(t)|^2 dt = \frac{a_0^2}{2} + \sum_{n=1}^{\infty} (a_n^2 + b_n^2)

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 LpL^p spaces and Sobolev spaces


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.