Sets and Elements
A set is a well-defined collection of distinct objects called elements. Nearly all modern mathematics is built on sets.
| Notation | Meaning |
|---|---|
| is an element of | |
| is not an element of | |
| The empty set, containing no elements |
A set is determined entirely by its elements. Order and repetition are irrelevant, so .
Sets are specified in two ways:
- Roster notation lists elements directly: .
- Set-builder notation uses a rule: .
Standard number sets have reserved symbols: (naturals), (integers), (rationals), and (reals).
Subsets and Power Sets
Key relationships define how sets interact with each other and their own sizes:
- Subset (): every element of is also in . The empty set is a subset of every set.
- Cardinality (): the number of elements in .
- Power set (): the set of all subsets of . If , then the cardinality is given by .
Pitfall: Do not confuse membership () with the subset relation ().
is true because is an element. However, is true because is a set. Writing is nonsense because is not a set.