If $\gcd(a, b) = 1$, then $\gcd(ab, c) = \gcd(a, c) \cdot\gcd(b, c)$

Without using primes. We show that $(ab,c) \mid (a,c)(b,c)$ and that $(a,c)(b,c)\mid (ab,c) $.

We have $ax+by=1$ multiplying by $c$ we have $acx+bcy=c$

Now $$(a,c)(b,c)\left[\frac{a}{(a,c)}\frac{c}{(b,c)}x+\frac{b}{(b,c)}\frac{c}{(a,c)}y\right]=c$$ where of course $\frac{a}{(a,c)}$ etc are integers. So $(a,c)(b,c)\mid c$. It is clear that $(a,c)(b,c)\mid ab$ since $(a,c)\mid a$ and $(b,c)\mid b$. And therefore we have $(a,c)(b,c)\mid (ab,c) $.

To show the other direction note that there are $p,q,r,s$ such that

$$ap+qc=(a,c)$$ and $$br+cs=(b,c)$$ thus $$(a,c)(b,c)=abpr +(aps+brq+qsc)c$$ and this latter is divisible by $(ab,c)$


Hint $\ $ By basic gcd laws (associative, commutative, distributive)

$\quad (a,c)(b,c) = (ab,ac,bc,cc) = (ab,\color{#c00}{(a,b,c)}c) = (ab,c),\,\ $ by $\ \,(a,b)=1\,\Rightarrow\,\color{#c00}{(a,b,c)=1}$