1. Naive Set Theory
A set is a collection of distinct objects called elements. A set exists whenever we can decide whether a given object belongs to it. This informal approach — where any definable collection is considered a set — is what makes it "naive."
Basic Notation
— is an element of (or belongs to ). — is not an element of . — is a subset of (every element of is also in ). — is a proper subset of ( but ).
Two sets are equal if they have exactly the same elements, which is the same as saying
Set Specifications
There are two common ways to describe a set:
- Roster form: Simply list the elements inside curly braces. Example:
. Order and repetition don't matter, so . - Set-builder notation: Describe the property that determines membership. Example:
.
Special Sets
- Empty set (
or ): The set with no elements. It is a subset of every set. - Universal set (
): The set of all objects under consideration in a given context. - Singleton: A set with exactly one element, e.g.
.
Basic Operations
| Operation | Notation | What it gives you |
|---|---|---|
| Union | Elements in |
|
| Intersection | Elements in both |
|
| Relative complement | Elements in |
|
| Absolute complement | Elements not in |
Two sets are disjoint if
Symmetric Difference
The symmetric difference of
If you think of union as "or" and intersection as "and", symmetric difference is like an exclusive or (XOR) — an element is in
Venn Diagrams
Venn diagrams represent sets as overlapping circles inside a rectangle (the universal set). Shaded regions show the result of set operations. Click the buttons below to see each operation.
Power Sets
The power set of
If
The empty set and the original set itself are always included.
Set Identities
These are algebraic rules that sets follow, much like the rules of arithmetic:
| Law | Formula |
|---|---|
| Commutative | |
| Associative | |
| Distributive | |
| Idempotent | |
| De Morgan's | |
| Complement |
A useful way to check these is to draw a Venn diagram — the shaded regions will match on both sides of the equation.
Cartesian Products
The Cartesian product of
Key points:
- Order matters:
unless . - Ordered
-tuples: extend the idea to more than two sets. - Coordinate geometry:
gives us the familiar -plane. Every point in the plane is an ordered pair of real numbers. - Cardinality: If
and , then .
Next: ZFC Axioms