Set Theory Basics
A set is simply a well-defined collection of objects. Whether it is the set of students in your class, the set of prime numbers less than 20, or the set of districts in Bagmati Province -- sets are everywhere. Mastering set operations will give you a powerful tool for organizing information in math and beyond.
Set Notation
We write sets using curly braces. For example:
- A =
{1, 2, 3, 4, 5}-- listing the elements (roster method) - B =
{x : x is an even number less than 10}-- describing a property (set-builder notation)
The symbol ∈ means "belongs to." So 3 ∈ A means "3 is an element of set A."
The empty set (∅ or {}) is the set with no elements at all.
Key Set Operations
Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, A = {1, 2, 3, 4, 5}, and B = {3, 4, 5, 6, 7}.
Union (A ∪ B): All elements in A or B or both.
A ∪ B = {1, 2, 3, 4, 5, 6, 7}
Intersection (A ∩ B): Only elements in both A and B.
A ∩ B = {3, 4, 5}
Complement (A'): All elements in the universal set U that are NOT in A.
A' = {6, 7, 8, 9, 10}
Difference (A - B): Elements in A but not in B.
A - B = {1, 2}
Important Formula: n(A ∪ B) = n(A) + n(B) - n(A ∩ B). This avoids double-counting elements that appear in both sets.
Venn Diagrams
A Venn diagram uses overlapping circles inside a rectangle (representing U) to show relationships between sets visually. The overlapping region represents the intersection, while the entire area of both circles represents the union.
Worked Example: In a class of 40 students, 25 play football and 20 play cricket. If 10 play both, how many play neither?
Using the formula: n(F ∪ C) = 25 + 20 - 10 = 35. Students playing neither = 40 - 35 = 5 students.
Did You Know? In Nepal's census data, set theory concepts are used to analyze overlapping categories -- for example, people who speak both Nepali and Maithili, or households with both electricity and internet access.
Key Takeaways
- Sets are collections of well-defined objects written with curly braces
- Union combines elements; intersection finds common elements; complement finds what is outside
- The formula n(A ∪ B) = n(A) + n(B) - n(A ∩ B) prevents double-counting
- Venn diagrams are the visual way to represent set operations
Quick Quiz
1. If A = {1, 2, 3} and B = {2, 3, 4}, what is A ∩ B?
2. In a group of 50 students, 30 like math and 25 like science. If 10 like both, how many like neither?
3. If U = {1,2,3,4,5} and A = {1,3,5}, what is A'?