Theorems · Theorem · number theory
Polynomial.cyclotomic_expand_eq_cyclotomic_mul
∀ {p n : ℕ},
Nat.Prime p →
¬p ∣ n →
∀ (R : Type u_1) [inst : CommRing R],
(Polynomial.expand R p) (Polynomial.cyclotomic n R) =
Polynomial.cyclotomic (n * p) R * Polynomial.cyclotomic n RIf p is a prime such that ¬ p ∣ n, then
expand R p (cyclotomic n R) = (cyclotomic (n * p) R) * (cyclotomic n R).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 212 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites66
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
- Polynomialstatement and proof · cited by 5,681
- Complexproof · cited by 5,565
- Algebra.algebraMapproof · cited by 4,706
- mul_oneproof · cited by 3,885
- AlgHomstatement · cited by 3,236
- CommMonoidproof · cited by 2,264
- mul_commproof · cited by 2,262
- le_reflproof · cited by 2,061
- Nat.Primestatement and proof · cited by 2,059
- Real.piproof · cited by 1,774
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.cyclotomic_sixproof · cited by 0
- Polynomial.cyclotomic_mul_prime_eq_pow_of_not_dvdproof · cited by 0