Define a relation on $\mathbb N\times \mathbb N$ by $$ (a,b)\sim (c,d) \iff a+d=b+c. $$
Prove that if $(a, b)\sim(a', b')$ and $(c, d)\sim(c', d')$, then $(ac+bd,bc+ad)\sim(a'c'+b'd',b'c'+a'd')$
Here's what I've tried: Given that $(a,b)\sim(a′,b′)$ and that $(c,d)\sim(c′,d′)$, we see that $a+b′=b+a′$ and $c+d′=d+c′$. Thus, $a+b′=b+a\Rightarrow(a+b′)(c+d′)=(b+a′)(c+d′)\Rightarrow ac+ad′+b′c+b′d′=bc+bd′+a′c+a′d′\Rightarrow ac+ad′+b′(c+d′)=bc+bd′+a′(c+d′)\Rightarrow ac+ad′+b′(d+c′)=bc+bd′+a′(d+c′)\Rightarrow ac+ad′+b′d+b′c′=bc+bd′+a′d+a′c$