Chapter 16: Spectral Theory of Bounded Operators #
This file formalizes Propositions 16.1, 16.2, and 16.3 from Chapter 16 on the spectral theory of bounded linear operators on Hilbert spaces.
Main results #
prop_16_1— Proposition 16.1 (Goal 110): The spectrum of a bounded linear operator on a Hilbert space is a compact subset of {|z| ≤ ‖T‖}.prop_16_2— Proposition 16.2 (Goal 111): For a bounded self-adjoint operator A with m = inf_{‖φ‖=1}⟨Aφ, φ⟩ and M = sup_{‖φ‖=1}⟨Aφ, φ⟩, {m, M} ⊆ spec(A) ⊆ [m, M].prop_16_3— Proposition 16.3 (Goal 112): For a bounded self-adjoint operator A and a real polynomial p, ‖p(A)‖ ≤ sup_{t ∈ [m,M]} |p(t)|.
References #
These results are standard in the spectral theory of bounded operators on Hilbert spaces; see e.g. Reed and Simon, Methods of Modern Mathematical Physics I: Functional Analysis, Chapter VII.
Numerical range infrastructure #
The quadratic form φ ↦ Re⟨Aφ, φ⟩ for a bounded linear operator A on a
complex Hilbert space H. For a self-adjoint operator, the imaginary part vanishes
and this equals ⟨Aφ, φ⟩ viewed as a real number.
Instances For
m(A) = inf_{‖φ‖=1} Re⟨Aφ, φ⟩, the infimum of the numerical range
restricted to the unit sphere. For a self-adjoint operator, this is the bottom
of the spectrum.
Instances For
M(A) = sup_{‖φ‖=1} Re⟨Aφ, φ⟩, the supremum of the numerical range
restricted to the unit sphere. For a self-adjoint operator, this is the top
of the spectrum.
Instances For
Proposition 16.1 (Goal 110) #
The spectrum of a bounded linear operator on a Hilbert space is compact. This is the first part of Proposition 16.1.
The spectrum of a bounded linear operator is contained in the closed ball of
radius ‖T‖. This is the second part of Proposition 16.1.
Goal 110: Proposition 16.1: For any bounded linear operator T on a Hilbert space H,
the spectrum σ(T) ⊂ ℂ is a compact subset of the closed ball {z : ℂ | ‖z‖ ≤ ‖T‖}.
Proposition 16.2 (Goal 111) #
Goal 111: Proposition 16.2: If A is a bounded self-adjoint operator on a Hilbert space H,
then with m = inf_{‖φ‖=1} ⟨Aφ, φ⟩ and M = sup_{‖φ‖=1} ⟨Aφ, φ⟩,
the spectrum satisfies {m, M} ⊆ σ(A) ⊆ [m, M]
(where [m, M] is embedded in ℂ via the canonical inclusion ℝ ↪ ℂ).
The proof is not given in the text.
Proposition 16.3 (Goal 112) #
Goal 112: Proposition 16.3: If A is a bounded self-adjoint operator on a Hilbert space and p
is a nonzero real polynomial, then p(A) = Σᵢ cᵢ Aⁱ satisfies
‖p(A)‖ ≤ sup_{t ∈ [m, M]} |p(t)|, where m and M are as in Proposition 16.2.
The proof is not given in the text.