Theorems · Theorem · combinatorics
Multiset.bell_mul_eq
∀ (m : Multiset ℕ),
m.bell * (Multiset.map (fun j => j.factorial) m).prod * ∏ j ∈ m.toFinset.erase 0, (Multiset.count j m).factorial =
m.sum.factorial- Defined in
- Mathlib.Combinatorics.Enumerative.Bell
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- Finset.sumproof · cited by 5,195
- mul_oneproof · cited by 3,885
- Multisetstatement and proof · cited by 2,627
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- MulZeroClass.zero_mulproof · cited by 1,625
- Finset.rangeproof · cited by 1,341
- Multiset.mapstatement and proof · cited by 876
- Finset.prod_congrproof · cited by 646
Cited by2
Results whose statement or proof uses this declaration.
- Nat.uniformBell_mul_eqproof · cited by 2
- Multiset.bell_eqproof · cited by 0