Let $n>0$ and $m>0$ be integers, and let $c = \gcd(n,m).$ Show that $$\gcd\left(\frac{n}{c},\frac{m}{c}\right) = 1.$$
I attempted using the idea that we know from definition of $gcd$ that we get
$n=ca$ and $m=cb$ for some unique values of $a,b \in \mathbb{Z}$.
And then I solved for $a,b$, giving $a=n/c,b=m/c$
I'm not really sure how to proceed without using a circular argument.
Hint: Assume that the gcd is not one, call it $l$. Then show that $cl$ also divides both $m$ and $n$ which leads to a contradiction.