Introduction To Hilbert Space
Introduction To Hilbert Space
September 3, 2024
Plan of the talk
1. Normed spaces
3. Dual spaces
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 2 / 30
Normed spaces
Definition 1
Let X be a vector space. A mapping || · || : X → R is called a norm on X if with
for all x , y ∈ X and α ∈ R we have
1. ||x || ≥ 0
2. ||x || = 0 ⇐⇒ x = θ
3. ||αx || = |α| · ||x ||
4. ||x + y || ≤ ||x || + ||y || (triangle inequality)
The couple (X , || · ||) is called a normed space.
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 3 / 30
Normed spaces
Example
1. In the space Rn and 0 < p < ∞. Then the norm of a vector
n
!1/p
X
n p
x = (x1 , x2 , ..., xn ) ∈ R is defined by ||x ||p = |xi |
i=1
And when p = 2 it is called Euclidean norm. Another common norm on Rn
||x ||∞ = max |xi |
1≤i≤n
2. Consider the space C [a, b] is the set of all continuous function on [a, b].
The norm of f ∈ C [a, b] is defined by ||f ||∞ = sup |f (x )|. Besided that
x ∈[a,b]
!1/p
Z b
we have another norm of its is defined by ||f ||p = |f (x )|p dx
a
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 4 / 30
Equivalent norms
n n
!1/p
X X
p
||x ||1 = |xi |, ||x ||p = |xi | , ||x ||∞ = max |xi |
1≤i≤n
i=1 i=1
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 5 / 30
Linear operators
T (x + y ) = T (x ) + T (y )
T (αx ) = αT (x )
Remark
If T : X → Y is linear then
• T (θX ) = θY
• T (αx + y ) = αT (x ) + T (y ) for all x , y ∈ X and α ∈ R
df
Example: Let T : C 1 [a, b] → R be defined by T (f ) = . Prove that T is
dt
1
linear (where C [a, b] is the set of all the functions which have the first
derivative are continuous on [a, b])
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 6 / 30
Bounded operators
Example: Given X = C [0, 1] with norm ||x || = max |x (t)|. Prove that the
t∈[0,1]
mapping
T :X →X
Z 1
x 7→ T (x ) = cos(t)x (t)dt
0
is bounded (where C [a, b] is the set of all function are continuous on [a, b])
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 7 / 30
Normed of an operator
||T (x )||
||T || = sup = sup ||T (x )||
x ∈X ||x || x ∈X
||x ||̸=0 ||x ||≤1
Remark
The norm of T is the minimum value C ≥ 0 such that ||T (x )|| ≤ C ||x ||
Example: Let X = C [a, b] be a normed spaces with norm ||x || = sup |x (t)|.
t∈[a,b]
Z b
An operator T : X → R is defined by T (x ) = x (t)dt. Show that it is a
a
linear bounded operator and find ||T ||
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 8 / 30
L(X , Y ) spaces
(T1 + T2 )(x ) = T1 (x ) + T2 (x )
(αT1 )(x ) = αT1 (x )
||T (x )||
||T || = sup = sup ||T (x )||
x ∈X ||x || x ∈X
||x ||̸=0 ||x ||≤1
where T ∈ L(X , Y ), x ∈ X
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 9 / 30
L(X , Y ) spaces
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 10 / 30
Dual spaces
|f (x )|
||f || = sup = sup |f (x )|
x ∈X ||x || x ∈X
||x ||̸=0 ||x ||≤1
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 11 / 30
Inner product spaces
Definition 9
In a inner
p product space X , the norm of a vector x is defined by the formula
||x || = ⟨x , x ⟩.
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 12 / 30
Inner product spaces
Theorem 10
Let X be a inner product space and for any x , y ∈ X then
1. Cauchy-Schwarz inequality
2. Parallelogram equality
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 13 / 30
Inner product spaces
Definition 11
Let X be an inner product space. For all x , y ∈ X and A, B are subsets of X we
say that
1. x and y are orthogonal if ⟨x , y ⟩ = 0 and we write x ⊥ y ;
2. x and A are orthogonal if ⟨x , a⟩ = 0, ∀a ∈ A and we write x ⊥ A;
3. A and B are orthogonal if ⟨a, b⟩ = 0, ∀a ∈ A, ∀b ∈ B and we write A ⊥ B.
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 14 / 30
Inner product spaces
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 15 / 30
Hilbert spaces
Example: The Euclidean space Rn is a Hilbert space with the inner product is
defined as follow
n
X
⟨x , y ⟩ = xi yi
i=1
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 16 / 30
Projection onto closed convex set
Definition 16 (Distance)
Let H be a Hilbert space. The distance from x to A is defined by
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 17 / 30
Projection onto closed convex set
||x − y || = dist(x , A)
And the vector y is called the projection of vector x onto the set A. We denote
y = PA x
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 18 / 30
Proof of theorem 17
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 19 / 30
Proof of theorem 17
am + an am + an
But ∈ A since A is convex then x− ≥ d. It follows
2 2
that
2 2
an − am 1 2 an − am 1 2
d2 + ≤ (d + dn2 ) =⇒ ≤ (d + dn2 ) − d 2
2 2 m 2 2 m
(*)
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 20 / 30
Proof of theorem 17
Thus a2 − a1 = θ =⇒ a2 = a1
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 21 / 30
Weakly convergences
⟨xn , y ⟩ → ⟨x , y ⟩ as n → ∞, ∀y ∈ H
We then write xn ⇀ x .
||xn − x || → 0 as n → ∞
We then write xn → x .
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 22 / 30
Weakly convergences
Theorem 20
If (xn )n∈N is strongly convergence to x in Hilbert space H then (xn )n∈N is
weakly convergence to x .
Proof.
Suppose that (xn )n∈N is strongly convergence in Hilbert space H i.e.
||xn − x || → 0 as n → ∞
Theorem 21
Assume that (xn )n∈N be a sequence in Hilbert space H such that xn ⇀ x and
||xn || → ||x || as n → ∞ then xn → x as n → ∞.
Proof.
Let (xn )n∈N be a sequence in Hilbert space H.
Consider ||xn − x ||2 = ⟨xn − x , xn − x ⟩ = ||xn ||2 − 2 ⟨xn , x ⟩ + ||x ||2
Taking n → ∞ we have
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 24 / 30
Weakly convergences
Theorem 22
The weak limit of a sequence in Hilbert space is unique.
Proof.
Suppose that there exists two vectors y , z in Hilbert space H such that xn ⇀ x1
and xn ⇀ x2 . For any y ∈ H we have
Then
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 25 / 30
Riesz representation theorem
f (x ) = ⟨x , z⟩ , ∀x ∈ H
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 26 / 30
Proof of Theorem 23
Let f be a linear bounded functional on Hilbert space H∗
• Case1: If f = 0 then f (x ) = 0, ∀x ∈ H
Beside that we choose z = θ then ⟨x , z⟩ = 0, ∀x ∈ H
Thus f (x ) = ⟨x , z⟩ = 0, ∀x ∈ H and ||f || = ||z|| = 0
• Case2: If f ̸= 0.
Existence: Let M = ker f = {x ∈ H| f (x ) = 0}. Clearly, M ̸= H since if
M = H then f (x ) = 0, ∀x ∈ H =⇒ f = 0 (contradiction). So M ̸= H
=⇒ M is proper, closed linear subspace of H
=⇒ There exists a nonzero vector η such that η ⊥ M =⇒ η ∈ M ⊥
We define ξ = f (x )η − f (η)x then f (ξ) = f (x )f (η) − f (η)f (x ) = 0
=⇒ ξ ∈ ker f = M
=⇒ ⟨ξ, η⟩ = 0
=⇒ ⟨f (x )η − f (η)x , η⟩ = 0
=⇒ f (x ) ⟨η, η⟩ = f (z0 ) ⟨x ,
η⟩
f (η) f (η)
=⇒ f (x ) = ⟨x , η⟩ = x , η
||η|| ||η||
f (η)
Set z = η then f (x ) = ⟨x , z⟩
||η||
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 27 / 30
Proof of Theorem 23
f (x ) = ⟨x , z1 ⟩ = ⟨x , z2 ⟩ , ∀x ∈ H
=⇒ ⟨x , z1 ⟩ − ⟨x , z2 ⟩ = 0
=⇒ ⟨x , z1 − z2 ⟩ = 0
⟨z1 − z2 , z1 − z2 ⟩ = 0 =⇒ z1 − z2 = θ =⇒ z1 = z2
Taking sup both sideds with x ∈ H such that ||x || ≤ 1 we obtain that
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 28 / 30
Proof of Theorem 23
| ⟨z, z⟩ |
|f (z)| ≤ ||f || · ||z|| =⇒ ||f || ≥ = ||z||
||z||
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 29 / 30
THANK YOU FOR YOUR ATTENTION
SEE YOU LATER!
Huynh Nhut Truong - Dao Nhat Gia An (TDTU) Introduction to Hilbert spaces September 3, 2024 30 / 30