Mathlib Map

Theorems · Theorem · field theory

spectrum.map_polynomial_aeval_of_nonempty

∀ {𝕜 : Type u} {A : Type v} [inst : Field 𝕜] [inst_1 : Ring A] [inst_2 : Algebra 𝕜 A] [IsAlgClosed 𝕜] (a : A)
  (p : Polynomial 𝕜),
  (spectrum 𝕜 a).Nonempty → spectrum 𝕜 ((Polynomial.aeval a) p) = (fun k => Polynomial.eval k p) '' spectrum 𝕜 a

In this version of the spectral mapping theorem, we assume the spectrum is nonempty instead of assuming the degree of the polynomial is positive.

Defined in
Mathlib.FieldTheory.IsAlgClosed.Spectrum
Cited by
2 results in Mathlib
Foundations
Depth 139 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldRingAlgebraIsAlgClosed

Around this declaration

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

Cites26

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

Cited by2

Results whose statement or proof uses this declaration.