Theorems · Theorem · number theory
IsPrimitiveRoot.minpoly_dvd_mod_p
∀ {n : ℕ} {K : Type u_1} [inst : CommRing K] {μ : K},
IsPrimitiveRoot μ n →
∀ [IsDomain K] [CharZero K] {p : ℕ} [inst_3 : Fact (Nat.Prime p)],
¬p ∣ n →
Polynomial.map (Int.castRingHom (ZMod p)) (minpoly ℤ μ) ∣
Polynomial.map (Int.castRingHom (ZMod p)) (minpoly ℤ (μ ^ p))Let P be the minimal polynomial of a root of unity μ and Q be the minimal polynomial of
μ ^ p, where p is a prime that does not divide n. Then P divides Q modulo p.
- Defined in
- Mathlib.RingTheory.RootsOfUnity.Minpoly
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Polynomialstatement · cited by 5,681
- Factstatement and proof · cited by 2,726
- IsDomainstatement and proof · cited by 2,196
- Nat.Primestatement and proof · cited by 2,059
- ZModstatement and proof · cited by 1,024
- CharZerostatement and proof · cited by 932
- Polynomial.mapstatement and proof · cited by 806
- minpolystatement and proof · cited by 439
- IsPrimitiveRootstatement and proof · cited by 356
- Int.castRingHomstatement and proof · cited by 254
- Squarefree.isRadicalproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- IsPrimitiveRoot.minpoly_eq_powproof · cited by 1