2

Can anyone give a proof for the following elementary assertion without use of Bézout's theorem which says that The Greatest Common Divisor of two integers is an integer linear combination of them.

"Every common divisor of two integers divides their greatest common divisor."

I should mention that I do not want to use the definition of GCD with prime factorization.

Gerry Myerson
  • 179,216
Hesam
  • 735
  • You can prove this by looking at the powers in the prime factorizations of these numbers. – Zavosh Dec 13 '14 at 10:43
  • 2
    What definition of gcd do you use? The one I use says that the gcd is the positive common divisor divisible by all the other common divisors, so your question is part of my definition. – Gerry Myerson Dec 13 '14 at 11:51
  • GCD is the common divisor of two integers which is greater than any other common divisor. – Hesam Dec 13 '14 at 13:03

1 Answers1

0

Assume the you have two numbers $n$ and $m$, their greatest common divisor $g$ and a common divisor $c$ that doesn't divide $g$. What will $gc$ divide?

  • $gc$ divides $gm$, $gn$, $cm$, $cn$ and also $mn$. Which one do you mean? and what can I deduce from that? Can you explain your idea? – Hesam Dec 13 '14 at 10:52
  • What I hinted at is actually not true (sorry for that), you should look at the smallest common multiple of $g$ and $c$. That divides a few more numbers than those in your list. Maybe i will be helpful to consider how the unique factorisations into primes of $m$, $n$, $c$ and $g$ looks. – Henrik supports the community Dec 13 '14 at 11:03