submultiset
A submultiset is a relation between multisets over a common base set. If U is the base set and A and B are multisets on U, then A is a submultiset of B if, for every element u in U, the multiplicity of u in A is less than or equal to its multiplicity in B. In other words, A ⊆ B in the multiset sense.
This relation is a partial order on the set of multisets over U: it is reflexive (every
Example: Let N = {a, a, b, c} (multiplicities a:2, b:1, c:1). The multiset A = {a, b} (a:1,
Submultiset relationships are preserved under addition: if A ⊆ B, then A + C ⊆ B + C for any