1

I named $\gcd(a,m) = d$ and $\gcd(ab,m) = d' $

So I know that $d\mid a$, $d\mid m $ and $d'\mid ab $ , $d' \mid m$

But I can't use the transitive property of divisibility here.

How can I prove that $d \mid d'$?

J. W. Tanner
  • 60,406
ECD56163
  • 363
  • 1
  • 9

1 Answers1

1

For each $x\mid \gcd(a,m)$, $x\mid a,m$ so $x\mid ab,m$ and $x\mid\gcd(ab,m)$.

YiFan Tey
  • 17,431
  • 4
  • 28
  • 66