This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.C Course in the Nutshell
C.1 Some useful results and formulae (1)
1 A norm on a vector space, ||x||, satisfies
||x||≥ 0, ||x||=0 if and only if x=0, ||λ
x||=|λ| ||x||, and ||x+y|| ≤ ||x|| + ||y||
(triangle inequality). A norm defines a metric and a
complete normed space is called a Banach space.
2 An inner-product space is a vector space
(usually complex) with a scalar product on it, ⟨ x,y⟩
∈ ℂ such that ⟨ x,y⟩=⟨
y,x⟩, ⟨ λ x,y⟩=λ⟨
x,y⟩, ⟨ x+y,z⟩ =⟨ x,z⟩ +⟨
y,z⟩ , ⟨ x,x⟩ ≥ 0 and ⟨ x,x⟩
=0 if and only if x=0. This defines a norm by
||x||2=⟨ x,x⟩ . A complete inner-product space is
called a Hilbert space. A Hilbert space is automatically a
Banach space.
3 The Cauchy–Schwarz inequality. |⟨
x,y⟩ | ≤ ||x|| ||y|| with equality if and only if x
and y are linearly dependent.
4 Some examples of Hilbert spaces. (i) Euclidean
ℂn. (ii) l2, sequences (ak) with
||(ak)||22=∑|ak|2 < ∞. In both cases ⟨
(ak),(bk)⟩=∑akbk. (iii) L2[a,b],
functions on [a,b] with ||f||22=∫ab |f(t)|2
dt < ∞. Here ⟨ f,g ⟩=∫ab f(t)
g(t) d t. (iv) Any closed subspace of a Hilbert space.
5 Other examples of Banach spaces. (i) Cb(X),
continuous bounded functions on a topological space X. (ii)
l∞(X), all bounded functions on a set X.
The supremum norms on Cb(X) and l∞(X) make
them into Banach spaces. (iii) Any closed subspace of a Banach
space.
6 On incomplete spaces. The inner-product
(L2) norm on C[0,1] is incomplete. c00 (sequences
eventually zero), with the l2 norm, is another
incomplete i.p.s.
7 The parallelogram identity. ||x+y||2 +
||x−y||2 = 2||x||2 + 2||y||2 in an inner-product space. Not in
general normed spaces.
8 On subspaces. Complete =⇒
closed. The closure of a linear subspace is still a linear subspace.
Lin (A) is the smallest subspace containing A and
CLin (A) is its closure, the smallest closed subspace
containing A.
9 From now on we work in inner-product spaces.
10 The orthogonality. x ⊥ y if ⟨
x,y⟩ =0. An orthogonal sequence has ⟨
en,em⟩ =0 for n ≠ m. If all the vectors have norm 1
it is an orthonormal sequence (o.n.s.), e.g.
en=(0,…,0,1,0,0,…) ∈ l2 and
en(t)=(1/√2π) eint in L2(−π,π).
11 Pythagoras’s theorem: if x⊥ y then
||x+y||2=||x||2+||y||2.
12 The best approximation to x by a linear
combination ∑k=1nλkek is ∑k=1n ⟨
x,ek⟩ ek if the ek are orthonormal. Note that
⟨ x,ek⟩ is the Fourier coefficient of x w.r.t.
ek.
13 Bessel’s inequality. ||x||2 ≥ ∑k=1n
|⟨ x,ek⟩ |2 if e1,…,en is an o.n.s.
14 Riesz–Fischer theorem. For an o.n.s. (en)
in a Hilbert space, ∑λn en converges if and only if
∑|λn|2 < ∞; then ||∑λn en ||2 =
∑|λn|2.
15 A complete o.n.s. or orthonormal basis
(o.n.b.) is an o.n.s. ( en) such that if ⟨
y,en⟩ =0 for all n then y=0. In that case every
vector is of the form ∑λn en as in the R-F theorem.
Equivalently: the closed linear span of the (en) is the whole
space.
16 Gram–Schmidt orthonormalization process. Start
with x1, x2, … linearly independent. Construct e1,
e2, … an o.n.s. by inductively setting
yn+1=xn+1−∑k=1n ⟨ xn+1,ek⟩ ek and
then normalizing en+1=yn+1/||yn+1||.
17 On orthogonal complements. M⊥ is the
set of all vectors orthogonal to everything in M. If M is a
closed linear subspace of a Hilbert space H then H=M ⊕
M⊥. There is also a linear map, PM the projection from
H onto M with kernel M⊥.
18 Fourier series. Work in L2(−π,π) with
o.n.s. en(t)=(1/√2π)eint. Let CP(−π,π) be
the continuous periodic functions, which are dense in L2. For
f ∈ CP(−π,π) write fm=∑n=−mm ⟨
f,en⟩ en, m ≥ 0. We wish to show that ||fm−f||2
→ 0, i.e., that (en) is an o.n.b.
19 The Fejér kernel. For f∈ CP(−π,π)
write Fm=(f0+…+fm)/(m+1). Then Fm(x)=(1/2π)
∫−ππf(t) Km(x−t) d t where
Km(t)=(1/(m+1)) ∑k=0m ∑n=−kk eint is the
Fejér kernel. Also Km(t)=(1/(m+1)) [sin2 (m+1)t/2] / [sin2
t/2].
20 Fejér’s theorem. If f ∈ CP(−π,π)
then its Fejér sums tend uniformly to f on [−π,π] and
hence in L2 norm also. Hence CLin ((en)) ⊇
CP(−π,π) so must be all of L2(−π,π). Thus (en)
is an o.n.b.
21 Corollary. If f ∈ L2(−π,π) then
f(t)=∑cn eint with convergence in L2, where
cn=(1/2π) ∫−ππf(t)e−int d t.
22 Parseval’s formula. If f, g∈
L2(−π,π) have Fourier series ∑cn eint and ∑
dn eint then (1/2π)⟨ f,g⟩ = ∑cn dn.
23 Weierstrass approximation theorem. The
polynomials are dense in C[a,b] for any a<b (in the supremum
norm).
C.2 Some useful results and
formulae (2)
24
On dual spaces. A linear functional on a vector
space X is a linear mapping α:X → ℂ (or to
ℝ in the real case), i.e.,
α(ax+by)=aα(x)+bα(y). When X is a normed
space, α is continuous if and only if it is
bounded, i.e., sup{|α(x)|: ||x|| ≤ 1} <
∞. Then we define ||α|| to be this sup, and it is a
norm on the space X* of bounded linear functionals, making
X* into a Banach space.
25
Riesz–Fréchet theorem. If α:H → ℂ is a
bounded linear functional on a Hilbert space H, then there is a
unique y ∈ H such that α(x)=⟨ x,y⟩ for
all x ∈ H; also ||α||=||y||.
26
On linear operator. These are linear mappings T: X → Y,
between normed spaces. Defining ||T||=sup{||T(x)||: ||x|| ≤
1}, finite, makes the bounded (i.e., continuous) operators into a
normed space, B(X,Y). When Y is complete, so is B(X,Y).
We get ||Tx|| ≤ ||T|| ||x||, and, when we can compose
operators, ||ST|| ≤ ||S|| ||T||. Write B(X) for
B(X,X), and for T ∈ B(X), ||Tn|| ≤ ||T||n.
Inverse S=T−1 when ST=TS=I.
27
On adjoints. T ∈ B(H,K) determines T* ∈ B(K,H)
such that ⟨ Th, k ⟩K = ⟨ h, T*k ⟩H
for all h ∈ H, k ∈ K. Also ||T*||=||T|| and
T**=T.
28
On unitary operator
. Those U ∈
B(
H)
for which
UU*=
U*U=
I. Equivalently, U is surjective and an isometry
(and hence preserves the inner product).Hermitian operator or self-adjoint operator. Those T
∈ B(H) such that T=T*.
On normal operator. Those T ∈ B(H) such that
TT*=T*T (so including Hermitian and unitary operators).
29
On spectrum. σ(T)={λ ∈ ℂ: (T−λ
I) is not invertible in B(X)}. Includes all
eigenvalues λ where Tx=λ x for some
x ≠ 0, and often other things as well. On spectral
radius: r(T)=sup{|λ|: λ∈ σ(T)}.
Properties: σ(T) is closed, bounded and nonempty. Proof:
based on the fact that (I−A) is invertible for ||A|| < 1.
This implies that r(T) ≤ ||T||.
30
The spectral radius formula
. r(
T)=inf
n ≥ 1
||
Tn||
1/n = lim
n → ∞ ||
Tn||
1/n.Note that σ(Tn)={λn: λ ∈ σ(T)} and
σ(T*)={λ: λ ∈ σ(T)}. The
spectrum of a unitary operator is contained in {|z|=1}, and
the spectrum of a self-adjoint operator is real (proof by
Cayley transform: U=(T−iI)(T+iI)−1 is unitary).
31
On finite rank operator
. T∈
F(
X,
Y)
if Im T
is finite-dimensional.On compact operator. T ∈ K(X,Y) if: whenever (xn)
is bounded, then (Txn) has a convergent subsequence. Now
F(X,Y) ⊆ K(X,Y) since bounded sequences in a
finite-dimensional space have convergent subsequences (because when
Z is f.d., Z is isomorphic to l2n, i.e.,
∃ S:l2n → Z with S, S−1 bounded).
Also limits of compact operators are compact, which shows that a
diagonal operator Tx=∑λn⟨ x,en ⟩ en is
compact iff λn → 0.
32
Hilbert–Schmidt operators
. T is H–S when ∑
||
Ten||
2 < ∞
for some o.n.b. (
en)
. All such operators
are compact—write them as a limit of finite rank operators Tk
with Tk∑
n=1∞anen=∑
n=1k an (
Ten)
. This
class includes integral operators T:
L2(
a,
b)→
L2(
a,
b)
of the
form
(Tf)(x)= | | K(x,y) f(y) d y, |
where
K is continuous on [
a,
b] × [
a,
b]
.
33
On spectral properties of normal operators
. If T is
normal, then (i) ker
T=ker
T*, so Tx=λ
x
=⇒
T*x=
λx; (ii) eigenvectors
corresponding to distinct eigenvalues are orthogonal; (iii)
||
T||=
r(
T)
.If T ∈ B(H) is compact normal, then its set of eigenvalues is
either finite or a sequence tending to zero. The eigenspaces are
finite-dimensional, except possibly for λ=0. All nonzero
points of the spectrum are eigenvalues.
34
On spectral theorem for compact normal operators
. There is an
orthonormal sequence (
ek)
of eigenvectors of T, and
eigenvalues (λ
k)
, such that Tx=∑
k λ
k
⟨
x,
ek ⟩
ek. If (λ
k)
is an infinite
sequence, then it tends to 0. All operators of the above form are
compact and normal.Corollary. In the spectral theorem we can have the same
formula with an orthonormal basis, adding in vectors from
kerT.
35
On general compact operators. We can write Tx=∑µk
⟨ x, ek ⟩ fk, where (ek) and (fk) are
orthonormal sequences and (µk) is either a finite sequence or
an infinite sequence tending to 0. Hence T ∈ B(H) is
compact if and only if it is the norm limit of a sequence of
finite-rank operators.
36
On integral equations. Fredholm equations on L2(a,b) are
Tφ=f or φ−λ Tφ=f, where (Tφ)(x)=∫ab
K(x,y)φ(y) d y. Volterra equations similar, except that T
is now defined by (Tφ)(x)=∫ax K(x,y)φ(y) d y.
37
Neumann series
. (
I−λ
T)
−1=1+λ
T+λ
2
T2 + …
, for ||λ
T ||<1
.On separable kernel. K(x,y)=∑j=1n gj(x)hj(y).
The image of T (and hence its eigenvectors for λ≠ 0)
lies in the space spanned by g1,…,gn.
38
Hilbert–Schmidt theory
. Suppose that K ∈
C([
a,
b]×
[
a,
b])
and K(
y,
x)=
K(x,y). Then (in the Fredholm
case) T is a self-adjoint Hilbert–Schmidt operator and
eigenvectors corresponding to nonzero eigenvalues are continuous
functions. If λ≠ 0
and 1/λ ∉σ(
T)
,
the the solution of φ−λ
Tφ=
f is
39
Fredholm alternative. Let T be compact and normal and
λ≠ 0. Consider the equations (i) φ−λ
Tφ=0 and (ii) φ−λ Tφ=f. Then EITHER (A) The
only solution of (i) is φ=0 and (ii) has a unique solution
for all f OR (B) (i) has nonzero solutions φ and (ii) can
be solved if and only if f is orthogonal to every solution of
(i).
Last modified: November 6, 2024.