Sets
- collection of objects with some common property
- if is an element in , we write .
- if is not in , we write .
- if are the elements of , .
- is empty set, or set with no elements.
Examples
- is natural numbers
- is integers
- is rational numbers
- is real numbers.
Combining/Comparing Sets
- union: .
- intersection: .
- if every element of is also in .
Examples
- .
- .