Prove that if $d$ is a common divisor of two integers $a$ and $b$, then $d=\gcd(a,b)$ if and only if $\gcd(a/d,b/d)=1$.
So far I used what was given so I have $a=dk$, $b=ld$ and $\gcd(a,b)=d$ can be written as a linear combination of $ax+by=d$ but I am unsure how to use the information.
Where do I go from here? Can someone show me how to solve this using Bezout's Identity if possible?
($\Leftarrow$) $$\begin{aligned}(a/d)x+(b/d)y=1&\implies ax+by=d\implies(\forall c,;c\mid a\land c\mid b\implies c\mid ax+by=d)\implies c\le d\&\implies \gcd(a,b)=d\end{aligned}$$
– rosshjb Feb 14 '25 at 05:31