-1

Prove:

$\gcd(a,b)=1$ and $\gcd(c,d)=1$ implies $\gcd(ac,bd)=1.$

method wich seems like it should work is simplifying the product that we got by Bézout:

$$(ua+vb)^2(u'c+v'd)^2=1.$$

but it doesn't.

Thomas Andrews
  • 177,126

1 Answers1

2

It’s not true. If $c=b,d=a,$ and $\gcd(a,b)=1,$ then $\gcd(c,d)=1,$ but $cd=ab,$ so $$\gcd(ab,cd)=ab.$$

Thomas Andrews
  • 177,126