This document defines and provides examples of set operations including:
- Union of sets, which is the set of all elements that are in set A, B, or both.
- Intersection of sets, which is the set of all elements common to both sets A and B.
- Complement of a set, which is the set of all elements in the universal set that are not in the given set.
- Difference of two sets, which is the set of elements in A that are not in B.
It then provides exercises for the reader to practice identifying unions, intersections, complements, and differences of various sets.