Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools

Set Theory Rules





Idempotent Laws

lawformulaexplanation
Idempotent Law for Union
AA=AA \cup A = A
A set unioned with itself remains the same set.
Idempotent Law for Intersection
AA=AA \cap A = A
A set intersected with itself remains the same set.

Associative Laws

lawformulaexplanation
Associative Law for Union
(AB)C=A(BC)(A \cup B) \cup C = A \cup (B \cup C)
Grouping of sets under union does not affect the result.
Associative Law for Intersection
(AB)C=A(BC)(A \cap B) \cap C = A \cap (B \cap C)
Grouping of sets under intersection does not affect the result.

Commutative Laws

lawformulaexplanation
Commutative Law for Union
AB=BAA \cup B = B \cup A
The order of sets in a union does not affect the result.
Commutative Law for Intersection
AB=BAA \cap B = B \cap A
The order of sets in an intersection does not affect the result.

Distributive Laws

lawformulaexplanation
Distributive Law of Union over Intersection
A(BC)=(AB)(AC)A \cup (B \cap C) = (A \cup B) \cap (A \cup C)
Union distributes over intersection.
Distributive Law of Intersection over Union
A(BC)=(AB)(AC)A \cap (B \cup C) = (A \cap B) \cup (A \cap C)
Intersection distributes over union.

Identity Laws

lawformulaexplanation
Identity Law for Union
A=AA \cup \emptyset = A
The union of a set with the empty set is the set itself.
Identity Law for Intersection
AU=AA \cap U = A
The intersection of a set with the universal set is the set itself.
Annihilation Law for Intersection
A=A \cap \emptyset = \emptyset
The intersection of a set with the empty set is the empty set.
Annihilation Law for Union
AU=UA \cup U = U
The union of a set with the universal set is the universal set.

Complement Laws

lawformulaexplanation
Complement Law for Union
AAc=UA \cup A^c = U
A set unioned with its complement gives the universal set.
Complement Law for Intersection
AAc=A \cap A^c = \emptyset
A set intersected with its complement gives the empty set.
Complement of Universal Set
Uc=U^c = \emptyset
The complement of the universal set is the empty set.
Complement of Empty Set
c=U\emptyset^c = U
The complement of the empty set is the universal set.
Double Complement Law (Involution)
(Ac)c=A(A^c)^c = A
Taking the complement twice returns the original set.

De Morgan’s Laws

lawformulaexplanation
De Morgan’s Law for Union
(AB)c=AcBc(A \cup B)^c = A^c \cap B^c
The complement of a union is the intersection of the complements.
De Morgan’s Law for Intersection
(AB)c=AcBc(A \cap B)^c = A^c \cup B^c
The complement of an intersection is the union of the complements.