Define a relation ~ on $\mathbb{Z}\times\mathbb{Z}$ such that $(a,b)$~$(c,d)$ when $a+b=c+d$.
To prove ~ is an equivalence relation, I need to prove reflexive, symmetric, transitive, right? For the reflexive, $(a,a)$~$(a,a)$, that is $a+a=a+a$. For the symmetric, if $(a,b)$~$(c,d)$, then, $(c,d)$~$(a,b)$. That is If $a+b=c+d$, then $c+d=a+b$?? For the transitive, I need help!
To show it's transitive, you need to show that if $a + b = c+d$ and $c+d = e+f$ then $a+b = e+f$.