Solveeit Logo

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?

Explanation

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(a,a) \in R for every aRa \in R.
  • Symmetric: A relation R is said to be symmetric if (a,b)R(a,b) \in R then (b,a)R(b,a) \in R for every a,bRa,b \in R.
  • Transitive: A relation R is said to be transitive if (a,b)R;(b,c)R(a,b) \in R;(b,c) \in R then (a,c)R(a,c) \in R for every a,b,cRa,b,c \in R.

Complete step by step answer:
Let us take two sets of natural numbers A and B
We define a relation R:ABR:A \to Bsuch that for every x in A there is y in B defined by the functiony=x2y = {x^2}for everyx,yNx,y \in 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=x2y = {x^2}gives the square value of the element of A.
So, for x=1x = 1we get x2=1{x^2} = 1
But for x=2x = 2we get x2=4{x^2} = 4
(x,x)R\Rightarrow (x,x) \notin R

So the relation is not reflexive.

Symmetric:
We know the function y=x2y = {x^2}gives the square value of the element of A.
For elements x,yAx,y \in Awe know(x,y)R(x,y) \in R
y=x2\Rightarrow y = {x^2}
We check if (y,x)R(y,x) \in R
x=y2\Rightarrow x = {y^2}
Since bothx,yNx,y \in N, then x,y2Nx,{y^2} \in N
(y,x)R\Rightarrow (y,x) \in R

So the relation is symmetric.

Transitive:
We know the function y=x2y = {x^2}gives the square value of the element of A.
For elements x,y,zAx,y,z \in Awe know(x,y)R;(y,z)R(x,y) \in R;(y,z) \in R
y=x2\Rightarrow y = {x^2}and z=y2z = {y^2}
We check if (x,z)R(x,z) \in Ri.e. check if z=x2z = {x^2}
Substitute the value of y=x2y = {x^2}in place of y in equation z=y2z = {y^2}
z=(x2)2\Rightarrow z = {({x^2})^2}
z=x4\Rightarrow z = {x^4}
So, zx2z \ne {x^2}
(x,z)R\Rightarrow (x,z) \notin 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.