Skip to main content

Hilbert Spaces and Related Concepts

Inner product and normed spaces

Definition of inner product

Let XX be a vector space over R\mathbb{R}, An inner product on XX is a function ,:X×XR \langle\cdot,\cdot\rangle: X \times X\to\mathbb{R} such tat for all x,y,zXx,y, z \in X and α,βR\alpha, \beta \in\mathbb{R},

  1. x,x0\langle x,x\rangle\geq 0 and x,x=0\langle x,x\rangle = 0 if and only if x=0,x=0,
  2. αx+βy,z=αx,z+βy,z,\langle\alpha x + \beta y, z\rangle = \alpha\langle x,z\rangle + \beta\langle y, z\rangle,
  3. x,y=y,x.\langle x,y\rangle = \langle y,x\rangle.

A vector space XX with inner product is called an inner product spaces.

Example

Let ΩRn.\Omega \sub\mathbb{R}^n. If f,gL2(Ω),f,g\in L^2(\Omega), then fgL1(Ω)fg\in L^1(\Omega) and the function ,:L2(Ω)×L2(Ω)R \langle\cdot,\cdot\rangle: L^2(\Omega) \times L^2(\Omega)\to\mathbb{R} defined by

f,g=Ωfgdμ,\langle f,g\rangle=\int_\Omega fg d\mu,

is an inner product on L2(Ω).L^2(\Omega).

Something extremely important is that you can induce a norm by an inner product, in fact, let XX be an inner product space and x,yXx, y\in X, then, the function :XR\lVert \cdot \rVert: X \to \mathbb{R} defined by x:x,x12\lVert x \rVert:\langle x,x\rangle^{\frac{1}{2}}, is a norm on XX, and furthermore, X is a normed space.

Hilbert Spaces

Definition of Hilbert Space

An inner product space in which every Cauchy sequence (with respect to the norm induced by the inner product) converges to an element of the space is called a Hilbert space. This means the space is complete.

Example

As the Lp(Ω)L^p(\Omega) is a complete space then the previous example L2(Ω)L^2(\Omega) is a Hilbert space.

Riesz Theorem

If HH is a Hilbert space and THT\in H' then there us a unique yHy\in H such that T(x)=x,yT(x)=\langle x,y\rangle for all xHx\in H. Moreover T=y.\lVert T \rVert=\lVert y \rVert.

Example

Consider the Hilbert space H=R2H = \mathbb{R}^2 with the usual inner product x,y=x1y1+x2y2\langle x, y \rangle = x_1 y_1 + x_2 y_2 and define the linear transformation T(x1,x2)=3x1+4x2T(x_1, x_2) = 3x_1 + 4x_2.

According to the Riesz Representation Theorem, there must exist a unique vector y=(y1,y2)R2y = (y_1, y_2) \in \mathbb{R}^2 such that T(x1,x2)=(x1,x2),(y1,y2)=x1y1+x2y2T(x_1, x_2) = \langle (x_1, x_2), (y_1, y_2) \rangle = x_1 y_1 + x_2 y_2

Therefore, the representing vector is y=(3,4)y = (3,4) and the norm of the transformation is T=y=32+42=5\|T\| = \|y\| = \sqrt{3^2 + 4^2} = 5

The transformation T(x1,x2)=3x1+4x2T(x_1, x_2) = 3x_1 + 4x_2 can be written as T(x)=(x1,x2),(3,4)T(x) = \langle (x_1,x_2), (3,4) \rangle

Example

Let H=L2([0,1])H = L^2([0,1]) and define the linear transformation T(f)=01f(x)x dμ.T(f) = \int_0^1 f(x)\, x\ d\mu.

By the Riesz Representation Theorem, there exists a unique function gL2([0,1])g \in L^2([0,1]) such that

T(f)=f,g=01f(x)g(x)dμT(f) = \langle f, g \rangle = \int_0^1 f(x) g(x)d\mu

Comparing the integrands, we deduce that g(x)=x.g(x) = x.

The norm of the transformation is:

T=g=(01x2dx)1/2=13\|T\| = \|g\| = \left( \int_0^1 x^2 dx \right)^{1/2} = \sqrt{\tfrac{1}{3}}

The transformation T(f)=01f(x)xdxT(f) = \int_0^1 f(x)x\, dx can be represented as T(f)=f,xT(f) = \langle f, x \rangle

Definition of Weak Convergence

Let HH be a Hilbert space and let {xn}H\{x_n\} \subset H be a sequence. We say that {xn}\{x_n\} converges weakly to xHx \in H, and we write xnx,x_n \rightharpoonup x, if and only if,

xn,yx,yfor all yH.\langle x_n, y \rangle \to \langle x, y \rangle \quad \text{for all } y \in H.

This definition relies on the Riesz Representation Theorem, which ensures that every bounded linear transformation on HH can be expressed as an inner product with a fixed element of HH.