Question
Question: In the relation ‘is the square of’ for the set of natural numbers N an equivalence relation?...
In the relation ‘is the square of’ for the set of natural numbers N an equivalence relation?
Solution
We take a relation from a set of natural numbers to the set of natural numbers. We define a relation using the function square of a natural number. We check if the relation is an equivalence relation by checking for the reflexive, symmetric, and transitive nature of the relation.
- Reflexive: A relation R is said to be reflexive if (a,a)∈R for every a∈R.
- Symmetric: A relation R is said to be symmetric if (a,b)∈R then (b,a)∈R for every a,b∈R.
- Transitive: A relation R is said to be transitive if (a,b)∈R;(b,c)∈R then (a,c)∈R for every a,b,c∈R.
Complete step by step answer:
Let us take two sets of natural numbers A and B
We define a relation R:A→Bsuch that for every x in A there is y in B defined by the functiony=x2for everyx,y∈N.
We can write the first few elements of set A and B
A = \left\\{ {1,2,3,4...} \right\\}
B = \left\\{ {1,4,9,16,...} \right\\}
Now we assume three elements of the set R say x, y, and z.
Reflexive:
We know the function y=x2gives the square value of the element of A.
So, for x=1we get x2=1
But for x=2we get x2=4
⇒(x,x)∈/R
So the relation is not reflexive.
Symmetric:
We know the function y=x2gives the square value of the element of A.
For elements x,y∈Awe know(x,y)∈R
⇒y=x2
We check if (y,x)∈R
⇒x=y2
Since bothx,y∈N, then x,y2∈N
⇒(y,x)∈R
So the relation is symmetric.
Transitive:
We know the function y=x2gives the square value of the element of A.
For elements x,y,z∈Awe know(x,y)∈R;(y,z)∈R
⇒y=x2and z=y2
We check if (x,z)∈Ri.e. check if z=x2
Substitute the value of y=x2in place of y in equation z=y2
⇒z=(x2)2
⇒z=x4
So, z=x2
⇒(x,z)∈/R
So the relation is not transitive.
Since the relation is not symmetric and not transitive, we can say the relation R defined by ‘is square of’ is not an equivalence relation.
Note:
Students might try to prove the relation is an equivalence relation by giving examples of (1,1) etc. Keep in mind we give examples to prove the contradiction. To prove the relation is equivalence we will have to give a general proof.