Theorems · Theorem · combinatorics
Multiset.filter_join
∀ {α : Type u_1} (S : Multiset (Multiset α)) (p : α → Prop) [inst : DecidablePred p],
Multiset.filter p S.join = (Multiset.map (Multiset.filter p) S).join- Defined in
- Mathlib.Data.Multiset.Bind
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Multisetstatement and proof · cited by 2,627
- Multiset.mapstatement and proof · cited by 876
- Multiset.consproof · cited by 313
- Multiset.filterstatement and proof · cited by 102
- Multiset.map_consproof · cited by 93
- Multiset.inductionproof · cited by 31
- Multiset.joinstatement and proof · cited by 21
- Multiset.join_consproof · cited by 9
- Multiset.filter_addproof · cited by 7
- Multiset.filter.congr_simpproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.filter_bindproof · cited by 0