I am studying for a discrete math exam that is tomorrow and the questions on equivalence classes are not making sense to me.
Practice Problem: Let $\sim$ be the relation defined on set of pairs $(x, y) \in R^2$ such that $(x, y) \sim (p, q)$ if and only if $x^2 + y^2 = p^2 + q^2$. Find three elements in the equivalence class $[(0, 1)]$
The example solution shows $(0,1),(1,0),(-1,0),$ can somebody explain why those solutions hold true for this equivalence class? Thank you!
Elements of an equivalent class are all equivalent (by the given relation).
$$\begin{align}(0,1)\sim(0,1) ~\iff & ~ 0^2+1^2 = 0^2+1^2\\[1ex] (0,1)\sim(1,0) ~ \iff & ~ 0^2+1^2 = 1^2+0^2 \\[1ex] (0,1)\sim(-1,0) ~ \iff & ~ 0^2+1^2 = (-1)^2 + 0^2 \\[2ex] \ddots ~ & ~ \textsf{et cetera} \end{align}$$
Basically the equivalence classes of this relation ($\sim$) are all points of the circumference of a circle of a certain radii. In this case that is $1^2$.
$$[(0,1)] ~ \equiv ~ \{(p,q) : p^2+q^2 = 1^2\}$$