I have been stuck with this one for a while now.
$a,b,m$ are natural numbers not including $0$. $\{1,2,3,4,\ldots\}$.
I have managed to prove that $ \gcd(ab,m) < ( \gcd(a,m) \cdot \gcd(b,m) )$ but I keep failing on proving that $$\gcd(ab,m) \mid ( \gcd(a,m) \cdot \gcd(b,m) )$$
Thanks.