For any positive integer , prove that there exists a polynomial of degree such that all coeffients of this polynomial are integers, and such that the numbers , , , ..., are pairwisely distinct powers of .
Problem 1584
Official solution
1. Define the Polynomial Using Lagrange Interpolation:
We start by defining the polynomial using Lagrange interpolation. For , the polynomial can be written as:
Here, the hat notation indicates that the term is omitted from the product.
2. Ensure Integer Coefficients:
To ensure that , we need to handle the denominators. We can multiply by a sufficiently large power of 2, say , to clear the denominators:
This ensures that and are still distinct powers of 2.
3. Factorize the Denominators:
Let , where is an odd number. Then, we can rewrite as:
4. Ensure Integer Coefficients with Modulo Condition:
The key is to ensure that . This can be achieved by choosing such that is sufficiently large. Specifically, we can choose , where is Euler's totient function, and are natural numbers ensuring are distinct.
5. Construct the Polynomial:
Choose a sufficiently large constant and natural numbers such that are distinct. This ensures that has integer coefficients and the numbers are distinct powers of 2.
6. Ensure Non-Vanishing Leading Term:
Finally, choose large enough compared to other to ensure that the -th degree term does not vanish, making a polynomial of degree .