In set theory, the intersection operation is used to identify common elements between sets. While union combines elements, intersection focuses only on what is shared.
Intersection is widely used in:
The intersection of two sets A and B is the set of all elements that belong to both A and B.
A ∩ B = { x | x ∈ A and x ∈ B }
∩Let:
A = {1, 2, 3}
B = {2, 3, 4}
Then:
A ∩ B = {2, 3}
✔ Only common elements are included
A = {1, 2}
B = {3, 4}
A ∩ B = ∅
✔ No common elements → empty set
A ∩ B = B ∩ A
(A ∩ B) ∩ C = A ∩ (B ∩ C)
A ∩ U = A
A ∩ A = A
A ∩ ∅ = ∅
A ∩ A' = ∅
✔ A set and its complement have no common elements
Intersection is used in union formula:
n(A ∩ B)
Example:
A = {1, 2, 3}
B = {2, 3, 4}
n(A ∩ B) = 2
Intersection is written as A ∩ B
Includes elements common to both sets
If no common elements → ∅
Follows laws:
Important relation:
A ∩ A' = ∅