[Math] Prove for integers a, b, and c, if gcd(a, b) = 1, a|c, and b|c then ab|c

divisibilityelementary-number-theorygcd-and-lcm

Prove for integers $a$, $b$, and $c$, if $\gcd(a, b) = 1$, $a|c$, and $b|c$ then $ab|c$.

Part b of this question is: "Is the converse true? Prove or disprove accordingly?"

Hey, so I've been drawing a blank for at least an hour now. I played around with the definition of divisibility and the gcd of one but couldn't get anywhere. Could someone help out?

Best Answer

Theorem. For $a,b,c\in\mathbb Z$, if $a\mid bc$ and $\gcd(a,b)=1$, then $a\mid c$.

Proof. From Bézout's identity we know that there exist $u,v\in\mathbb Z$ such that $au+bv=1$. This gives us $$c=(au+bv)c = a\cdot uc+bc\cdot v.$$ The number $a$ divides both summands, hence $a\mid c$.

The above result is called Euclid's lemma.

Corollary. For $a,b,c\in\mathbb Z$, if $a\mid bc$ and $\gcd(a,b)=1$, then $a\mid c$.

We have $c=ka$ for some $k\in\mathbb Z$. Since $b\mid ka$ and $\gcd(a,b)=1$, we get from Euclid's lemma that $b\mid k$. This implies $ab\mid ka=c$.

Related Question