How do I prove that if $a|c$ and $b|c$ then $ab | c$ if $\gcd(a,b) = 1$?
I got stuck with the following steps:
- Express $c = ma = nb$ for some $m, n$ integers.
- Multiply together the $2$ expressions to get $c^2 = mn(ab)$
But I cannot show that $c = \frac{mn}{c}(ab)$ because $mn/c$ might not be an integer.
How do I use the result that $\gcd(a,b) = 1$?
HINT: As usual, start with the fact that there are integers $k,\ell$ so that $ka+\ell b=1$. Multiply by $c$ to get $kac+\ell bc=c$. Can you see that $ab$ divides each term on the left?