Theorems · Theorem · commutative algebra
MvPolynomial.coeff_add_pow
∀ {R : Type u_1} [inst : CommSemiring R] (d : Fin 2 →₀ ℕ) (n : ℕ),
MvPolynomial.coeff d ((MvPolynomial.X 0 + MvPolynomial.X 1) ^ n) =
↑(if (d 0, d 1) ∈ Finset.HasAntidiagonal.antidiagonal n then n.choose (d 0) else 0)The formula for the dth coefficient of (X 0 + X 1) ^ n.
- Defined in
- Mathlib.Algebra.MvPolynomial.Coeff
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 98 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.
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
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Finsuppstatement and proof · cited by 5,255
- Finset.univproof · cited by 3,473
- MvPolynomialstatement and proof · cited by 2,140
- Finsupp.supportproof · cited by 828
- MvPolynomial.Xstatement and proof · cited by 552
- Nat.choosestatement and proof · cited by 494
- Finsupp.sumproof · cited by 481
- MvPolynomial.coeffstatement and proof · cited by 315
Cited by1
Results whose statement or proof uses this declaration.
- PowerSeries.coeff_subst_X_zero_add_X_oneproof · cited by 0