Sets
"A set is a Many that allows itself to be thought of as a One." — Georg Cantor
1. Chapter Overview
A SET is a well-defined collection of distinct objects. This is the FOUNDATION CHAPTER of Class 11 mathematics — the language and notation of sets is used throughout the entire syllabus. This chapter covers: representation of sets, types of sets, subsets, Venn diagrams (visual intuition), and operations on sets (union, intersection, difference, complement).
2. What Is a Set?
- A SET is a well-defined COLLECTION of DISTINCT objects
- The objects in a set are called ELEMENTS or MEMBERS
- 'Well-defined' = given any object, you can UNAMBIGUOUSLY say whether it belongs to the set or not
- Notation: Sets are denoted by CAPITAL letters (A, B, C...). Elements by small letters (a, b, x, y...)
- 'a ∈ A' means 'a is an element of A'
- 'b ∉ A' means 'b is NOT an element of A'
Representation of Sets
- Roster (Tabular) form: List all elements within braces {}. Example: A = {2, 4, 6, 8}
- Set-builder form: Describe the property that defines the elements. Example: A = {x : x is an even natural number less than 10}
3. Types of Sets
| Type | Definition | Example |
|---|---|---|
| Empty (Null) Set | A set with NO elements. Denoted by ∅ or {}. | {x : x is a natural number less than 1} |
| Singleton Set | A set with EXACTLY ONE element | {5}, {a} |
| Finite Set | Empty OR has a finite number of elements that can be COUNTED | {1, 2, 3, ..., 100} |
| Infinite Set | Has UNLIMITED (uncountable) number of elements | N = {1, 2, 3, ...} — the set of natural numbers |
| Equal Sets | Two sets with EXACTLY the SAME elements. Order doesn't matter. | {1, 2, 3} = {3, 1, 2} |
Some Standard Sets of Numbers
- N: Natural numbers = {1, 2, 3, ...}
- W: Whole numbers = {0, 1, 2, 3, ...}
- Z: Integers = {..., -2, -1, 0, 1, 2, ...}
- Q: Rational numbers = {p/q : p, q ∈ Z, q ≠ 0}
- R: Real numbers
- T (or Q'): Irrational numbers
4. Subsets
Definition
- A set A is a SUBSET of B (A ⊆ B) if EVERY element of A is also an element of B
- A ⊆ A (every set is a subset of ITSELF)
- ∅ ⊆ A (the empty set is a subset of EVERY set)
Proper Subset
- A is a PROPER subset of B (A ⊂ B) if A ⊆ B AND A ≠ B (B has at least one element not in A)
Key Facts
- A = B if and only if A ⊆ B AND B ⊆ A
- Power Set P(A): The set of ALL subsets of A. If A has n elements, P(A) has 2ⁿ elements.
- Universal Set (U): The set containing ALL elements under consideration in a given context
Intervals as Subsets of R
| Notation | Meaning |
|---|---|
| (a, b) | {x : a < x < b} — OPEN interval |
| [a, b] | {x : a ≤ x ≤ b} — CLOSED interval |
| [a, b) | {x : a ≤ x < b} — Semi-open/closed |
| (a, b] | {x : a < x ≤ b} — Semi-open/closed |
5. Venn Diagrams
- VISUAL representation of sets using overlapping circles within a rectangle (the Universal set)
- Developed by John Venn (1834–1923)
- Powerful for understanding set operations visually
- Union (A ∪ B): ALL elements in A OR B (or both). Shade combined region.
- Intersection (A ∩ B): Elements COMMON to BOTH A and B. Shade overlap.
- Difference (A − B): Elements in A but NOT in B.
- Complement (A' or Aᶜ): Elements in U that are NOT in A.
6. Operations on Sets
Union — A ∪ B
- A ∪ B = {x : x ∈ A OR x ∈ B}
- Commutative: A ∪ B = B ∪ A
- Associative: (A ∪ B) ∪ C = A ∪ (B ∪ C)
- A ∪ ∅ = A. A ∪ U = U. A ∪ A = A.
Intersection — A ∩ B
- A ∩ B = {x : x ∈ A AND x ∈ B}
- Commutative: A ∩ B = B ∩ A
- Associative: (A ∩ B) ∩ C = A ∩ (B ∩ C)
- A ∩ ∅ = ∅. A ∩ U = A. A ∩ A = A.
Distributive Laws
- A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)
- A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
Complement of a Set — A'
- A' = U − A = {x ∈ U : x ∉ A}
- (A')' = A
- A ∪ A' = U. A ∩ A' = ∅.
- De Morgan's Laws:
- (A ∪ B)' = A' ∩ B'
- (A ∩ B)' = A' ∪ B'
Difference — A − B
- A − B = {x : x ∈ A AND x ∉ B}
Cardinal Number
- n(A ∪ B) = n(A) + n(B) — n(A ∩ B)
- n(A ∪ B ∪ C) = n(A) + n(B) + n(C) — n(A ∩ B) — n(B ∩ C) — n(A ∩ C) + n(A ∩ B ∩ C)
7. Practical Applications
- Sets are used in: probability, logic, database queries, computer science, statistics
- Venn diagrams: visualise survey problems (how many people like tea, coffee, both, neither?)
- The language of mathematics is built on SET THEORY
8. Exam Focus
- Roster vs Set-builder form
- Subsets, proper subsets, power set (2ⁿ formula)
- Intervals as subsets of R
- Union, Intersection — laws (commutative, associative, distributive)
- De Morgan's Laws
- Cardinal number formula — n(A ∪ B)
- Venn diagram problem-solving
9. Key Formulas
- n(Power Set) = 2ⁿ (where n = number of elements in original set)
- n(A ∪ B) = n(A) + n(B) — n(A ∩ B)
- De Morgan: (A ∪ B)' = A' ∩ B' ; (A ∩ B)' = A' ∪ B'
- Distributive: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)
10. Conclusion
Sets are the ALPHABET of mathematical language:
- Element, subset, union, intersection — vocabulary you'll use in EVERY subsequent math chapter
- Venn diagrams — the visual tool for understanding logical relationships
- De Morgan's Laws — fundamental to logic, probability, and computer science
'In the beginning, God created the integers. All the rest is the work of man.' — Leopold Kronecker. And the integers, gathered together, form a set. Mathematics begins here.
