What are the main operations on Sets?
Answer (1)
The main operations are:
-
Union (A ∪ B): all elements from A and B
-
Intersection (A ∩ B): common elements in A and B
-
Difference (A − B): elements in A but not in B
-
Complement (A′): elements not in A (with respect to a universal set)
Comments (0)




