Rayleigh quotient for compact self-adjoint operators #
Mathlib’s file Mathlib.Analysis.InnerProductSpace.Rayleigh contains the core calculus lemma:
if the quadratic form x ↦ re ⟪T x, x⟫ attains its maximum/minimum on a sphere, then the
extremiser is an eigenvector and the corresponding eigenvalue is the global iSup/iInf of the
Rayleigh quotient.
This file supplies the (slightly more elaborate) compact-operator corollary suggested as a TODO in Mathlib:
If T is compact and self-adjoint on a (real or complex) Hilbert space, then T has a nonzero
eigenvector with eigenvalue either ⨆ x, rayleighQuotient T x or ⨅ x, rayleighQuotient T x.
The key technical step is to work on the unit weak closed ball, which is compact by
Banach–Alaoglu + Riesz (CompactSelfAdjoint.Topology.WeakHilbertCompact), and show that for a
compact operator the quadratic form is continuous on that weakly compact set.
Main results #
The inclusion E → WeakDual 𝕜 E obtained by composing the weak-topology inclusion
E → WeakSpace 𝕜 E with the Riesz map into the dual. This is a convenient bridge for uniqueness
arguments that need a Hausdorff target (since WeakDual 𝕜 E is T2).
Equations
Instances For
If T is compact, then it sends weak convergence on a weakly-closed ball
to norm convergence.
For a compact operator T, the quadratic form x ↦ re ⟪T x, x⟫ is continuous on weakly-compact
closed balls (i.e. weakClosedBall).
If a self-adjoint operator is nonzero, then its quadratic form x ↦ re ⟪T x, x⟫ is not
identically zero.
Compact self-adjoint operators attain an extremum of the Rayleigh quotient, yielding a nonzero eigenvector for either the global supremum or the global infimum.