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 𝕜 aIn 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.
- 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 and proof · cited by 5,609
- AlgHomstatement · cited by 3,236
- Set.Nonemptystatement and proof · cited by 2,627
- Nontrivialproof · cited by 2,416
- Polynomial.coeffproof · cited by 1,045
- Polynomial.evalstatement and proof · cited by 796
Cited by2
Results whose statement or proof uses this declaration.
- spectrum.map_polynomial_aevalproof · cited by 1
- spectrum.map_pow_of_nonemptyproof · cited by 0