0.Set Notation§
Set: A collection of distinguishable members. No concept of
duplicates, no concept of order.
Be familiar with the usual stuff (union intersection, membership,
subset, set size.
Powerset: All subsets of a set (including the set itself, and the
empty set): \(2^S\) if there are \(S\) elements in the
set.
Bag: Elements are distinguishable even with same value, but
there is no concept of order.
Sequence: Distinguishable elements in some order (can have
duplicates).