Mathlib Map

Theorems · Definition · functional analysis

spectralRadius

(𝕜 : Type u_1) → {A : Type u_2} → [inst : NormedField 𝕜] → [inst_1 : Ring A] → [Algebra 𝕜 A] → A → ENNReal

The spectral radius is the supremum of the nnnorm (‖·‖₊) of elements in the spectrum, coerced into an element of ℝ≥0∞. Note that it is possible for spectrum 𝕜 a = ∅. In this case, spectralRadius a = 0. It is also possible that spectrum 𝕜 a be unbounded (though not for Banach algebras, see spectrum.isBounded, below). In this case, spectralRadius a = ∞.

Defined in
Mathlib.Analysis.Normed.Algebra.Spectrum
Cited by
36 results in Mathlib
Foundations
Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedFieldRingAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

IsSelfAdjoint.spectralRadius_eq_nnnorm · cited by 7IsSelfAdjoint.spectralRad…spectrum.pow_nnnorm_pow_one_div_tendsto_nhds_spectralRadius · cited by 4spectrum.pow_nnnorm_pow_o…spectrum.exists_nnnorm_eq_spectralRadius_of_nonempty · cited by 3spectrum.exists_nnnorm_eq…SpectrumRestricts.spectralRadius_eq · cited by 3SpectrumRestricts.spectra…NonUnitalStarAlgHom.nnnorm_apply_le · cited by 2NonUnitalStarAlgHom.nnnor…gelfandTransform_isometry · cited by 2gelfandTransform_isometryspectrum.SpectralRadius.of_subsingleton · cited by 2SpectralRadius.of_subsing…NNReal.spectralRadius_mem_spectrum · cited by 2NNReal.spectralRadius_mem…IsSelfAdjoint.toReal_spectralRadius_eq_norm · cited by 2IsSelfAdjoint.toReal_spec…CStarAlgebra.toReal_spectralRadius_star_mul_self_eq_norm_sq · cited by 2CStarAlgebra.toReal_spect…ContinuousLinearMap.spectralRadius_eq_nnnorm · cited by 1ContinuousLinearMap.spect…spectrum.differentiableOn_inverse_one_sub_smul · cited by 1spectrum.differentiableOn…spectrum.isUnit_one_sub_smul_of_lt_inv_radius · cited by 1spectrum.isUnit_one_sub_s…spectrum.limsup_pow_nnnorm_pow_one_div_le_spectralRadius · cited by 1spectrum.limsup_pow_nnnor…CStarAlgebra.nnnorm_mem_spectrum_of_nonneg · cited by 1CStarAlgebra.nnnorm_mem_s…Algebra · cited by 11388AlgebraENNReal · cited by 9879ENNRealRing · cited by 7463RingiSup · cited by 2415iSupENNReal.ofNNReal · cited by 1279ENNReal.ofNNRealNormedField · cited by 1084NormedFieldNNNorm.nnnorm · cited by 952NNNorm.nnnormspectrum · cited by 510spectrumspectralRadiusCITED BYCITES

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by36

Results whose statement or proof uses this declaration.