Theorems · Theorem · number theory
Polynomial.normalizedFactors_cyclotomic_card
∀ {K : Type u_1} [inst : Field K] [inst_1 : Fintype K] {p f n : ℕ},
Fintype.card K = p ^ f →
∀ (hn : p.Coprime n) [hp : Fact (Nat.Prime p)] [inst_2 : DecidableEq K],
(UniqueFactorizationMonoid.normalizedFactors (Polynomial.cyclotomic n K)).toFinset.card =
n.totient / orderOf (ZMod.unitOfCoprime (p ^ f) ⋯)Let K be a finite field of cardinality p ^ f and let P be an irreducible factor of the
n-th cyclotomic polynomial over K, where p and n are coprime. This result computes the
number of distinct irreducible factors of cyclotomic n K.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 213 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FieldFintypeFactDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites58
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
- Multisetproof · cited by 2,627
- Finset.cardstatement and proof · cited by 2,327
- Nat.Primestatement and proof · cited by 2,059
- Fintype.cardstatement and proof · cited by 1,386
- Polynomial.natDegreeproof · cited by 1,105
- ZModstatement · cited by 1,024
- Multiset.prodproof · cited by 528
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.