Theorems · Theorem · combinatorics
Finset.sum_choose_succ_nsmul
∀ {M : Type u_2} [inst : AddCommMonoid M] (f : ℕ → ℕ → M) (n : ℕ),
∑ i ∈ Finset.range (n + 2), (n + 1).choose i • f i (n + 1 - i) =
∑ i ∈ Finset.range (n + 1), n.choose i • f i (n + 1 - i) +
∑ i ∈ Finset.range (n + 1), n.choose i • f (i + 1) (n - i)- Defined in
- Mathlib.Data.Nat.Choose.Sum
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement and proof · cited by 5,195
- add_zeroproof · cited by 2,707
- Finset.sum_congrproof · cited by 2,323
- add_commproof · cited by 1,535
- Finset.rangestatement and proof · cited by 1,341
- add_assocproof · cited by 746
- Nat.choosestatement and proof · cited by 494
- tsub_selfproof · cited by 154
- zero_nsmulproof · cited by 137
- Finset.sum_add_distribproof · cited by 131
- tsub_zeroproof · cited by 123
Cited by2
Results whose statement or proof uses this declaration.
- Finset.sum_antidiagonal_choose_succ_nsmulproof · cited by 3
- Finset.sum_choose_succ_mulproof · cited by 1