Question
Question: In the set \(\mathbb{Z}\) of all integers which of the following relation is an equivalence relation...
In the set Z of all integers which of the following relation is an equivalence relation.
[i] xRy⇔x≤y
[ii] xRy⇔x=−y
[iii] xRy⇔x−y is even
[iv] xRy⇔x≡y(mod3)
Solution
Hint: We will check for each of the relations whether they are symmetric, reflexive and transitive or not and hence we determine which of the given relations are equivalence relations.
Complete step-by-step answer:
Reflexive relation: A relation R on a set “A” is said to be reflexive if ∀a∈A, we have aRa.
Symmetric relation: A relation R on a set “A” is said to be reflexive if aRb⇒bRa.
Transitive relation: A relation R on a set “A” is said to be transitive if aRb,bRc⇒aRc.
Equivalence relation: A relation R on a set “A” is said to be an equivalence relation if it is reflexive, symmetric and transitive.
[i] xRy⇔x≤y
Reflexivity: Since ∀x∈Z, we have x≤x. Hence, we have xRx , and hence R is reflexive
Symmetricity: Since ∃2,3∈Z such that 2R3 as 2≤3 but 3R2 as 3>2. Hence R is not symmetric
Transitivity: Since x≤y,y≤z⇒x≤z, we have xRy,yRz⇒xRz , and hence R is transitive.
Equivalence: Since R is not symmetric, R is not an equivalence relation
[ii] xRy⇔x=−y
Reflexivity: Since ∃1∈Z such that 1=−1, we have 1R1 , and hence R is not reflexive.
Symmetricity: Since ∀x,y∈Z, we have x=−y⇒y=−x. Hence, we have xRy⇒yRx , and hence R is symmetric
Transitivity: Since 1R−1,−1R1 but 1R−1, we have R is not transitive
Equivalence: Since R is not reflexive and transitive, R is not an equivalence relation
[iii] xRy⇔x−y is even
Reflexivity: Since ∀x∈Z, we have x−x=0 which is even, we have xRx , and hence R is reflexive.
Symmetricity: Since if 2∣x−y⇒2∣y−x, we have if x-y is even, then y-x is also even and hence xRy⇒yRx and hence R is symmetric.
Transitivity: Since the sum of two integers is even, we have if x-y is even and y-z is even then x-y+y-z = x-z is also even. Hence, we have xRy,yRz⇒xRz , and hence R is transitive.
Equivalence: Since R is symmetric, reflexive as well as transitive, R is an equivalence relation.
[iv] xRy⇔x≡y(mod3)
Before solving this part, we need to understand what x≡y(modm) means. We have if m∣x−y, then x≡y(modm)
Reflexivity: Now since 3∣x−x=0 we have x≡x(mod3) and hence xRx,∀x∈Z. Hence R is reflexive.
Symmetricity: Since 3∣x−y⇒3∣y−x, we have x≡y(mod3)⇒y≡x(mod3) and hence xRy⇒yRx. Hence R is a symmetric relation
Transitivity: Since 3∣x−y,3∣y−z⇒3∣x−y+y−z, we have 3∣x−y,3∣y−z⇒3∣x−z and hence x≡y(mod3),y≡z(mod3)⇒x≡z(mod3). Hence xRy,yRz⇒xRz and hence R is transitive.
Equivalence: Since R is reflexive, symmetric and transitive, we have R as an equivalence relation.
Hence options [iii] and [iv] are correct.
Note: In the questions of the above type, we need to understand and remember the definitions of various types of relations. Sometimes students forget to prove that xRx has to be true for all elements and not just for few and hence arrive at incorrect results.