Theorems · Theorem · number theory
Polynomial.irreducible_of_dvd_cyclotomic_of_natDegree
∀ {K : Type u_1} [inst : Field K] [inst_1 : Fintype K] {p f n : ℕ} {P : Polynomial K},
Fintype.card K = p ^ f →
∀ (hn : p.Coprime n) [hp : Fact (Nat.Prime p)],
P ∣ Polynomial.cyclotomic n K → P.natDegree = orderOf (ZMod.unitOfCoprime (p ^ f) ⋯) → Irreducible PLet K be a finite field of cardinality p ^ f and let P be a factor of the n-th
cyclotomic polynomial over K, where p and n are coprime. If the degree of P is
the multiplicative order of p ^ f modulo n then P is irreducible.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 212 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Unitsstatement · cited by 2,804
- Factstatement and proof · cited by 2,726
- le_reflproof · cited by 2,061
- Nat.Primestatement and proof · cited by 2,059
- Fintype.cardstatement and proof · cited by 1,386
- Polynomial.natDegreestatement and proof · cited by 1,105
- ZModstatement · cited by 1,024
- Irreduciblestatement · cited by 496
- orderOfstatement and proof · cited by 324
Cited by1
Results whose statement or proof uses this declaration.
- ZMod.irreducible_of_dvd_cyclotomic_of_natDegreeproof · cited by 0