How can I prove that for $a,b,c \in ℕ^*$, if $a$|$c$ and $b$|$c$, then $\frac {ab}{(a,b)}$|$c$?
This is what I've tried:
$a$|$c$ and $b$|$c$ implies that $ba$|$bc$ and $ab$|$ac$, so $ab$|$bcx + acy$ and $ab$|$c(bx+ay)$. We know that for some $x$ and $y$, $bx+ay$$=(a,b)$, so $\frac {ab}{(a,b)}$|$c$. Is this right?
Thanks.