Sections of a multiset #
The sections of a multiset of multisets s consists of all those multisets
which can be put in bijection with s, so each element is a member of the corresponding multiset.
Instances For
theorem
Multiset.coe_sections
{α : Type u_1}
(l : List (List α))
:
(↑(List.map (fun (l : List α) => ↑l) l)).Sections = ↑(List.map (fun (l : List α) => ↑l) l.sections)