Types of Sets and Subsets โ revision notes (NCERT Class 11)
Once you can write a set, the next job is to classify it and compare it with others. This lesson covers the empty set, finite vs infinite, equality, subsets, the power set and the universal set โ the language you will use for the rest of the chapter.
Special sets
- Empty (null) set โ or { }: contains no element, e.g. {x : xยฒ = โ1, x โ R}. It is a subset of every set.
- Singleton: exactly one element, e.g. {0}.
- Finite set: countable number of elements; infinite set: unending, e.g. N.
Equal sets
A = B if they have exactly the same elements. {1, 2, 3} = {x : x โ N, x โค 3}. Repetition and order are ignored.
Subsets
A โ B means every element of A is also in B. If A โ B but A โ B, then A is a proper subset, written A โ B. Key facts: โ โ A and A โ A always.
Intervals are subsets of R: [a, b] closed, (a, b) open, [a, b) and (a, b] half-open.
Power set and universal set
- Power set P(A): the set of all subsets of A. If A has n elements, P(A) has 2โฟ elements (and 2โฟ โ 1 proper subsets).
- Universal set U: the fixed set containing all objects under discussion.
Exam Tricks & Tips
- ๐ฏ A set with n elements has 2โฟ subsets โ the single most-tested fact here.
- ๐ฏ โ is a subset of every set, including itself; but โ โ {โ } (the latter has one element).
- ๐ฏ Number of proper subsets = 2โฟ โ 1; non-empty subsets = 2โฟ โ 1 too โ read the question carefully.
- ๐ฏ {a} โ A but a โ A โ an element and the singleton containing it are different objects.
- ๐ฏ Equal sets โ same power set; counting elements settles equality fast.
- โ Common mistake: treating โ and {โ } as identical. โ has 0 elements; {โ } has 1 element (namely โ ).
Expected exam pattern
Counting subsets/power-set size (2โฟ), identifying proper subsets, and matching interval notation to set-builder form are the standard 1-mark items.
Types of Sets and Subsets โ Flashcards (NCERT Class 11)
Cover the answer, recall, then check. 12 cards on set classification and subsets.
Q1. What is the empty set and its symbol?
A1. A set with no elements, written โ
or { }.
Q2. Is โ
a subset of every set?
A2. Yes โ the empty set is a subset of every set (including itself).
Q3. How many elements are in {โ
}?
A3. One โ its single element is โ
. So โ
โ {โ
}.
Q4. When are two sets equal?
A4. When they contain exactly the same elements (order and repetition ignored).
Q5. Define subset A โ B.
A5. Every element of A is also an element of B.
Q6. Difference between โ and โ (proper subset)?
A6. A โ B means A โ B and A โ B.
Q7. If A has n elements, how many subsets does it have?
A7. 2โฟ subsets.
Q8. How many proper subsets does an n-element set have?
A8. 2โฟ โ 1.
Q9. What is a power set P(A)?
A9. The set of all subsets of A; it has 2โฟ elements.
Q10. How many subsets does {a, b, c} have? List the count.
A10. 2ยณ = 8 subsets.
Q11. What does the closed interval [a, b] mean as a set?
A11. {x : a โค x โค b, x โ R}.
Q12. What is the universal set?
A12. The fixed set U containing all objects relevant to the discussion.
Types of Sets and Subsets
Not all sets are created equal
Once you can write a set, the next question is how sets relate to one another and to their own size. This topic hands you the vocabulary โ subset, power set, universal set โ used in every proof for the rest of the year.
Core idea: Sets are classified by (a) how many elements they contain and (b) whether one sits inside another.
Classifying by size
Beginner
- Empty (null) set โ or { }: has no elements, e.g. {x : xยฒ = โ1, x โ โ}. There is exactly one empty set.
- Singleton set: exactly one element, e.g. {0}.
- Finite set: counting stops, e.g. {vowels}. Its cardinality n(A) is the number of elements.
- Infinite set: counting never stops, e.g. โ.
โ โ and {โ } are different: โ is empty; {โ } is a singleton whose sole element is the empty set, so n({โ }) = 1.
Relationships between sets
Intermediate: subsets
A โ B means every element of A is also in B. If additionally A โ B, then A is a proper subset, written A โ B.
- โ is a subset of every set.
- Every set is a subset of itself.
- Equal sets: A = B โบ A โ B and B โ A (this double-inclusion is the standard way to prove two sets are equal).
The universal set U is the fixed "background" set containing all objects under discussion in a problem.
Advanced: the power set
The power set P(A) is the set of all subsets of A. If n(A) = n, then:
n(P(A)) = 2โฟ (number of subsets)
Number of proper subsets = 2โฟ โ 1
Why 2โฟ? Building a subset means making an independent yes/no choice ("include or not") for each of the n elements โ 2 ร 2 ร โฆ ร 2 = 2โฟ.
Worked example
Q. A = {1, 2, 3}. List P(A) and state n(P(A)).
Solution. Subsets by size:
- size 0: โ
- size 1: {1}, {2}, {3}
- size 2: {1,2}, {1,3}, {2,3}
- size 3: {1,2,3}
So P(A) = {โ , {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}}, and n(P(A)) = 2ยณ = 8. โ
Where it shows up
Every possible "menu combination", every subset of features in a product tier, every switch-on/switch-off configuration of n devices is counted by 2โฟ.
Exam tricks & shortcuts
- Number of subsets containing exactly r elements = nCr. Summing gives 2โฟ.
- Mnemonic: "Power of a set is 2-to-the-power of its size."
- For "proper subsets" subtract 1; for "proper subsets excluding โ " subtract 2.
Confusing โ with โ. Writing {1} โ {1, 2, 3} is wrong โ {1} is a subset, so {1} โ {1,2,3}. Use โ only between an element and a set, โ between two sets.
- โ- Sets by size: empty โ , singleton, finite, infinite.
- โ- โ is a subset of every set; every set is a subset of itself.
- โ- A = B โบ A โ B and B โ A.
- โ- Power set P(A) has 2โฟ subsets; proper subsets = 2โฟ โ 1.
- โ- โ links elementโset; โ links setโset.
- โSets are classified by size and by inclusion; a set with n elements has exactly 2โฟ subsets.
Types of Sets and Subsets โ Formula Sheet
Key formulas
- Subset: A โ B if every element of A is in B; proper subset A โ B.
- Number of subsets of a set with n elements: 2โฟ.
- Number of proper subsets: 2โฟ โ 1; non-empty subsets: 2โฟ โ 1.
- Power set P(A): the set of all subsets; n(P(A)) = 2โฟ.
- Equal sets: A = B if A โ B and B โ A.
- Intervals: [a,b], (a,b), etc., are subsets of โ.
- โ- Number of subsets = 2โฟ.
- โ- Proper subsets = 2โฟ โ 1; power set has 2โฟ elements.
- โ- โ and A itself are subsets of every set A.
The empty set is a subset of every set; a set with n elements has 2โฟ subsets.
Types of Sets and Subsets โ Worked Example
Worked Example
Problem: A set A has 4 elements. Find (a) the total number of subsets and (b) the number of proper subsets of A.
Solution:
Step 1 โ Recall the rule: a set with n elements has exactly 2โฟ subsets (this counts every possible selection, including the empty set and the set itself).
Step 2 โ Here n = 4, so the total number of subsets is:
2โฟ = 2โด = 16.
Step 3 โ Recall that a proper subset is any subset except the set itself. So we exclude the one subset that equals A:
Number of proper subsets = 2โฟ โ 1 = 16 โ 1 = 15.
Step 4 โ Interpretation: the 16 subsets include the empty set โ (which is a subset of every set) and A itself; removing only A gives the 15 proper subsets.
Answer: (a) 16 subsets; (b) 15 proper subsets.
- โ- A set with n elements has 2โฟ subsets.
- โ- Proper subsets exclude the set itself: 2โฟ โ 1 of them.
- โ- The empty set is a subset of every set.