Equivalence Relations โ revision notes (CBSE Class 12)
Equivalence relations are the high-value idea in Relations and Functions โ CBSE loves a 3โ5 mark question asking you to prove a relation is an equivalence relation and then find an equivalence class. Master the definition and the partition picture and these are safe marks.
Definition
A relation R on A is an equivalence relation if it is simultaneously reflexive, symmetric AND transitive. All three must hold.
Equivalence classes
For a โ A, the equivalence class [a] = { x โ A : xRa }. Key facts:
- Every element lies in exactly one class (a โ [a] by reflexivity).
- Two classes are either identical or disjoint: [a] = [b] if aRb, else [a] โฉ [b] = โ .
- The classes partition A โ they cover A with no overlap.
Worked template
Show R = {(a, b) : a โ b is divisible by n} on โค is an equivalence relation:
- Reflexive: a โ a = 0 is divisible by n โ
- Symmetric: if n | (a โ b) then n | (b โ a) โ
- Transitive: n | (a โ b) and n | (b โ c) โ n | (a โ c) โ
This gives the classes [0], [1], โฆ, [nโ1] (residues mod n).
Exam Tricks & Tips
- ๐ฏ Always check ALL THREE properties explicitly; missing one loses the "equivalence" mark.
- ๐ฏ "Divisible by n", "same remainder", "a โ b even", "parallel to" are classic equivalence relations.
- ๐ฏ The number of distinct equivalence classes = number of blocks in the partition.
- ๐ฏ "aRb if a โ b is a multiple of 4" on {1..12}: classes are {1,5,9},{2,6,10},{3,7,11},{4,8,12}.
- ๐ฏ To find [a], collect every x satisfying the rule with a โ don't forget a itself.
- โ Common mistake: writing that "โฅ" is an equivalence relation. It is reflexive and transitive but NOT symmetric, so it fails.
Expected exam pattern
A 3โ4 mark proof ("prove R is an equivalence relation") often followed by "find the equivalence class of a given element" for 1โ2 marks.
Quick recap
Equivalence = reflexive + symmetric + transitive. It splits A into disjoint equivalence classes that partition the set. Prove all three, then read off the classes.
Equivalence Relations โ Flashcards (CBSE Class 12)
Cover the answer, recall, then check. 11 cards on equivalence relations and classes.
Q1. Define an equivalence relation.
A1. A relation that is reflexive, symmetric, AND transitive โ all three together.
Q2. What is the equivalence class [a]?
A2. [a] = { x โ A : xRa } โ all elements related to a.
Q3. Can two equivalence classes partly overlap?
A3. No. They are either identical or completely disjoint.
Q4. What do the equivalence classes form?
A4. A partition of A โ they cover A with no overlaps.
Q5. Is "a โ b divisible by n" on โค an equivalence relation?
A5. Yes. Reflexive, symmetric and transitive; classes are the residues 0โฆnโ1 mod n.
Q6. Why is [a] never empty?
A6. Because a โ [a] by reflexivity (aRa always holds).
Q7. Is "โฅ" on โ an equivalence relation?
A7. No โ it fails symmetry (3 โฅ 2 but 2 โฑ 3).
Q8. For "a โ b multiple of 4" on {1,โฆ,12}, give [2].
A8. {2, 6, 10}.
Q9. Is "line Lโ is parallel to line Lโ" an equivalence relation?
A9. Yes โ reflexive (a line is parallel to itself), symmetric and transitive.
Q10. If aRb in an equivalence relation, what is true of [a] and [b]?
A10. [a] = [b] โ they are the same class.
Q11. Number of equivalence classes equals what?
A11. The number of blocks in the induced partition of A.
Equivalence Relations
When you sort a pile of coins by denomination, you never compare a coin to itself and you happily group all โน5 coins together as "the same for our purpose". That instinct โ treating different objects as equivalent under some criterion โ is captured exactly by an equivalence relation.
Definition: A relation R on a set A is an equivalence relation if it is simultaneously reflexive, symmetric and transitive. Equivalence relations generalise the idea of equality: things related by R are "the same" with respect to the property R encodes.
Why all three properties are essential
Drop any one property and "sameness" breaks:
- Without reflexivity, an object need not equal itself โ absurd.
- Without symmetry, "a is same as b" would not guarantee "b is same as a".
- Without transitivity, sameness would not pass along a chain.
The canonical example is congruence modulo n: a R b โบ n divides (a โ b), written a โก b (mod n). It is reflexive (n | 0), symmetric (n | (aโb) โน n | (bโa)) and transitive (n | (aโb), n | (bโc) โน n | (aโc)). So "same remainder on dividing by n" is a genuine equivalence relation.
Equivalence classes โ the real payoff
Definition: For a โ A, the equivalence class [a] = { x โ A : (x, a) โ R } is the set of all elements equivalent to a.
Two fundamental facts (the Partition Theorem):
- Every element lies in exactly one class ([a] is never empty since a โ [a]).
- Two classes are either identical or disjoint: [a] = [b] if aRb, else [a] โฉ [b] = ฯ.
Hence an equivalence relation partitions A into non-overlapping classes whose union is all of A. Conversely, every partition defines an equivalence relation. Equivalence relations and partitions are two faces of one idea.
For congruence mod 3 on integers, the classes are exactly three: [0] = {โฆ,โ3,0,3,6,โฆ}, [1] = {โฆ,โ2,1,4,โฆ}, [2] = {โฆ,โ1,2,5,โฆ}. These are the residue classes.
Worked example
Question: On the set A of all lines in a plane, define Lโ R Lโ โบ Lโ is parallel to Lโ. Show R is an equivalence relation and describe [L].
Solution:
Step 1 โ Reflexive: every line is parallel to itself โน (L, L) โ R. โ
Step 2 โ Symmetric: Lโ โฅ Lโ โน Lโ โฅ Lโ. โ
Step 3 โ Transitive: Lโ โฅ Lโ and Lโ โฅ Lโ โน Lโ โฅ Lโ. โ
Conclusion: R is an equivalence relation. The class [L] is the set of all lines parallel to L, i.e. all lines sharing L's direction (same slope). Each "direction" is one equivalence class.
Exam application
A recurring NCERT question: R on integers with a R b โบ a โ b is even. Show it is equivalence and find the classes โ there are exactly two (evens and odds). Another favourite: R = {(a,b) : a and b have the same remainder mod 5}. Master the template โ prove R, S, T, then list classes.
Shortcut: If a relation is defined by "a and b have the same value of f( )" (same remainder, same length, same colour), it is automatically an equivalence relation, because equality of f-values is reflexive, symmetric and transitive for free.
Students list overlapping "classes" or miss that classes must be disjoint and cover A. If your proposed classes share an element, you made an arithmetic slip โ recheck. Also, [a] is defined by the relation, not by convenience; don't merge classes just because their representatives look similar.
- โ- Equivalence relation = reflexive + symmetric + transitive.
- โ- It carves A into equivalence classes that are disjoint and exhaustive (a partition).
- โ- a โ [a] always; [a] = [b] โบ aRb; otherwise [a] โฉ [b] = ฯ.
- โ- Congruence mod n gives exactly n classes (the residue classes 0โฆnโ1).
- โ- "Same value of some function f" โน instant equivalence relation.
- โ- An equivalence relation is equality's flexible cousin: it declares chosen objects "the same".
- โ- Its classes partition the set โ this is the single most tested consequence.
- โ- To answer exam problems: prove R, S, T, then explicitly describe the classes.
Equivalence Relations โ Formula Sheet
Key formulas / definitions
- Equivalence relation: reflexive AND symmetric AND transitive.
- Equivalence class of a: [a] = {x โ A : (x, a) โ R}.
- Partition: equivalence classes are disjoint and their union is A.
- Property: [a] = [b] iff (a, b) โ R; otherwise [a] โฉ [b] = โ .
- โ- Equivalence = reflexive + symmetric + transitive.
- โ- Classes partition the set into disjoint subsets.
- โ- [a] = [b] โ a R b.
An equivalence relation divides a set into non-overlapping equivalence classes that together cover the whole set.
Equivalence Relations โ Worked Example
Worked Example
Problem: On the set of integers Z, define a R b if and only if (a โ b) is divisible by 3. Show that R is an equivalence relation.
Solution:
Step 1 โ Test reflexivity. For any integer a, a โ a = 0, which is divisible by 3 (0 = 3 ร 0). So a R a holds for all a โ reflexive.
Step 2 โ Test symmetry. Suppose a R b, so (a โ b) = 3k for some integer k. Then (b โ a) = โ3k = 3(โk), also divisible by 3. So b R a โ symmetric.
Step 3 โ Test transitivity. Suppose a R b and b R c, so (a โ b) = 3m and (b โ c) = 3n. Adding: (a โ c) = 3m + 3n = 3(m + n), divisible by 3. So a R c โ transitive.
Step 4 โ Conclude. Since R is reflexive, symmetric, and transitive, it is an equivalence relation. (It partitions Z into three classes: numbers leaving remainder 0, 1, or 2 on division by 3.)
Answer: R is reflexive, symmetric, and transitive, so it is an equivalence relation on Z.
- โ- An equivalence relation is reflexive, symmetric, AND transitive.
- โ- It partitions the set into disjoint equivalence classes.
- โ- "Congruent modulo n" is a standard equivalence relation on integers.