Learn/Combinatorics/Set Operations
Combinatorics • Topic 6

Set Operations

We combine sets using operations like union and intersection. Mastering these rules is essential for the Principle of Inclusion-Exclusion.

Basic Operations

Given two sets and within a universal set :

  1. Union (): The set of elements in OR (or both).
  • .
2. Intersection (): The set of elements in BOTH and .
  • .
3. Difference ( or ): Elements in but NOT in .
  1. Complement ( or ): Elements in but not in .

De Morgan's Laws

These laws describe how complements interact with unions and intersections. They are crucial for "complementary counting" in complex scenarios.

Theorem (De Morgan's Laws)
1.
  • "Not (A or B)" is the same as "Not A and Not B".
2.
  • "Not (A and B)" is the same as "Not A or Not B".

Distributive Laws

Sets behave somewhat like algebra:

Cardinality Rules

Practice Problems

Exercise (Problem 1)
Simplify the expression .
Exercise (Problem 2)
Prove that if , then .
Exercise (Problem 3)
In a group of 50 students, 30 take Math, 25 take Physics, and 10 take both. How many students take neither?