Union (Set Theory)
Symbol: ∪
A ∪ B
{max-width: 500px, display: block, margin: 0 auto}
Disjoint Example:
The union of A, B, C, D, and E is everything except the white area:
Link to original{max-width: 500px, display: block, margin: 0 auto}
Intersection (Set Theory)
Link to original
{max-width: 500px, display: block, margin: 0 auto}
Set Difference
B \ A (set difference of B and A)
{max-width: 500px, display: block, margin: 0 auto}
Examples
Link to original
- {1, 2, 3} \ {1, 2, 4} = {3}
- 3 is in the first set but not in the second set.
- 4 is in the second set but not in the first set.
{max-width: 500px, display: block, margin: 0 auto}
{max-width: 500px, display: block, margin: 0 auto}
{max-width: 500px, display: block, margin: 0 auto}
{max-width: 500px, display: block, margin: 0 auto}