Let a and b be positive integers. If c = gcd(a,b), prove that gcd(a/c,b/c) = 1
*Note that a/c and b/c are integers.
So I know that c|a and c|b and that a gcd of 1 implies that the resulting integers are relatively prime. I know this must be within a simple definition, however I am new to these type of proofs and I don't know how to start or conceptualize this one. Any help would be appreciated.
$c=\gcd(a,b)$ is the positive generator of the ideal$(a,b)\subset \mathbf Z$. Actually, it is the smallest positive element in this ideal. So there exist integers $u, v$ such that $$ ua+vb=c\tag{Bézout's identity}. $$ If we set $a'=\dfrac ac$, $\;b'=\dfrac ab$, Bézout's identity becomes $\; ua'c+vb'c=c$, or, simplifying by $c$: $$ua'+vb'=1,$$ which shows $1=\gcd(a',b')$.