Theorems · Theorem · commutative algebra
MvPowerSeries.coeff_pow
∀ {σ : Type u_1} {R : Type u_3} [inst : CommSemiring R] [inst_1 : DecidableEq σ] (f : MvPowerSeries σ R) {n : ℕ}
(d : σ →₀ ℕ),
(MvPowerSeries.coeff d) (f ^ n) =
∑ l ∈ (Finset.range n).finsuppAntidiag d, ∏ i ∈ Finset.range n, (MvPowerSeries.coeff (l i)) fThe dth coefficient of a power of a multivariate power series
is the sum, indexed by finsuppAntidiag (Finset.range n) d, of products of coefficients
- Defined in
- Mathlib.RingTheory.MvPowerSeries.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- MvPowerSeriesstatement and proof · cited by 659
- MvPowerSeries.coeffstatement and proof · cited by 273
- Finset.prod_constproof · cited by 154
- Finset.card_rangeproof · cited by 108
Cited by1
Results whose statement or proof uses this declaration.
- MvPowerSeries.coeff_eq_zero_of_constantCoeff_nilpotentproof · cited by 2