Sets Made Simple: Types, Subsets, Venn Diagrams and the Counting Formula
A friendly, first-principles walk through Class 11 Sets — what a set really is, its types, subsets and power sets, union/intersection/complement, and the n(A∪B) counting formula, with a fully solved survey problem. Your foundation for JEE, NEET and CUET.
By the PadhoDost Team · 📖 8 min read · Updated 4 August 2026
Part of Class 11 (CBSE) prep🧠 Think of a WhatsApp Group
Picture your class WhatsApp group. A person is either a member or not — there is no 'maybe'. Nobody is added twice, and it does not matter who joined first. That is exactly a set: a well-defined collection of distinct things, with no repeats and no order. Master this one idea, dost, and the whole chapter falls into place — and you will reuse it all through JEE, NEET and CUET.
What Is a Set, Really?
A set is a well-defined collection of distinct objects. The key phrase is 'well-defined': for any object you must be able to answer a clear yes or no to 'does it belong?'. So 'the vowels in the English alphabet' is a set, but 'the beautiful cities of India' is not — 'beautiful' means different things to different people. We name sets with capital letters (A, B, X); the objects inside are called elements or members. We write a ∈ A to say 'a belongs to A', and b ∉ A to say 'b does not belong to A'.
Types of Sets You Must Know
| Type of set | Meaning | Example |
|---|---|---|
| Empty (null) set | Has no elements; written ∅ or { } | {x : x is real, x² = −1} = ∅ |
| Singleton set | Has exactly one element | {0} |
| Finite set | Counting of elements comes to an end | {1, 2, 3, 4} |
| Infinite set | Counting never ends | N = {1, 2, 3, …} |
| Equal sets | Exactly the same elements (A = B) | {1, 2, 3} = {3, 1, 2} |
| Equivalent sets | Same number of elements, n(A) = n(B) | {a, b, c} and {1, 2, 3} |
| Universal set (U) | Contains all objects under discussion | For digits, U = {0, 1, …, 9} |
Subsets and Power Sets
If every element of A is also in B, we say A is a subset of B, written A ⊆ B. Two facts follow at once: every set is a subset of itself (A ⊆ A), and the empty set is a subset of every set (∅ ⊆ A). If A ⊆ B but A ≠ B — that is, B has at least one extra element — then A is a proper subset of B, written A ⊂ B. The set of all subsets of A is its power set, P(A). If A has n elements, then P(A) has 2ⁿ elements, and the number of proper subsets is 2ⁿ − 1.
📝 Listing every subset of a 3-element set
Let A = {1, 2, 3}, so the number of elements n = 3.
Number of subsets = 2ⁿ = 2³ = 8.
Size 0: ∅
Size 1: {1}, {2}, {3}
Size 2: {1, 2}, {1, 3}, {2, 3}
Size 3: {1, 2, 3}
Count: 1 + 3 + 3 + 1 = 8 subsets — matches 2³. ✓
So the power set P(A) has 8 elements, and A has 2³ − 1 = 7 proper subsets.
Union, Intersection and Complement
Venn Diagrams and the Counting Formula
📝 Solved: a cricket-and-football survey
In a class of 40 students, 24 like cricket (C), 16 like football (F), and 6 like both.
Given: n(C) = 24, n(F) = 16, n(C ∩ F) = 6, total = 40.
At least one game: n(C ∪ F) = n(C) + n(F) − n(C ∩ F) = 24 + 16 − 6 = 34.
Neither game: total − n(C ∪ F) = 40 − 34 = 6.
Only cricket: n(C) − n(C ∩ F) = 24 − 6 = 18.
Only football: n(F) − n(C ∩ F) = 16 − 6 = 10.
Check: 18 (only C) + 10 (only F) + 6 (both) + 6 (neither) = 40. ✓
Quick Revision
- ✓A set is a well-defined collection of distinct, unordered elements; use ∈ / ∉ for membership.
- ✓Write sets in roster form {a, e, i, o, u} or set-builder form {x : x is a vowel}.
- ✓Know the types: empty, singleton, finite, infinite, equal, equivalent, universal.
- ✓∅ is a subset of every set; a set with n elements has 2ⁿ subsets and 2ⁿ − 1 proper subsets.
- ✓A ∪ B = 'or', A ∩ B = 'and', A − B = 'in A not B', A′ = U − A; disjoint means A ∩ B = ∅.
- ✓Counting formula: n(A ∪ B) = n(A) + n(B) − n(A ∩ B).
⚡ Quick check
The set A = {a, b, c, d} has how many proper subsets?
Ready to test yourself? 🎯
Lock it in with the practice test for this chapter.
Take the practice test →Keep studying
8 min read
Relations and Functions: From Ordered Pairs to Well-Behaved Machines
7 min read
Trigonometric Functions: Radians, the Unit Circle & Identities Made Simple
8 min read
Units and Measurements: Speaking the Language of Physics
7 min read
Motion in a Straight Line: Distance, Velocity, Acceleration & the Equations of Motion