A merge operation between between 2 Sets.
Represented by the ∪ symbol (\cup
in LaTeX).
Example (using Listing Method:
A={a,b,c}
B={c,d,e}
A∪B={a,b,c,d,e}
- It's a Commutative Operation: A∪B=B∪A
- It's an Associativity Operation: A∪(B∪C)=(A∪B)∪C
- Identity Properties: A∪∅=A
- Complement Properties: A∪A′
See also Intersection