Theorems · Theorem · commutative algebra
PowerSeries.coeff_subst_X_pow
∀ {R : Type u_2} [inst : CommRing R] {S : Type u_4} [inst_1 : CommRing S] [inst_2 : Algebra R S] {k : ℕ},
k ≠ 0 →
∀ (f : PowerSeries R) (n : ℕ),
(PowerSeries.coeff n) (PowerSeries.subst (PowerSeries.X ^ k) f) =
if k ∣ n then (algebraMap R S) ((PowerSeries.coeff (n / k)) f) else 0- Cited by
- 2 results in Mathlib
- Foundations
- Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- Algebra.algebraMapstatement and proof · cited by 4,706
- PowerSeriesstatement and proof · cited by 797
- smul_zeroproof · cited by 665
- MvPowerSeriesstatement · cited by 659
- PowerSeries.coeffstatement and proof · cited by 324
- pow_mulproof · cited by 210
Cited by2
Results whose statement or proof uses this declaration.
- PowerSeries.constantCoeff_subst_X_powproof · cited by 2
- ArithmeticFunction.ofPowerSeries_powproof · cited by 1