Union Formula
The union of sets A and B is the set of all elements that belong to A, to B, or to both, written A B.
The Formula
When to use: Pour both sets into one container and remove duplicates. Everything from either pile ends up in the union β this is the OR operation for sets.
Quick Example
Notation
What This Formula Means
The union of sets and is the set of all elements that belong to , to , or to both, written .
Pour both sets into one container and remove duplicates. Everything from either pile ends up in the union β this is the OR operation for sets.
Formal View
Worked Examples
Example 1
easyAnswer
First step
Full solution
- 2 List all elements from and , including each at most once: 1 (from ), 2 (from ), 3 (in both), 4 (from ), 5 (from ).
- 3 Therefore . Notice , confirming the inclusion-exclusion principle.
Example 2
mediumExample 3
mediumCommon Mistakes
- Writing a shared element twice in the union β the union, being a set, lists each element once.
- Confusing (or, combine) with (and, overlap) β union grows or stays the same, intersection shrinks or stays the same.
- Sizing a union as when the sets overlap β subtract to avoid double-counting.
Why This Formula Matters
Union is the OR of set theory and feeds straight into probability ('A or B happens'), counting with inclusion-exclusion, and database queries. A student who double-counts the overlap when listing or sizing a union will overstate every combined count. Recognizing it by "Does an item belong as long as it is in at least one of the sets?" β rather than by familiar numbers β is what lets a student tell it apart from intersection and sum of cardinalities and concatenation of lists in a mixed problem set.
Frequently Asked Questions
What is the Union formula?
The union of sets and is the set of all elements that belong to , to , or to both, written .
How do you use the Union formula?
Pour both sets into one container and remove duplicates. Everything from either pile ends up in the union β this is the OR operation for sets.
What do the symbols mean in the Union formula?
Why is the Union formula important in Math?
Union is the OR of set theory and feeds straight into probability ('A or B happens'), counting with inclusion-exclusion, and database queries. A student who double-counts the overlap when listing or sizing a union will overstate every combined count. Recognizing it by "Does an item belong as long as it is in at least one of the sets?" β rather than by familiar numbers β is what lets a student tell it apart from intersection and sum of cardinalities and concatenation of lists in a mixed problem set.
What do students get wrong about Union?
The procedure for union is the easy part; the trap is writing a shared element twice in the union. Asking "Does an item belong as long as it is in at least one of the sets?" first is what keeps a correct-looking calculation from being attached to the wrong concept.
What should I learn before the Union formula?
Before studying the Union formula, you should understand: set.