I have this question that I have been trying to get my head around for the past couple of hours and I am not getting anywhere with it...
Let $a,b \in \mathbb{N}$. Further, let $n_a, n_b \in \mathbb{N}$, so that $a \times n_a = LCM(a, b) = b \times n_b$.
Show that $GCD(n_a, n_b) = 1$.
I know that if the GCD was $1$, then that means that the numbers are relatively prime. But I was unable to get much further with the idea. Anyhelp would be appreciated.
Thanks!
Let $n_a = c\times m_a$, $n_b=c\times m_b$, $c = GCD(n_a, n_b)$
$$a\times m_a = \frac{a\times n_a}{c} = \frac{b\times n_b}{c} = b\times m_b$$
So,
$$LCM(a,b) | a\times m_a \implies a\times c\times m_a| a\times m_a \implies c = 1$$