law | formula | explanation | |
---|---|---|---|
Idempotent Law for Union | A set unioned with itself remains the same set. | ||
Idempotent Law for Intersection | A set intersected with itself remains the same set. |
law | formula | explanation | |
---|---|---|---|
Associative Law for Union | Grouping of sets under union does not affect the result. | ||
Associative Law for Intersection | Grouping of sets under intersection does not affect the result. |
law | formula | explanation | |
---|---|---|---|
Commutative Law for Union | The order of sets in a union does not affect the result. | ||
Commutative Law for Intersection | The order of sets in an intersection does not affect the result. |
law | formula | explanation | |
---|---|---|---|
Distributive Law of Union over Intersection | Union distributes over intersection. | ||
Distributive Law of Intersection over Union | Intersection distributes over union. |
law | formula | explanation | |
---|---|---|---|
Identity Law for Union | The union of a set with the empty set is the set itself. | ||
Identity Law for Intersection | The intersection of a set with the universal set is the set itself. | ||
Annihilation Law for Intersection | The intersection of a set with the empty set is the empty set. | ||
Annihilation Law for Union | The union of a set with the universal set is the universal set. |
law | formula | explanation | |
---|---|---|---|
Complement Law for Union | A set unioned with its complement gives the universal set. | ||
Complement Law for Intersection | A set intersected with its complement gives the empty set. | ||
Complement of Universal Set | The complement of the universal set is the empty set. | ||
Complement of Empty Set | The complement of the empty set is the universal set. | ||
Double Complement Law (Involution) | Taking the complement twice returns the original set. |
law | formula | explanation | |
---|---|---|---|
De Morgan’s Law for Union | The complement of a union is the intersection of the complements. | ||
De Morgan’s Law for Intersection | The complement of an intersection is the union of the complements. |