You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

10.1 Hilbert space theory and orthonormal bases

5 min readaugust 7, 2024

Hilbert spaces are like infinite-dimensional versions of the spaces we're used to, but with special rules. They let us work with complex mathematical objects using familiar tools like distance and angles.

In this part, we'll learn about the building blocks of Hilbert spaces: orthonormal bases. These are sets of vectors that help us break down complicated objects into simpler pieces, making them easier to understand and work with.

Hilbert Space Fundamentals

Definition and Properties of Hilbert Spaces

Top images from around the web for Definition and Properties of Hilbert Spaces
Top images from around the web for Definition and Properties of Hilbert Spaces
  • Hilbert spaces generalize the notion of Euclidean space to infinite-dimensional vector spaces while preserving the structure of an
  • A Hilbert space HH is a complete inner product space, meaning it is a vector space equipped with an inner product ,\langle \cdot, \cdot \rangle and is complete with respect to the induced by the inner product
  • The inner product x,y\langle x, y \rangle is a function that assigns a scalar value to each pair of vectors x,yHx, y \in H and satisfies the following properties:
    • Conjugate symmetry: x,y=y,x\langle x, y \rangle = \overline{\langle y, x \rangle}
    • Linearity in the second argument: x,αy+βz=αx,y+βx,z\langle x, \alpha y + \beta z \rangle = \alpha \langle x, y \rangle + \beta \langle x, z \rangle
    • Positive definiteness: x,x0\langle x, x \rangle \geq 0 and x,x=0\langle x, x \rangle = 0 if and only if x=0x = 0
  • The norm x\|x\| of a vector xHx \in H is defined as x=x,x\|x\| = \sqrt{\langle x, x \rangle} and measures the length or magnitude of the vector
    • The norm satisfies the triangle inequality: x+yx+y\|x + y\| \leq \|x\| + \|y\| for all x,yHx, y \in H

Completeness and Convergence in Hilbert Spaces

  • is a crucial property of Hilbert spaces ensures that every Cauchy sequence in the space converges to a limit within the space
    • A sequence {xn}\{x_n\} in a Hilbert space HH is a Cauchy sequence if for every ε>0\varepsilon > 0, there exists an NN such that xnxm<ε\|x_n - x_m\| < \varepsilon for all n,mNn, m \geq N
  • Convergence in a Hilbert space can be defined using the norm: a sequence {xn}\{x_n\} converges to xHx \in H if limnxnx=0\lim_{n \to \infty} \|x_n - x\| = 0
    • This is equivalent to convergence with respect to the inner product: limnxnx,y=0\lim_{n \to \infty} \langle x_n - x, y \rangle = 0 for all yHy \in H
  • Examples of Hilbert spaces include:
    • The space of square-integrable functions L2([a,b])L^2([a, b]) with the inner product f,g=abf(x)g(x)dx\langle f, g \rangle = \int_a^b f(x) \overline{g(x)} dx
    • The space of square-summable sequences 2(N)\ell^2(\mathbb{N}) with the inner product {an},{bn}=n=1anbn\langle \{a_n\}, \{b_n\} \rangle = \sum_{n=1}^\infty a_n \overline{b_n}

Orthogonality and Bases

Orthogonality and Orthonormal Bases

  • Two vectors x,yHx, y \in H are orthogonal if their inner product is zero: x,y=0\langle x, y \rangle = 0
    • Orthogonality generalizes the notion of perpendicularity in Euclidean spaces to Hilbert spaces
  • An orthonormal basis for a Hilbert space HH is a countable set of vectors {en}\{e_n\} that are orthogonal to each other, have unit norm, and span the entire space
    • Orthogonality: en,em=0\langle e_n, e_m \rangle = 0 for all nmn \neq m
    • Unit norm: en=1\|e_n\| = 1 for all nn
    • Completeness: every vector xHx \in H can be represented as a unique linear combination of the basis vectors: x=n=1x,enenx = \sum_{n=1}^\infty \langle x, e_n \rangle e_n
  • The coefficients x,en\langle x, e_n \rangle in the expansion of a vector xx with respect to an orthonormal basis {en}\{e_n\} are called the Fourier coefficients of xx

Construction of Orthonormal Bases

  • The Gram-Schmidt process is an algorithm for constructing an orthonormal basis from a linearly independent set of vectors {vn}\{v_n\} in a Hilbert space HH
    • The process works by sequentially orthogonalizing and normalizing the vectors:
      1. Set e1=v1/v1e_1 = v_1 / \|v_1\|
      2. For n2n \geq 2, define un=vnk=1n1vn,ekeku_n = v_n - \sum_{k=1}^{n-1} \langle v_n, e_k \rangle e_k and set en=un/une_n = u_n / \|u_n\|
    • The resulting set {en}\{e_n\} is an orthonormal basis for the subspace spanned by {vn}\{v_n\}
  • Examples of orthonormal bases include:
    • The standard basis {(1,0,0,),(0,1,0,),(0,0,1,),}\{(1, 0, 0, \ldots), (0, 1, 0, \ldots), (0, 0, 1, \ldots), \ldots\} for the space of square-summable sequences 2(N)\ell^2(\mathbb{N})
    • The trigonometric basis {1,cos(nx),sin(nx):nN}\{1, \cos(nx), \sin(nx) : n \in \mathbb{N}\} for the space of square-integrable functions on [0,2π][0, 2\pi]

Fourier Series in Hilbert Spaces

Fourier Series Expansion

  • A is an expansion of a periodic function ff in a Hilbert space HH as an infinite linear combination of orthonormal basis functions
    • The basis functions are typically trigonometric functions (sines and cosines) or complex exponentials
  • Given an orthonormal basis {en}\{e_n\} for a Hilbert space HH and a vector fHf \in H, the Fourier series of ff with respect to the basis {en}\{e_n\} is the infinite sum: f=n=1f,enenf = \sum_{n=1}^\infty \langle f, e_n \rangle e_n
    • The coefficients f,en\langle f, e_n \rangle are the Fourier coefficients of ff and can be computed using the inner product
  • The Fourier series converges to ff in the norm of the Hilbert space: limNfn=1Nf,enen=0\lim_{N \to \infty} \|f - \sum_{n=1}^N \langle f, e_n \rangle e_n\| = 0

Completeness and Convergence of Fourier Series

  • The completeness of the orthonormal basis {en}\{e_n\} ensures that the Fourier series of any vector fHf \in H converges to ff in the norm of the Hilbert space
    • This means that the partial sums n=1Nf,enen\sum_{n=1}^N \langle f, e_n \rangle e_n approximate ff arbitrarily well as NN increases
  • The convergence of the Fourier series can be understood in terms of the inner product: for any gHg \in H, limNfn=1Nf,enen,g=0\lim_{N \to \infty} \langle f - \sum_{n=1}^N \langle f, e_n \rangle e_n, g \rangle = 0
    • This implies that the Fourier series converges to ff in a weak sense, which is a more general notion of convergence than norm convergence
  • Examples of Fourier series expansions include:
    • The Fourier series of a square-integrable periodic function ff on [0,2π][0, 2\pi] with respect to the trigonometric basis {1,cos(nx),sin(nx):nN}\{1, \cos(nx), \sin(nx) : n \in \mathbb{N}\}: f(x)=a02+n=1(ancos(nx)+bnsin(nx))f(x) = \frac{a_0}{2} + \sum_{n=1}^\infty (a_n \cos(nx) + b_n \sin(nx)) where an=1π02πf(x)cos(nx)dxa_n = \frac{1}{\pi} \int_0^{2\pi} f(x) \cos(nx) dx and bn=1π02πf(x)sin(nx)dxb_n = \frac{1}{\pi} \int_0^{2\pi} f(x) \sin(nx) dx
    • The Fourier series of a square-summable sequence {an}\{a_n\} with respect to the standard basis of 2(N)\ell^2(\mathbb{N}): {an}=n=1anen\{a_n\} = \sum_{n=1}^\infty a_n e_n where ene_n is the sequence with a 1 in the nn-th position and 0 elsewhere
© 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.

© 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.
Glossary
Glossary