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.
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.
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.$$