Theorems · Theorem · number theory
Polynomial.cyclotomic_expand_eq_cyclotomic
∀ {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) RIf p is a prime such that p ∣ n, then
expand R p (cyclotomic n R) = cyclotomic (p * n) R.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 209 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.
Cites48
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
- 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
- Complex.ofRealproof · cited by 1,654
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.cyclotomic_irreducible_pow_of_irreducible_powproof · cited by 2
- Polynomial.cyclotomic_mul_prime_dvd_eq_powproof · cited by 1