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

Question

Let a set A = A 1 \cup A 2 \cup ..... \cup A k , where A i \cap A j = ϕ\phi for i \ne j, 1 \le j, j \le k. Define the relation R from A to A by R = {(x, y) : y \in A i if and only if x \in A i , 1 \le i \le k}. Then, R is :

Options

Solution

Key Concepts and Formulas

  • Reflexive Relation: A relation RR on a set AA is reflexive if (x,x)R(x, x) \in R for all xAx \in A.
  • Symmetric Relation: A relation RR on a set AA is symmetric if whenever (x,y)R(x, y) \in R, then (y,x)R(y, x) \in R.
  • Transitive Relation: A relation RR on a set AA is transitive if whenever (x,y)R(x, y) \in R and (y,z)R(y, z) \in R, then (x,z)R(x, z) \in R.
  • Equivalence Relation: A relation RR on a set AA is an equivalence relation if it is reflexive, symmetric, and transitive.
  • Partition of a Set: A collection of non-empty subsets {A1,A2,,Ak}\{A_1, A_2, \dots, A_k\} of a set AA is a partition if AiAj=ϕA_i \cap A_j = \phi for iji \ne j and A1A2Ak=AA_1 \cup A_2 \cup \dots \cup A_k = A.

Step-by-Step Solution

We are given a set A=A1A2AkA = A_1 \cup A_2 \cup \dots \cup A_k, where AiAj=ϕA_i \cap A_j = \phi for iji \ne j. This means that the sets AiA_i form a partition of AA, and every element xAx \in A belongs to exactly one AiA_i. The relation RR is defined as R={(x,y):yAi if and only if xAi, for 1ik}R = \{(x, y) : y \in A_i \text{ if and only if } x \in A_i, \text{ for } 1 \le i \le k\}.

The condition "yAi if and only if xAi, for 1iky \in A_i \text{ if and only if } x \in A_i, \text{ for } 1 \le i \le k" means that for a pair (x,y)(x, y) to be in RR, the statement (yAi    xAi)(y \in A_i \iff x \in A_i) must be true for every index ii from 11 to kk.

Step 1: Analyze the condition for (x,y)R(x, y) \in R. Let xAx \in A. Since {A1,,Ak}\{A_1, \dots, A_k\} is a partition of AA, there exists a unique index p{1,,k}p \in \{1, \dots, k\} such that xApx \in A_p. For all jpj \ne p, xAjx \notin A_j. The condition for (x,y)R(x, y) \in R states: For each i{1,,k}i \in \{1, \dots, k\}, (yAi    xAi)(y \in A_i \iff x \in A_i) must hold.

Let's consider the implications for a specific xApx \in A_p:

  • For i=pi = p: (yAp    xAp)(y \in A_p \iff x \in A_p). Since xApx \in A_p is true, this becomes (yAp    True)(y \in A_p \iff \text{True}). For this to be true, yApy \in A_p must be true.
  • For ipi \ne p: (yAi    xAi)(y \in A_i \iff x \in A_i). Since xAix \notin A_i is true (meaning xAix \in A_i is false), this becomes (yAi    False)(y \in A_i \iff \text{False}). For this to be true, yAiy \in A_i must be false.

Therefore, for (x,y)R(x, y) \in R, if xApx \in A_p, then yy must also be in ApA_p. This means that (x,y)R(x, y) \in R if and only if xx and yy belong to the same subset AiA_i.

Step 2: Check for Reflexivity. To check if RR is reflexive, we need to determine if (x,x)R(x, x) \in R for all xAx \in A. Let xAx \in A. Since {A1,,Ak}\{A_1, \dots, A_k\} is a partition, xx belongs to exactly one ApA_p. The condition for (x,x)R(x, x) \in R is: for all i{1,,k}i \in \{1, \dots, k\}, (xAi    xAi)(x \in A_i \iff x \in A_i). This is a tautology for any statement, so it is always true.

  • If i=pi=p, then (xAp    xAp)(x \in A_p \iff x \in A_p) is (True     \iff True), which is True.
  • If ipi \ne p, then (xAi    xAi)(x \in A_i \iff x \in A_i) is (False     \iff False), which is True. Since the condition holds for all ii, (x,x)R(x, x) \in R. Thus, RR is reflexive.

Step 3: Check for Symmetry. To check if RR is symmetric, we need to determine if whenever (x,y)R(x, y) \in R, then (y,x)R(y, x) \in R. Assume (x,y)R(x, y) \in R. This means that for all i{1,,k}i \in \{1, \dots, k\}, (yAi    xAi)(y \in A_i \iff x \in A_i) is true. We need to check if (y,x)R(y, x) \in R, which means verifying if for all i{1,,k}i \in \{1, \dots, k\}, (xAi    yAi)(x \in A_i \iff y \in A_i) is true. The logical biconditional (    \iff) is commutative. That is, the statement (P    Q)(P \iff Q) is logically equivalent to (Q    P)(Q \iff P). Therefore, if (yAi    xAi)(y \in A_i \iff x \in A_i) is true for all ii, then (xAi    yAi)(x \in A_i \iff y \in A_i) is also true for all ii. Thus, RR is symmetric.

Step 4: Check for Transitivity. To check if RR is transitive, we need to determine if whenever (x,y)R(x, y) \in R and (y,z)R(y, z) \in R, then (x,z)R(x, z) \in R. Assume (x,y)R(x, y) \in R and (y,z)R(y, z) \in R. From (x,y)R(x, y) \in R: for all i{1,,k}i \in \{1, \dots, k\}, (yAi    xAi)(y \in A_i \iff x \in A_i) is true. From (y,z)R(y, z) \in R: for all i{1,,k}i \in \{1, \dots, k\}, (zAi    yAi)(z \in A_i \iff y \in A_i) is true. We need to show that (x,z)R(x, z) \in R, which means for all i{1,,k}i \in \{1, \dots, k\}, (zAi    xAi)(z \in A_i \iff x \in A_i) is true.

Let's consider the statement for a single index ii. We have the premises:

  1. (yAi    xAi)(y \in A_i \iff x \in A_i)
  2. (zAi    yAi)(z \in A_i \iff y \in A_i)

We want to prove (zAi    xAi)(z \in A_i \iff x \in A_i). This is a property of logical implication. If P    QP \iff Q and Q    SQ \iff S, then P    SP \iff S (transitivity of equivalence). Let PiP_i be the statement "xAix \in A_i", QiQ_i be "yAiy \in A_i", and SiS_i be "zAiz \in A_i". We are given for all ii: (Qi    Pi)(Q_i \iff P_i) (Si    Qi)(S_i \iff Q_i) We need to show for all ii: (Si    Pi)(S_i \iff P_i). This follows directly from the transitivity of the logical equivalence relation. Thus, RR is transitive.

Step 5: Conclusion on Relation Type. Since RR is reflexive, symmetric, and transitive, it is an equivalence relation.

Common Mistakes & Tips

  • Misinterpreting "if and only if": The phrase "if and only if" implies a logical biconditional (    \iff). The condition must hold for all ii.
  • Confusing element membership with set properties: Ensure you correctly apply the partition property that each element belongs to exactly one AiA_i.
  • Equivalence relation definition: Remember that an equivalence relation must satisfy all three properties: reflexive, symmetric, and transitive.

Summary

The relation RR is defined such that (x,y)R(x, y) \in R if and only if xx and yy belong to the same subset AiA_i for some ii. We have rigorously proven that this relation is reflexive, symmetric, and transitive. Consequently, RR is an equivalence relation.

The final answer is \boxed{D}

Practice More Sets, Relations & Functions Questions

View All Questions