Suppose $(a,b)=1$. If $a$ divides $c$ and $b$ divides $c$ prove that $ab$ divides $c$.
Use theorem $1.4$:
If $a$ divides $bc$ and $(a,b)=1$, then $a$ divides $c$.
$a$ divides $c \implies c=ak$
$b$ divides $c \implies bt=c=ak$
$(a,b)=1$, $au+bw=1$
I tried moving things around and plugging things in but I can't figure out how to finish the proof from here.
If $\gcd(a,b)=1$ and $a|c$ and $b|c$, then $(ab)|c$. If so, there is a proof here.
– projectilemotion Jan 29 '17 at 21:43