1

Show that if $a, b$ and $c$ are integers with $c|ab$ then $c|(a,c)(b,c)$.

Now $(a, c)$ and $(b, c)$ would both divide $c$ since it's the gcd, but how would I show $c$ divides their product, and $(a,c)(b, c) \geq c$ and not the other way around?

Bill Dubuque
  • 272,048
DJ_
  • 1,400

3 Answers3

1

$(a,c) = ax_1 + cx_2$ and $(b,c) = bx_3 + cx_4$ for some $x_1, x_2, x_3, x_4$.

Thus $(a,c)(b,c) = (ax_1+ cx_2)(bx_3 + cx_4) = abx_1x_2 + cx_2bx_3 + cx_4ax_1 + c^2x_2x_4$. Since $c$ divides $ab$, it divides each of the 4 terms in the expansion so it divides $(a,c)(b,c)$.

(Remark: The expansion also shows that $(a,c)(b,c) \geq c$.)

Kelvin Soh
  • 1,805
  • Umm don't we have to show the other direction. I think that's only correct if the question was switched and asked to prove the other direction. – DJ_ Dec 06 '13 at 09:22
  • @DJ_ No, that's the correct direction. The other direction is trivial by $(a,b)\mid a,,(c,b)\mid c\Rightarrow (a,b)(b,c)\mid ac.\ $ – Bill Dubuque Feb 20 '22 at 14:27
1

Hint $\rm\ \ c\mid ab\ \Rightarrow\ c\mid (ab,bc,ac,cc)=(a,c)(b,c)\ $ by the distributive law for gcd.

More explicitly $\rm\ (a,c)(b,c) = ((a,c)b,(a,c)c) = (ab,cb,ac,cc)\ $ by distributing a few times (and implicitly using associativity of gcd). See this answer for more on gcd arithmetic

Remark $\ $ If you write the gcd's in Bezout linear form, then the above proof becomes essentially the more specific proof in Kelvin's answer. Then the distributive law for gcds becomes simply the distributive law for integers. But the proof becomes less general, depending on the fact that gcds have linear representation (Bezout's Lemma), which is not always true in more general domains, e.g. the above proof still works in the polynomial rings $\,\Bbb Z[x]\,$ and $\,\Bbb Q[x,y]\,$ where Bezout fails, e.g. $\,x,y\,$ are coprime but $\, ax+by= 1\Rightarrow 0 = 1$ by eval at $\,x=0=y).$

Bill Dubuque
  • 272,048
-1

Hint: for a given prime $p$, consider what powers of $p$ divide each of these.

Robert Israel
  • 448,999