0

Suppose $\forall (a;b;c;d) \in \mathbb{Z}^4$ as $\gcd(a,b)=\gcd(c,d)=1$:

How can I prove that $\gcd(a,bc)=\gcd(a,c)$?

Also, how to prove that $\gcd(ac,bd) = (\gcd(a,d))*(\gcd(b,c))$?

azimut
  • 24,316
pourjour
  • 1,070

4 Answers4

4

$\rm\ \color{#C00}{(a,bc)} = (a,ac,bc) = (a,(ac,bc)) \color{#C00}{\stackrel{(1)}{=} (a,(a,b)c)}\ [\, = (a,c)\ \ if\ \ (a,b) = 1].\ $ So applying $\,\color{#C00}{\stackrel{(1)}{=}}$

$\rm\qquad \color{#0A0}{(d,ac)} \color{#C00}{\stackrel{(1)}{=}} (d,a(c,d)) = (d,a)\ $ and $\rm\ \color{blue}{(b,ac)} \color{#C00}{\stackrel{(1)}{=}} (b,(b,a)c) = (b,c),\, $ by $\rm\,(a,b)\!=\!1\!=\!(c,d)$

$\rm \Rightarrow\ (ac,db) \color{#C00}{\stackrel{(1)}{=}} (ac,\color{#0A0}{(d,ac)}\color{blue}{(b,ac)}) = (ac,(d,a)(b,c)) = (d,a)(b,c)\:$ by $\rm\:(d,a)\mid a,\ (b,c)\mid c$

Math Gems
  • 20,090
  • I couldn't understand this step

    $\rm (ac,db) \color{#C00}{\stackrel{(1)}{=}} (ac,\color{#0A0}{(d,ac)}\color{blue}{(b,ac)})$

    Can you please show me how did u pass from right hand to the left?

    – pourjour Mar 26 '13 at 22:58
  • I applied the top red gcd law $(1)$ twice, first to map d into the green term, then to map b into the blue term. – Math Gems Mar 26 '13 at 23:09
3

Hint: Let $GCD(a,c)=x, a=a'x, c=c'x. $

Then $GCD(a',c')=1,$

so $GCD(a,bc)=GCD(a'x,bc'x)=xGCD(a',bc')=x$.

Boris Novikov
  • 17,754
2

Note that if a number divides $a$ and $c$, then it divides $a$ and $bc$, so $\gcd(a,bc)\geq\gcd(a,c).$ On the other hand, $\gcd(a,bc)$ divides $a,$ and since $a,b$ have no common divisors, then $\gcd(a,bc)$ does not divide $b$. But $\gcd(a,bc)$ does divide $bc$, so it must divide $c$, and hence, $\gcd(a,bc)\leq\gcd(a,c)$ (why?).

We can make similar arguments in the second problem. One direction of the inequality should be clear. You'll need to use the facts that (i) $a,b$ have no common factors and (ii) $c,d$ have no common factors to get the other direction.

Cameron Buie
  • 105,149
1

Definition The gcd $g = (x,y)$ is the universal $g$ satisfying $g|x$ and $g|y$. Universal here means that if $g'$ satisfies $g'|x$ and $g'|y$ then $g'|g$. Note that universals are unique.

Theorem $(a,b)=1$ implies $(a,bc) = (a,c)$.
We need to show that $g=(a,c)$ is the universal $g$ such that $g\mid a$ and $g\mid bc$. Certainly $(a,c)\mid a$ and $(a,c)\mid bc$ holds, so we just need to show universality. To that end let $g\mid a$ and $g\mid bc$, we will show that $g|(a,c)$. By $(a,b)=1$ if $g\mid b$ then $g=1$, so suppose $g \not \mid b$, then $g \mid c$ and we are done.