0

[Note: question was updated and clarified so comments & answer are a bit out of sync - Bill D.]

I have little confusion about the claim (ii) below. Although the claim employs the hypothesis $\gcd(b,c)=1$, I think I have proved it without this, but I know that without $(b,c)=1$ this is not true. My question is: why was I able to prove it without this hypothesis?

For $a, b, c \in \mathbb Z$, prove that

ii. if $\gcd(b, c) = 1$, then $\gcd(a, bc) = \gcd(a, b)\gcd(a, c)$

This is the way i tried to prove this:

enter image description here

jvj
  • 108
  • 10

1 Answers1

3

Theorem $\ \ (a,b)(a,c)\, =\, \overbrace{(a,bc)}^{\large e}\iff \color{#c00}{(a,b,c,bc/e) = 1}\ \,$ [e.g. if $\,(a,b)= 1$]

$\begin{align}{\bf Proof}\quad\ \ \ (a,b)(a,c)\, &=\, ((a,b,c)a,\,bc)\\[.2em] &=\, e\,((a,b,c)\color{#0a0}{a/e,\,bc/e})\\[.2em] &=\, e\,\color{#c00}{((a,b,c),\,bc/e)}\,\ \ {\rm by}\, \ \ (\color{#0a0}{a/e,bc/e}) = (a,bc)/e = 1 \end{align}$

The first equality is by gcd "polynomial" arithmetic, i.e. applying the gcd associative, commutative and distributive laws. The second equality factors out $\,e\,$ using the gcd distributive law, and the final equality uses a version of Euclid's Lemma.

Remark $ $ Replying to a query in a comment: an error in your argument is the following inference

$$(a,b)(a,c) = n_0 a + y_0 bc\ \Rightarrow\ n_0 a + y_0 bc = (a,bc) $$

But those coef's $\,n_0, y_0\,$ need not be the same as the Bezout coef's for $(a,bc).\,$ So your argument with no hypotheses on $\,a,b,c\,$ fails (as we know it must by the above theorem).

Bill Dubuque
  • 272,048