Skip to main content
Back to Sets, Relations & Functions
JEE Main 2020
Sets, Relations & Functions
Sets and Relations
Easy

Question

If R is the smallest equivalence relation on the set {1,2,3,4}\{1,2,3,4\} such that {(1,2),(1,3)}R\{(1,2),(1,3)\} \subset \mathrm{R}, then the number of elements in R\mathrm{R} is __________.

Options

Solution

Key Concepts and Formulas

  • Equivalence Relation Properties: A relation RR on a set AA is an equivalence relation if it is:
    • Reflexive: For all aAa \in A, (a,a)R(a,a) \in R.
    • Symmetric: For all a,bAa, b \in A, if (a,b)R(a,b) \in R, then (b,a)R(b,a) \in R.
    • Transitive: For all a,b,cAa, b, c \in A, if (a,b)R(a,b) \in R and (b,c)R(b,c) \in R, then (a,c)R(a,c) \in R.
  • Smallest Equivalence Relation: The smallest equivalence relation containing a given set of pairs is formed by starting with the given pairs and reflexivity, and then systematically adding the minimum number of pairs required to satisfy symmetry and transitivity until no new pairs can be added.
  • Equivalence Classes and Relation Size: An equivalence relation partitions the set AA into disjoint equivalence classes. If C1,C2,,CkC_1, C_2, \ldots, C_k are the equivalence classes of AA, then the number of elements in the equivalence relation RR is given by i=1kCi2\sum_{i=1}^k |C_i|^2.

Step-by-Step Solution

Let the given set be A={1,2,3,4}A = \{1, 2, 3, 4\}. We are looking for the smallest equivalence relation RR on AA such that {(1,2),(1,3)}R\{(1,2), (1,3)\} \subset R.

Step 1: Ensure Reflexivity For RR to be an equivalence relation, it must be reflexive. This means that every element in the set AA must be related to itself. Therefore, we must include the pairs (1,1),(2,2),(3,3),(4,4)(1,1), (2,2), (3,3), (4,4) in RR. Let R0={(1,1),(2,2),(3,3),(4,4)}R_0 = \{(1,1), (2,2), (3,3), (4,4)\}.

Step 2: Incorporate Given Pairs We are given that {(1,2),(1,3)}\{(1,2), (1,3)\} must be a subset of RR. We add these pairs to our current relation. Let R1=R0{(1,2),(1,3)}={(1,1),(2,2),(3,3),(4,4),(1,2),(1,3)}R_1 = R_0 \cup \{(1,2), (1,3)\} = \{(1,1), (2,2), (3,3), (4,4), (1,2), (1,3)\}.

Step 3: Ensure Symmetry For RR to be symmetric, if (a,b)R(a,b) \in R, then (b,a)(b,a) must also be in RR. From R1R_1:

  • Since (1,2)R1(1,2) \in R_1, we must add (2,1)(2,1) to RR.
  • Since (1,3)R1(1,3) \in R_1, we must add (3,1)(3,1) to RR. The reflexive pairs are already symmetric. Let R2=R1{(2,1),(3,1)}={(1,1),(2,2),(3,3),(4,4),(1,2),(1,3),(2,1),(3,1)}R_2 = R_1 \cup \{(2,1), (3,1)\} = \{(1,1), (2,2), (3,3), (4,4), (1,2), (1,3), (2,1), (3,1)\}.

Step 4: Ensure Transitivity For RR to be transitive, if (a,b)R(a,b) \in R and (b,c)R(b,c) \in R, then (a,c)(a,c) must also be in RR. We systematically check for missing transitive pairs using the elements in R2R_2.

  • Consider (2,1)R2(2,1) \in R_2 and (1,3)R2(1,3) \in R_2. By transitivity, (2,3)(2,3) must be in RR.
  • Since (2,3)(2,3) is now in RR, by symmetry, (3,2)(3,2) must also be in RR.

Let's update our relation to include these new pairs: Let R3=R2{(2,3),(3,2)}={(1,1),(2,2),(3,3),(4,4),(1,2),(1,3),(2,1),(3,1),(2,3),(3,2)}R_3 = R_2 \cup \{(2,3), (3,2)\} = \{(1,1), (2,2), (3,3), (4,4), (1,2), (1,3), (2,1), (3,1), (2,3), (3,2)\}.

Now, we must re-check transitivity with R3R_3 to ensure no further pairs are generated.

  • (1,2)R3(1,2) \in R_3 and (2,3)R3    (1,3)R3(2,3) \in R_3 \implies (1,3) \in R_3 (already present).
  • (1,3)R3(1,3) \in R_3 and (3,2)R3    (1,2)R3(3,2) \in R_3 \implies (1,2) \in R_3 (already present).
  • (2,3)R3(2,3) \in R_3 and (3,1)R3    (2,1)R3(3,1) \in R_3 \implies (2,1) \in R_3 (already present).
  • (3,2)R3(3,2) \in R_3 and (2,1)R3    (3,1)R3(2,1) \in R_3 \implies (3,1) \in R_3 (already present).
  • All other combinations of pairs in R3R_3 that involve elements from {1,2,3}\{1,2,3\} and lead to a new pair are already present or are reflexive pairs. For example, (1,1)(1,1) and (1,2)(1,2) yields (1,2)(1,2).
  • The element 44 is only related to itself (4,4)(4,4). There are no pairs connecting 44 to 1,2,1, 2, or 33. Therefore, transitivity will not introduce any new pairs involving 44 with other elements.

Since no new pairs are generated by applying the transitivity property to R3R_3, R=R3R = R_3 is the smallest equivalence relation containing the given pairs.

Step 5: Count the Elements in R The relation RR is: R={(1,1),(2,2),(3,3),(4,4),(1,2),(1,3),(2,1),(3,1),(2,3),(3,2)}R = \{(1,1), (2,2), (3,3), (4,4), (1,2), (1,3), (2,1), (3,1), (2,3), (3,2)\} The number of elements in RR is 10.

Alternatively, we can identify the equivalence classes formed by RR.

  • From the pairs involving 1, 2, and 3, we see that 1 is related to 1, 2, and 3. By symmetry and transitivity, 2 is related to 1, 2, and 3, and 3 is related to 1, 2, and 3. This forms one equivalence class: C1={1,2,3}C_1 = \{1, 2, 3\}.
  • The element 4 is only related to itself: (4,4)R(4,4) \in R. This forms another equivalence class: C2={4}C_2 = \{4\}.

The set A={1,2,3,4}A = \{1, 2, 3, 4\} is partitioned into C1C_1 and C2C_2. The number of elements in RR is the sum of the squares of the sizes of these equivalence classes: Number of elements in R=C12+C22=(3)2+(1)2=9+1=10R = |C_1|^2 + |C_2|^2 = (3)^2 + (1)^2 = 9 + 1 = 10.

This matches the count of elements in RR derived directly.

Common Mistakes & Tips

  • Forgetting Reflexivity: Always start by adding all reflexive pairs (a,a)(a,a) for every element in the set.
  • Incomplete Transitivity Check: After adding new pairs due to symmetry or transitivity, always re-check if these new pairs, when combined with existing pairs, generate further transitive pairs. This process must continue until no new pairs can be added.
  • Understanding Equivalence Classes: Recognize that an equivalence relation partitions the set into disjoint equivalence classes. The structure of the relation is entirely determined by these classes. The number of elements in the relation is the sum of the squares of the sizes of these classes.

Summary

The smallest equivalence relation RR on the set {1,2,3,4}\{1,2,3,4\} containing {(1,2),(1,3)}\{(1,2), (1,3)\} is constructed by ensuring reflexivity, symmetry, and transitivity. This process leads to the relation R={(1,1),(2,2),(3,3),(4,4),(1,2),(1,3),(2,1),(3,1),(2,3),(3,2)}R = \{(1,1), (2,2), (3,3), (4,4), (1,2), (1,3), (2,1), (3,1), (2,3), (3,2)\}. This relation partitions the set into two equivalence classes: {1,2,3}\{1,2,3\} and {4}\{4\}. The total number of elements in RR is the sum of the squares of the sizes of these classes, which is 32+12=9+1=103^2 + 1^2 = 9 + 1 = 10.

The final answer is 10\boxed{10}.

Practice More Sets, Relations & Functions Questions

View All Questions