I am given:
$a,b,c,d \in \mathbb{N}$, $a \neq c$, and $b \neq d$. The relation $\sim$ on $\mathbb{N}\times\mathbb{N}$ is defined by $(a, b) \sim (c, d)$ iff $a+d=b+c$ for all $(a,b), (c,d) \in \mathbb{N}\times\mathbb{N}$.
I need to prove transitivity, but can't figure out where to start. I understand transitivity is basically $a=b$, $b=c$, then $a=c$, but with an even pair of elements, I'm not sure where to go from here.