While I understand equivalence classes, I can't seem to grasp this problem. This is what I am working with:
Let’s define a relation ∼ on $\Bbb R^2$ by $(x, y) ∼ (p, q)$ if and only if $(x, y) = (λp, λq)$ for some positive real number $λ$ Now define an addition operation on the equivalence classes of this relation: $$[(x, y)] + [(p, q)] = [(xp − yq, xq + yp)].$$ Notice that our definition involved choosing specific representative elements $(x, y)$ and $(p, q)$ for the two input equivalence classes. Show that this addition operation is “well-defined.”
I know I need to show that whatever elements I pick, I will get the same defined output (the definition of well-defined), however whatever test variables I use, I can't seem to get that to work. For example, if I choose $x =8, y= 6, p= 4, q =3$, both sides of the equation are different after their respective equivalence classes. If I can get that to work, I might be able to come up with something that shows that the same output will always be achieved.
Any sort of direction with this problem would be awesome, thank you in advance!