Theorems · Theorem · combinatorics
Finset.prod_pow_choose_succ
∀ {M : Type u_2} [inst : CommMonoid M] (f : ℕ → ℕ → M) (n : ℕ),
∏ i ∈ Finset.range (n + 2), f i (n + 1 - i) ^ (n + 1).choose i =
(∏ i ∈ Finset.range (n + 1), f i (n + 1 - i) ^ n.choose i) *
∏ i ∈ Finset.range (n + 1), f (i + 1) (n - i) ^ n.choose i- Defined in
- Mathlib.Data.Nat.Choose.Sum
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoid
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.
- mul_oneproof · cited by 3,885
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- Finset.rangestatement and proof · cited by 1,341
- pow_zeroproof · cited by 1,094
- pow_oneproof · cited by 894
- Finset.prod_congrproof · cited by 646
- Nat.choosestatement and proof · cited by 494
- pow_addproof · cited by 315
- tsub_selfproof · cited by 154
Cited by1
Results whose statement or proof uses this declaration.
- Finset.prod_antidiagonal_pow_choose_succproof · cited by 0