Proving Total Order of Integers through LCM and GCD Relationship

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Board Integers
ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


http://math.stanford.edu/~vakil/putnam07/07putnam2.pdf

I am working on problem 5.

It is clear that the integers will not change if they can be totally ordered by divisibility, but I need help proving that they will reach such a state. Obviously after every step, the lcm of the two integers will divide the gcd of the two integers you just replacement. But then I am stuck.


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
This is a famous problem. Prove that the sum of all the numbers doesn't decrease after each iteration. Then, because the sum is bounded, ...

Here's a similar problem. The numbers 1,2,...,2n are written on a blackboard, where n is a positive odd integer. At any time, we can choose two of them and replace them with the absolute value of their difference. Prove that an odd number will remain at the end.
 
morphism said:
This is a famous problem. Prove that the sum of all the numbers doesn't decrease after each iteration. Then, because the sum is bounded, ...

Lets say the 2 numbers are a and b. If lcm(a,b) is not equal to a or b, then it must at least twice as large as max(a,b). If lcm(a,b) = a or b then a divides b or b divides a and the numbers are replaced by themselves. Then the sum is bounded by

number of numbers times gcd(all of the numbers)

so we are done.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top