What do we mean by “Sets are Egalitarian”?
They are unordered.
What does the symbol ø mean?
Empty set, null set, or {}
What does A⊂B mean?
A is a subset of B; all members of A are members of B
All sets are subsets of the Universal set
If A⊂B, may A=B?
Yes - perfectly allowed
What does A∩B mean?
The set of members of A which are also members of B
I.e. members which are in A AND B
What does A∪B mean?
The set of all members of A and all members of B
I.e. members which are in A OR B
What does |A| mean?
The cardinality of set A
i.e., how many members are in A
What is the cartesian product of A and B (AXB)?
A = {1, 2, 3}
B = {i, j}
{(1, i), (1, j), (2, i), (2, j), (3, i), (3, j)}