Question
A relation R on the set A = {1, 2, 3} is defined as:
Check whether R is reflexive, symmetric, and transitive. Is R an equivalence relation?
Solution — Step by Step
A relation is reflexive if every element is related to itself — meaning for all .
We need , , all in R. Check: all three are present. R is reflexive.
R is symmetric if whenever , we also have .
Go through every pair: and ✓. and ✓. The diagonal pairs etc. are trivially symmetric. R is symmetric.
R is transitive if whenever and , then .
We have and — so we need . But . R is NOT transitive.
For R to be an equivalence relation, it must be reflexive, symmetric, AND transitive — all three together.
Since R fails transitivity, R is not an equivalence relation.
Why This Works
Think of these three properties as three different “fairness tests” for a relation.
Reflexive asks: does every element acknowledge itself? Like every student being their own classmate. Symmetric asks: if A is related to B, is B related to A? Like friendship — if Ravi is friends with Arjun, Arjun must be friends with Ravi.
Transitive is the trickiest. It says: if A connects to B, and B connects to C, then A must connect directly to C. Think of it as “no shortcuts missing.” In our problem, 1 connects to 2, and 2 connects to 3 — but 1 doesn’t connect to 3. The chain breaks, so transitivity fails.
An equivalence relation packages all three properties. When a relation is an equivalence relation, it partitions the set into disjoint groups called equivalence classes — this is the deeper reason why the concept matters in JEE Mains.
Alternative Method
For checking transitivity on small sets, make a relation matrix (also called Boolean matrix):
Rows and columns represent {1, 2, 3}. Entry if .
For transitivity, compute (Boolean multiplication, where + means OR, × means AND). If every 1 in is also a 1 in , the relation is transitive.
In , position (1,3) becomes 1 (because row 1 of times column 3 of : ). But has 0 at position (1,3). Transitivity fails — same conclusion, faster for exam conditions.
In CBSE board exams, listing all “failing pairs” earns full marks. Write: “Since and but , R is not transitive.” One clean counterexample is enough — no need to check every case.
Common Mistake
Checking only “obvious” pairs for transitivity. Most students verify and and call it done. The dangerous pair here is paired with — crossing from one “chain” into another. Always systematically list all pairs and and check if is present. In this problem, the pair is absent, but students miss it because they stop after checking pairs that “feel symmetric.”
| Property | Condition | One counterexample breaks it |
|---|---|---|
| Reflexive | for all | Any missing |
| Symmetric | Find without | |
| Transitive | Find chain with missing endpoint | |
| Equivalence | All three above | Fails if any one fails |
This exact question — checking all three properties for a given explicit set — appeared in CBSE Class 11 board exams multiple times. The marking scheme gives 1 mark per property check + 1 mark for the equivalence conclusion, so writing a clear counterexample for the failing property is the fastest way to secure full marks.