If $a | c$ and $b | c$ and $a$ and $b$ are relatively prime prove that $ab|c$.
What I did was since $(a,b)=1$ then we can find integers $m,n$ such that $ma + nb=1$. Now since $a|c$ then $a = mc$. Similary, since $b|c$ then $b=nc$. Then I got that:
$$ma+nb=1$$ $$c(m+n)=1$$ $$m +n = 1/c$$ $$abm +abn=\frac{ab}{c}.$$
Is this correct?