Theorems · Theorem · field theory
spectrum.map_polynomial_aeval_of_degree_pos
∀ {𝕜 : Type u} {A : Type v} [inst : Field 𝕜] [inst_1 : Ring A] [inst_2 : Algebra 𝕜 A] [IsAlgClosed 𝕜] (a : A)
(p : Polynomial 𝕜),
0 < p.degree → spectrum 𝕜 ((Polynomial.aeval a) p) = (fun x => Polynomial.eval x p) '' spectrum 𝕜 aThe spectral mapping theorem for polynomials. Note: the assumption degree p > 0
is necessary in case σ a = ∅, for then the left-hand side is ∅ and the right-hand side,
assuming [Nontrivial A], is {k} where p = Polynomial.C k.
- Defined in
- Mathlib.FieldTheory.IsAlgClosed.Spectrum
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 138 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.
Cites47
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Algebrastatement and proof · cited by 11,388
- Ringstatement and proof · cited by 7,463
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Set.imagestatement · cited by 5,609
- Algebra.algebraMapproof · cited by 4,706
- AlgHomstatement · cited by 3,236
- Units.valproof · cited by 1,966
- Polynomial.Xproof · cited by 1,639
- IsUnitproof · cited by 1,602
Cited by2
Results whose statement or proof uses this declaration.
- spectrum.map_polynomial_aeval_of_nonemptyproof · cited by 2
- spectrum.map_pow_of_posproof · cited by 0