Theorems · Theorem · combinatorics
Multiset.toEnumFinset_filter_eq
∀ {α : Type u_1} [inst : DecidableEq α] (m : Multiset α) (a : α),
{x ∈ m.toEnumFinset | x.1 = a} = {a} ×ˢ Finset.range (Multiset.count a m)- Defined in
- Mathlib.Data.Multiset.Fintype
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement · cited by 13,712
- Multisetstatement and proof · cited by 2,627
- SProd.sprodstatement · cited by 1,750
- Finset.rangestatement · cited by 1,341
- Finset.filterstatement and proof · cited by 949
- Finset.extproof · cited by 565
- Multiset.countstatement and proof · cited by 302
- Multiset.toEnumFinsetstatement and proof · cited by 24
- Finset.singleton_productproof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.map_toEnumFinset_fstproof · cited by 7