Please Login to access more options.
Theorem (Union And Intersection Properties)
Let $A,B,C$ be sets. Then the following facts are true.
- $A\subseteq A$ (Every set is a subset of itself.)
- $A\subseteq A\cup B$ (A set is a subset of the union of itself and another set.)
- $A\cap B\subseteq A$ (The intersection of two sets is a subset of the first set.)
- $A\cup B = B\cup A$ (Set unions are commutative.)
- $A\cap B = B\cap A$ (Set intersections are commutative.)
- $A\cup (B\cup C)=(A\cup B)\cup C$ (Set unions are associative.)
- $A\cap (B\cap C)=(A\cap B)\cap C$ (Set intersections are associative.)
- $A\cup (B\cap C)=(A\cup B)\cap(A\cup C)$
- $A\cap (B\cup C)=(A\cap B)\cup(A\cap C)$
The last two we call the distributive laws for unions and intersections.