Prove a relation using an equivalence relation

2.3k Views Asked by At

Prove the relation define on $\mathbb{R} \!\,^2$ by $$(x_1,y_1) \sim(x_2,y_2) \Leftrightarrow x_1^2+y_1^2=x_2^2+y_2^2$$ is an equivalence relation

Ok, so I know what an equivalence relation is. It must be: reflexive symmetric transitive

But I don't get how to prove the relation defined on $\mathbb{R} \!\,^2$. I think I am just over thinking this. Any tips on how to get started?

Reflexive: $x^2+y^2=x^2+y^2$

Symmetric: $x^2+y^2=y^2+x^2$

Transitive: $x^2+y^2=y^2+z^2=x^2+z^2$

3

There are 3 best solutions below

2
On BEST ANSWER

Tol prove it's reflexive, let $(x, y)$ be any point of $R^2$,. You want to show that $(x, y) \sim (x, y)$. Write that out: it says that

$$x^2 + y^2 = x^2 + y^2$$

which is evidently true. So you've proved reflexivity. Now...you give symmetry a try,...

1
On

Hint: Start with this

$1-$ $(x,y) \sim (x,y)$

$2 -$ $(x,y) \sim (z,w) \Rightarrow (z,w) \sim (x,y)$

$3 - $ $(x,y) \sim (x',y')$ and $(x',y') \sim (x'',y'')$ then $(x,y) \sim (x'',y'')$

Edit:

$2 -$ $x^2 +y^2 = z^2 + w^2 \Rightarrow z^2 + w^2 = x^2 + y^2$ by the symmetry of $"="$

0
On

An alternate approach is to use the fact an equivalence relation is the same thing as a partition. The definition here is that two points are in the same equivalence class if and only if they have the same distance to the origin. So the relation divides the plane into all the circles centred at the origin and we have obviously have a partition.