Let $d = \gcd(a,b)$. If $a = da'$ and $b = db'$, show that $\gcd(a',b')=1$.
So far I concluded that $d$ divides both $a$ and $b$, and their remainders are zero. I don't know what to do next, someone please help me. Thank you.
Let $d = \gcd(a,b)$. If $a = da'$ and $b = db'$, show that $\gcd(a',b')=1$.
So far I concluded that $d$ divides both $a$ and $b$, and their remainders are zero. I don't know what to do next, someone please help me. Thank you.
The easiest way to continue is to do what is called a proof by contradiction which should look something like this:
In your case, assume that $\gcd(a', b')=g\neq 1$. Then, define $a'' = \frac{a'}{g}$ and $b'' = \frac{b'}{g}$.
Now:
If $gdc(a', b')$ was $d'>1$ then $dd'$ would divide both a and b. So d would not still be the Greatest Common divisor.