Documentation

Atlas.DifferentialAnalysis.code.SpectralTheorem

The spectrum of a bounded operator on a complex Banach space is compact.

The spectrum of a bounded operator is contained in the closed ball of radius ‖T‖.

The spectrum of a bounded operator is compact and contained in the closed ball of radius ‖T‖.

Polynomial functional calculus norm bound for self-adjoint operators: the operator norm of q(A) is bounded by any uniform bound on |q(t)| over the spectrum.

theorem SpectralTheorem.norm_polynomial_selfAdjoint_le_Icc {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (A : H →L[] H) (hA : IsSelfAdjoint A) (q : Polynomial ) (m M : ) (hspec : spectrum A Set.Icc m M) {c : } (hc : 0 c) (hbound : tSet.Icc m M, Polynomial.eval t q c) :

Variant of norm_polynomial_selfAdjoint_le where the bound is verified on a containing interval [m, M] of the spectrum.