I found this problem in a problem set on primitive roots (it is later used to prove other statements) and after trying for some time I couldn't solve it.
Let $r,s \in \mathbb{N}$ prove that there exists $a,b$ coprime integers such that $a | r$, $b|s$ and $lcm(r,s) = ab$
I've tried something like: $$a | r \, , \, r|lcm(r,s) \,\Rightarrow a|lcm(r,s)$$ $$b | s \, , \, s|lcm(r,s) \,\Rightarrow b|lcm(r,s)$$ As $gcd(a,b) = 1$ then: $$ab|lcm(r,s)$$
I was trying to prove the opposite but I can't find the way.