Theorems · Theorem · combinatorics
Finset.sum_pow
∀ {α : Type u_1} {R : Type u_2} [inst : DecidableEq α] [inst_1 : CommSemiring R] {s : Finset α} (x : α → R) (n : ℕ),
s.sum x ^ n = ∑ k ∈ s.sym n, ↑(↑k).countPerms * (Multiset.map x ↑k).prod- Defined in
- Mathlib.Data.Nat.Choose.Multinomial
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqCommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- SetLike.coeproof · cited by 8,199
- Finset.sumstatement and proof · cited by 5,195
- Finset.univproof · cited by 3,473
- Multisetstatement · cited by 2,627
- Finset.sum_congrproof · cited by 2,323
- Multiset.mapstatement and proof · cited by 876
- Multiset.prodstatement and proof · cited by 528
- Multiset.cardstatement · cited by 375
- Symstatement and proof · cited by 150
- Commute.allproof · cited by 119
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.