I need someone to check my proof.
Question: On the set $\mathbb{R}^2$ of ordered pairs define the 2-plane relation $\sim$ as follows $(a,b)\sim(c,d)$ if and only if $a^2+b^2=c^2+d^2$. Prove that $\sim$ is an equivalence relation on R2
My Answer: We must show reflexivity, symmetry, and transitivity.
Symmetry: $(a,b)\sim(b,a) \Rightarrow a^2+b^2=b^2+a^2$
Transitivity: Suppose $(a,b)\sim(c,d)$ and $(c,d)\sim(e,f)$ Then $a^2+b^2=c^2+d^2$ and $c^2+d^2=e^2+f^2$ Therefore $a^2+b^2=e^2+f^2$
Reflexivity: I am not sure - might need a little help with this.