Module docstring
{"# Sum and difference of multisets
This file defines the following operations on multisets:
Add (Multiset α)instance:s + tadds the multiplicities of the elements ofsandtSub (Multiset α)instance:s - tsubtracts the multiplicities of the elements ofsandtMultiset.erase:s.erase xreduces the multiplicity ofxinsby one.
Notation (defined later)
s + t: The multiset for which the number of occurrences of eachais the sum of the occurrences ofainsandt.s - t: The multiset for which the number of occurrences of eachais the difference of the occurrences ofainsandt.
","### Additive monoid ","### Erasing one copy of an element ","### Subtraction ","### Lift a relation to Multisets "}