0

Suppose $(m,n)=1$. Then is it true that the common divisors of $z$ and $m$ are exactly the common divisors of $z$ and $mn$? If not, is it true that the second set is a subset of the first? This is probably a very simple question, but I cannot get my mind around it atm. Thanks!

Edit: We have $z<m$, $z<n$ and $(z,n)=1$

JBuck
  • 681

1 Answers1

0

Note $\ d\mid z,m\iff d\mid (z,m) := g\ $ by the gcd Universal Property

and $\ d\mid z,nm\iff d\mid (z,nm) = g (z/g,\, n\:\!m/g) = g(z/g,n),\, $ by $(z/g,m/g)=1\,$ & Euclid.

So they're equivalent $\iff (z/g,n) = 1,\,$ which is true when $(z,n)=1$.

Bill Dubuque
  • 272,048