Mathlib Map

Theorems · Theorem · commutative algebra

norm_root_le_spectralValue

∀ {K : Type u_2} [inst : NormedField K] {L : Type u_3} [inst_1 : Field L] [inst_2 : Algebra K L] {f : AlgebraNorm K L},
  IsPowMul ⇑f →
    IsNonarchimedean ⇑f → ∀ {p : Polynomial K}, p.Monic → ∀ {x : L}, (Polynomial.aeval x) p = 0 → f x ≤ spectralValue p

The norm of any root of p is bounded by the spectral value of p. See [S. Bosch, U. Güntzer, R. Remmert, Non-Archimedean Analysis (Proposition 3.1.2/1(1))] [bosch-guntzer-remmert].

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

Around this declaration

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

Cites66

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

Cited by3

Results whose statement or proof uses this declaration.