Let $a\mid c$ and $b\mid c$ such that $\gcd(a,b)=1$, Show that $ab\mid c$

Let $a\mid c$ and $b\mid c$ such that greatest common divisor (gcd) $\gcd(a,b)=1$, Show that $ab\mid c$.


Solution 1:

Hint $\rm\quad\ \ a,b\ |\ c\ \Rightarrow\ ab\ |\ ac,bc\ \Rightarrow\ ab\ |\ (ac,bc) = (a,b)c = c\ $ via $\rm\:(a,b)= 1\:.$

Note $\ $ This proof works in every domain where GCDs exist, since it doesn't use Bezout's identity. Instead it uses the GCD distributive law $\rm\ (ac,bc) = (a,b)c\:,\ $ true in every GCD domain, viz.

Lemma $\rm\quad (a,b)\ =\ (ac,bc)/c\ \ $ if $\rm\ (ac,bc)\ $ exists.

Proof $\rm\quad\ d\ |\ a,b\ \iff\ dc\ |\ ac,bc\ \iff\ dc\ |\ (ac,bc)\ \iff\ d\ |\ (ac,bc)/c$

The above proofs use the universal definitions of GCD, LCM, which often serve to simplify proofs, e.g. see this proof of the GCD * LCM law.

Solution 2:

If $\operatorname{gcd}(a,b)=1$ then there exist $x,y$ such that $ax+by=1$. Now let $a,b|c$ and note that $c = cax+cby$. Can you show that both terms on the right hand side are divisible by $ab$?