Sets/Operations/Introduction/Section
Similar to the construction of new statements from given statements by connecting them with logical connectives, there are operations to make new sets from old ones. The most important operations are the following:[1]
- Union
- Intersection
- Difference set
For these operations to make sense, the sets need to be subsets of a common basic set. This ensures that we are talking about the same elements. Quite often, this basic set is not mentioned explicitly and has to be understood from the context. A special case of the difference set is the complement of a subset in a given set , also denoted as
If two sets have an empty intersection, meaning , we also say that they are disjoint.
- ↑ It is easy to memorize the symbols: the for union looks like u. The intersection is written as . The corresponding logical operations or, and have the analogous forms and , respectively.