I would like to prove the following statement:
If $(a,b)$ ~ $(A,B)$ and $(c,d)$ ~ $(C,D)$, where all pairs are pairs of whole numbers, prove that $(a,b)*(c,d)$ ~ $(A,B)*(C,D)$.
Note: Whole numbers are defined as the following:
<p>$(a,b)$ ~ $(c,d)$ iff $a+d=b+c$</p> <p>$(a,b) + (c,d) = (a+c,b+d)$</p> <p>$(a,b)*(c,d) = (ac+bd,ad+bc)$</p>
My half-finished proof:
Given $(a,b)$ ~ $(A,B)$ and this means that $a+B = b+A$
Given $(c,d)$ ~ $(C,D)$ and this means that $c+D = d+C$
Prove $(a,b)*(c,d)$ ~ $(A,B)*(C,D)$ and this means that $(ac+bd,ad+bc)$ ~ $(AC+BD,AD+BC)$ which according to the definition is $((ac+bd)+(AD+BC))=((ad+bc)+(AC+BD))$
I do not know where to go from here. please help me!