If $(a,b) \sim (A,B)$ and $(c,d) \sim (C,D)$, where all pairs are whole numbers,
Prove that: $(a,b)*(c,d)\sim(A,B)*(C,D)$
Relation defined on the following:
$(a,b)\sim (A,B) \iff a+B=A+b$
$(c,d)\sim(C,D) \iff c+D=C+d$
For this I am assume we have to work a little backwards to show the proof, any tips on how to go about this.
$(a,b)+(c,d)=(a+c, b+d)$ and $(a,b)*(c,d)=(ac+bd, ad+bc)$
Notice:
$(a,b)~(A,B)⟹ a+B=b+A ⟹ B-A=b-a$ This ending will call **
$(c,d)~(C,D)⟹ c+D=d+C ⟹ c-d=C-D$ This ending will call **
Use ** so that we get: $(C-D)(B-A)=(c-d)(b-a)$
Foil:
$BC+AD-AC-BD=bc-ad-ac+ad$
Rearrange the terms to get: $ac+bd+AD+BC=ad+bc+AC+BD$
Which is $(ac+bd,ad+bc)~(AC+BD,AD+BC)$
$(a,b)*(c,d)~(A,B)(C,D)$
As we needed to prove.