Mathlib Map

Theorems · Theorem · commutative algebra

spectralValue_le_one_iff

∀ {R : Type u_1} [inst : NormedDivisionRing R] {P : Polynomial R},
  P.Monic → (spectralValue P ≤ 1 ↔ ∀ (n : ℕ), ‖P.coeff n‖ ≤ 1)

The spectral value of a monic polynomial P is less than or equal to one if and only if all of its coefficients have norm less than or equal to 1.

Defined in
Mathlib.Analysis.Normed.Unbundled.SpectralNorm
Cited by
0 results in Mathlib
Foundations
Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedDivisionRing

Around this declaration

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

Cites30

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.