What Are Sets and Why Do They Matter?
Sets form the language of modern mathematics. Every time we talk about “all solutions to this equation” or “which students passed both Physics and Chemistry,” we’re thinking in sets — we just don’t always call it that.
A set is a well-defined collection of distinct objects. The phrase “well-defined” is doing real work here: we need to be able to say, without ambiguity, whether any given object belongs to the collection or not. “All integers greater than 5” is a set. “All good songs” is not — because “good” is subjective.
For Class 11 CBSE and JEE Main, sets and relations together form the first chapter — and a surprisingly high-weightage one. JEE Main regularly pulls 1-2 questions from this chapter, often disguised inside a function problem. CBSE board exams typically have one 3-mark and one 5-mark question here.
A relation builds on sets: it’s a rule that pairs elements from one set with elements of another. When that rule becomes perfectly structured — every input maps to exactly one output — we get a function. So sets and relations are literally the foundation of the function chapter, which is one of the highest-scoring topics across all competitive exams.
Let’s get the definitions sharp, then work through techniques that will cover both board exams and MCQs comfortably.
Key Terms and Definitions
Sets
Roster (Tabular) Form: List all elements inside curly braces.
Set Builder Form: Describe the property elements must satisfy.
Empty Set ( or ): A set with no elements. Note: is not empty — it contains one element (the empty set itself).
Universal Set (): The “master set” for a given problem. Everything lives inside .
Subset: means every element of is also in . Every set is a subset of itself. is a subset of every set.
Power Set : The collection of all subsets of . If , then .
A common source of free marks: if , the number of subsets is , and the number of proper subsets is (excluding itself). This distinction has appeared in multiple board papers.
Set Operations
Disjoint Sets: — no elements in common.
Relations
A relation from set to set is a subset of (the Cartesian product).
The Cartesian product .
If and , then , and the number of possible relations from to is .
Domain of R: All first elements (inputs) actually used in . Range of R: All second elements (outputs) actually appearing in . Codomain: The full set — range codomain always.
Types of Relations (on a Set)
When is a relation from to (i.e., ), we classify it:
Reflexive
Every element is related to itself: for all .
Example: “is equal to” on is reflexive. “is less than” is not (no number is less than itself).
Symmetric
If , then .
Example: “is a sibling of” is symmetric. “is the father of” is not.
Transitive
If and , then .
Example: “is less than” is transitive: and implies .
Equivalence Relation
A relation that is simultaneously reflexive, symmetric, and transitive.
JEE Main loves equivalence relations. A typical question gives you a relation and asks you to check each property. Work systematically: reflexive → symmetric → transitive. If any one fails, stop — it cannot be an equivalence relation.
Anti-Symmetric
If and , then .
Example: “is less than or equal to” () on integers: if and , then .
Venn Diagrams and Counting Formulas
For two overlapping sets:
For three sets:
The three-set formula is CBSE’s favourite 5-mark question structure. We’ll use it in Example 3 below.
De Morgan’s Laws
Read these as: “complement of a union = intersection of complements” and vice versa.
Solved Examples
Example 1 — Power Set (CBSE Level)
Q: If , write and find .
Solution:
So .
Now, .
The logic: has 8 elements, so its power set has elements.
Example 2 — Checking Relation Properties (JEE Main Level)
Q: Let . Show is an equivalence relation.
Reflexive: For any : , and . So . ✓
Symmetric: Suppose , i.e., . Then , and if , then too. So . ✓
Transitive: Suppose and . Then and . Adding: . So . ✓
All three hold, so is an equivalence relation.
For divisibility relations divisible by , they are always equivalence relations. Recognising this pattern saves you proof-writing time in exams.
Example 3 — Three-Set Inclusion-Exclusion (CBSE 5-Mark)
Q: In a class of 100 students, 60 play cricket, 45 play football, 35 play basketball. 20 play both cricket and football, 15 play both football and basketball, 25 play both cricket and basketball. 8 play all three. Find how many play at least one sport.
Solution:
Let , , be the sets.
88 students play at least one sport, so play none.
Example 4 — Number of Relations (JEE Main Level)
Q: If and , find the number of relations from to that contain a specific ordered pair .
Solution:
Total ordered pairs in : .
A relation containing must include this pair. For the remaining pairs, each is either included or not — giving choices.
Answer: .
Example 5 — Equivalence Classes (JEE Advanced Level)
Q: On , define iff is divisible by 3. Find the equivalence classes.
When we divide any integer by 3, the remainder is 0, 1, or 2. So:
- Class — multiples of 3
- Class — remainder 1
- Class — remainder 2
These three classes partition — every integer belongs to exactly one class. This is the key property of equivalence relations: they always create a partition.
Exam-Specific Tips
CBSE Class 11 Board Exam
The board paper typically has:
- 1 MCQ (1 mark): Usually “find ” or identify subset count
- 1 short answer (3 marks): Venn diagram word problem or De Morgan’s law proof
- 1 long answer (5 marks): Three-set inclusion-exclusion application
Marking scheme tip: In proofs (like showing reflexive/symmetric/transitive), each property carries equal marks. Even if you can’t prove transitivity, write down the definitions and show your attempt — partial credit is awarded.
JEE Main Strategy
JEE Main has shifted toward asking about equivalence relations in disguise — a function-based question where you must identify if the underlying relation is reflexive/symmetric/transitive. The chapter appears in the syllabus as “Sets, Relations and Functions” with a combined weightage of 3-4% (roughly 2-3 questions in a 90-question paper).
Focus areas for JEE Main:
- Equivalence relation verification — 1 direct question every 3-4 papers
- Cartesian product counting — often embedded in permutation questions
- Power set + subset counting — quick 1-mark questions if you know the formulas
SAT Strategy
SAT doesn’t test formal relations theory, but set operations (union, intersection, complement) appear regularly in data interpretation and Venn diagram problems. The three-set formula is especially useful.
Common Mistakes to Avoid
Mistake 1: Confusing and . The empty set has 0 elements. The set has 1 element (which happens to be the empty set). So , not .
Mistake 2: Thinking “not symmetric” means “anti-symmetric.” A relation can be neither symmetric nor anti-symmetric. Anti-symmetric means: and together force . These are completely different conditions.
Mistake 3: Forgetting that is a subset of every set. When listing subsets of , students write and miss . This gives 3 instead of 4, losing marks on power set questions.
Mistake 4: Double-counting in three-set problems. When you add , elements in two-way intersections are counted twice and elements in the three-way intersection are counted three times. The formula corrects this — but students sometimes subtract all three pairwise intersections and forget to add back .
Mistake 5: Applying transitivity incorrectly. Transitivity requires: if and , then . The key word is “and” — you need both pairs in before the conclusion applies. If but there’s no in , transitivity isn’t violated.
Practice Questions
Q1. If and , find , , and .
Solve each equation: , .
, , .
Q2. If has 4 elements, how many relations on are reflexive?
has pairs. A reflexive relation must contain all 4 diagonal pairs . The remaining pairs can be freely included or not.
Answer: .
Q3. In a survey of 200 people, 120 read newspaper A, 90 read B, and 70 read C. 40 read A and B, 30 read B and C, 50 read A and C, and 20 read all three. How many read none?
People reading none: .
Q4. Is the relation on an equivalence relation?
Reflexive: ✓
Symmetric: If , then ✓
Transitive: Take : and , and ✓. But try : , , but , so . ✗
Not transitive, so not an equivalence relation.
Q5. Let . Define . Find , its domain, and range. Is a function from to ?
.
Domain , Range .
Yes, is a function — each element of maps to exactly one element of .
Q6. Using De Morgan’s law, if , , , verify .
, so .
, , so . ✓ Verified.
Q7. How many elements does have?
, which has 1 element.
, which has elements.
Q8. On the set of all lines in a plane, define as “is parallel to.” Is an equivalence relation? (Convention: a line is parallel to itself.)
Reflexive: Every line is parallel to itself (by convention). ✓
Symmetric: If , then . ✓
Transitive: If and , then . ✓
Yes, is an equivalence relation. The equivalence classes are bundles of parallel lines — each class is determined by the common slope.
FAQs
What is the difference between a relation and a function?
A relation from to is any subset of — there are no restrictions. A function is a special relation where every element of (the domain) maps to exactly one element of . Every function is a relation, but not every relation is a function.
What does “well-defined” mean for a set?
It means we can always determine, without ambiguity, whether an object belongs to the set. “Even integers” is well-defined. “Famous mathematicians” is not — “famous” is a matter of opinion.
Can a relation be both symmetric and anti-symmetric?
Yes. The only relations that are both symmetric and anti-symmetric are subsets of the diagonal . The “equality” relation on any set is the classic example.
How many equivalence relations can be defined on a 3-element set?
Five. They correspond to the five ways to partition : , , , , and .
What is the difference between range and codomain?
The codomain is the set that we’re mapping to — it’s declared upfront. The range (or image) is the set of values actually achieved. Range codomain always, but they’re only equal when every element of is hit by some element of (surjective/onto function).
Why does the empty set have subset?
The only subset of is itself. This is consistent with the general formula: .
In JEE, how do I quickly check if a relation is transitive?
Sketch a directed graph: draw nodes for each element, draw arrows for each pair in . Transitivity means: if there’s a path of length 2 from to (through some ), there must also be a direct arrow from to . Look for “two-step paths” without direct arrows — these are your counterexamples.
What is an equivalence class and why does it matter?
Given an equivalence relation on , the equivalence class of is — all elements related to . The key theorem: equivalence classes always form a partition of (they’re non-empty, pairwise disjoint, and their union is all of ). This idea appears explicitly in JEE Advanced and is the conceptual foundation for modular arithmetic.