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.
1) if $(a,m)=1$ then $(ab,m)=(b,m)$.
2) if $(a,m)=k>1$, then $(ab,m)=k((a/k)b,m/k)=k(b,m/k)=(a,m)(b,m/k) \mid (a,m)(b,m)$.