Properties of GCD
Properties of GCD
1
7. m > 0, then gcd(ma1 , , mak ) = m gcd(a1 , , ak ).
8. gcd(a, m) = 1, then gcd(m, ab) = gcd(m, b).
9. gcd(a, m) = 1, if m|(ab), then m|b.
5. In textbook.
6. By part 5, we know that the set of common divisors of a and b equals
to the set of divisors gcd(a, b). Hence, The set of common divisors of
a, gcd(b, c) equals to the set of of common divisors of a, and b, c.
7. By part 4.
8. gcd(m, b) = gcd(m, b gcd(a, m)) = gcd(m, gcd(ba, bm)) = gcd(m, ba, bm) =
gcd(m, ab).
9. By part 8, gcd(m, b) = gcd(m, ab) = |m|, therefore m|b.