Theorems · Definition · field theory
Polynomial.rootsExpandPowEquivRoots
{R : Type u_1} →
[inst : CommRing R] →
[inst_1 : IsDomain R] →
(p : ℕ) →
[ExpChar R p] →
(f : Polynomial R) →
[inst_3 : DecidableEq R] →
[PerfectRing R p] → (n : ℕ) → ↥((Polynomial.expand R (p ^ n)) f).roots.toFinset ≃ ↥f.roots.toFinsetIf f is a polynomial over a perfect integral domain R of characteristic p, then there is
a bijection from the set of roots of Polynomial.expand R (p ^ n) f to the set of roots of f.
It's given by x ↦ x ^ (p ^ n), see rootsExpandPowEquivRoots_apply.
- Defined in
- Mathlib.FieldTheory.Perfect
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 136 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- CommRingstatement and proof · cited by 17,173
- Finsetstatement · cited by 13,712
- Equivstatement · cited by 8,337
- SetLike.coeproof · cited by 8,199
- Polynomialstatement and proof · cited by 5,681
- AlgHomstatement · cited by 3,236
- IsDomainstatement and proof · cited by 2,196
- Equiv.transproof · cited by 337
- ExpCharstatement and proof · cited by 276
- Polynomial.rootsstatement and proof · cited by 264
- Multiset.toFinsetstatement and proof · cited by 230
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.natSepDegree_expandproof · cited by 4
- Polynomial.rootsExpandPowEquivRoots_applystatement · cited by 0