Theorems · Theorem · number theory
IsPrimitiveRoot.minpoly_eq_pow
∀ {n : ℕ} {K : Type u_1} [inst : CommRing K] {μ : K},
IsPrimitiveRoot μ n →
∀ [IsDomain K] [CharZero K] {p : ℕ} [hprime : Fact (Nat.Prime p)], ¬p ∣ n → minpoly ℤ μ = minpoly ℤ (μ ^ p)If p is a prime that does not divide n,
then the minimal polynomials of a primitive n-th root of unity μ
and of μ ^ p are the same.
- Defined in
- Mathlib.RingTheory.RootsOfUnity.Minpoly
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 163 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites69
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Polynomialstatement and proof · cited by 5,681
- ENatproof · cited by 4,985
- Factstatement and proof · cited by 2,726
- Nat.cast_oneproof · cited by 2,501
- IsDomainstatement and proof · cited by 2,196
- Nat.Primestatement and proof · cited by 2,059
- mul_assocproof · cited by 1,667
- Polynomial.Xproof · cited by 1,639
- IsUnitproof · cited by 1,602
- WithBotproof · cited by 1,498
Cited by1
Results whose statement or proof uses this declaration.
- IsPrimitiveRoot.minpoly_eq_pow_coprimeproof · cited by 1