多重集合
集合の拡張
同じ元が複数含まれる場合を許した集合
演算記号
$ \mathcal{M}_1=\{1,1,2,3\}、$ \mathcal{M}_2=\{1,2\}とすると
$ \mathcal{M}_1+\mathcal{M}_2=\{1,1,1,2,2,3\}
$ 2\mathcal{M}_1=\{1,1,2,2\}
$ \mathcal{M}_1-\mathcal{M}_2=\{1,3\}