Suppose $m,n$ are coprime numbers such that $m|k$ and $n|k$ for some integer $k$. then prove that $mn|k$ as well.
I am trying to work directly with the definition, so:
$k = ma$,
$k = nb$,
$k^2 = mnab$
How do I take it from here? I have tried to prove that $k|ab$ with no success.
$m|k$ so $k = ma$ for some integer $a$. Now, $n|k \iff n|ma$ and since $(n:m) = 1$, $n|a$ so $a = nj$. Finally,
$$ k = ma = mnj$$
which implies $mn|k$.
Edit: I'm adding the proof of why if $ n|ma$ and $n$ and $m$ are coprime, $n|a$ to make this a bit more self-contained.
If $(n:m) = 1$, there exist $c, \ d \in \mathbb{Z}$ such that
$$ cn + dm = 1 $$
and therefore
$$ cna + dma = a$$
Since $n|cna$ and by hypothesis $n|ma$, we get $n|dma$ so $n|(cna + dma)$ which is exactly the same as $n|a$.