Theorems · Theorem · combinatorics
Finset.sum_pow_of_commute
∀ {α : Type u_1} {R : Type u_2} [inst : DecidableEq α] [inst_1 : Semiring R] (x : α → R) (s : Finset α)
(hc : (↑s).Pairwise (Function.onFun Commute x)) (n : ℕ),
s.sum x ^ n = ∑ k, ↑(↑↑k).countPerms * (Multiset.map x ↑↑k).noncommProd ⋯The multinomial theorem.
- Defined in
- Mathlib.Data.Nat.Choose.Multinomial
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites65
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Set.ofPredstatement · cited by 6,101
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- one_mulproof · cited by 2,841
- Multisetstatement and proof · cited by 2,627
- Nat.cast_oneproof · cited by 2,501
- Finset.sum_congrproof · cited by 2,323
- MulZeroClass.mul_zeroproof · cited by 2,091
Cited by1
Results whose statement or proof uses this declaration.
- Finset.sum_powproof · cited by 0