Theorems · Theorem · commutative algebra
PowerSeries.coeff_pow
∀ {R : Type u_2} [inst : CommSemiring R] (k n : ℕ) (φ : PowerSeries R),
(PowerSeries.coeff n) (φ ^ k) =
∑ l ∈ (Finset.range k).finsuppAntidiag n, ∏ i ∈ Finset.range k, (PowerSeries.coeff (l i)) φThe n-th coefficient of the k-th power of a power series.
- Defined in
- Mathlib.RingTheory.PowerSeries.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- Finsuppstatement and proof · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- Finset.prodstatement and proof · cited by 2,356
- Finset.rangestatement and proof · cited by 1,341
- PowerSeriesstatement and proof · cited by 797
- PowerSeries.coeffstatement and proof · cited by 324
- Finset.finsuppAntidiagstatement and proof · cited by 25
- Finset.prod_range_inductionproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.