0

I do not know how to solve the following:

Show that If $(b,c) = 1$, then $(a,bc) = (a,b)(a,c)$

Thanks.

MRobinson
  • 1,692
  • 8
  • 19

2 Answers2

2

Distributing: $\ (a,b)(a,c) = ((a,b)a,(a,b)c) = (aa,ab,ac,bc) = (a\!\!\!\!\!\overbrace{(a,\color{#c00}{b,c})}^{\large =1\ {\rm by}\ \color{#c00}{(b,c)=1}}\!\!\!\!\!,bc) = (a,bc)$

Remark $ $ We used only the GCD Distributive Law $\ x(y,z) = (xy,xz)\ $ and other universal gcd laws (associative, commutative) therefore the result holds true in any gcd domain (vs. proofs using Bezout or primes, which are not as general).

Bill Dubuque
  • 272,048
0

Hint

Assume that $p$ is a prime number and that $p|a$ and $p|bc.$ That is $p|a$ and $p|b$ or $p|c.$ So $p|\gcd(a,b)$ or $p|\gcd(a,c).$ In any case $$p|\gcd(a,b)\gcd(a,c).$$

Can you finish now?

mfl
  • 29,399