As indicated indicated in the title,I am solving the following problem: If $ad-bc=1$, $w=au+bv$ and $z=cu+dv$, prove $\gcd(u,v) = \gcd (w,z)$
So from $ad-bc=1$ I was able to found out $\gcd(a+b,c+d) = 1$.
From here I'm sort of lost as what to do with $w = au + bv$ and $z = cu + dv$.
Thanks for your help.
$$\gcd(w,z) = \gcd(au + bv,cu + dv)$$
Knowing that $\gcd(a+b,c+d) = 1$ how can I move forward from the step above.
$dw-bz = u, ; az-cw = v$ then you can still show the gcds divide one another.
– Adam Hughes Feb 16 '16 at 23:55