The Polynomial Pigeonhole
Let be a polynomial with integer coefficients. Suppose for three distinct integers . Prove that there is no integer such that .
Answer: The Polynomial Pigeonhole
Key Idea / Intuition
The core trick is that for any polynomial with integer coefficients, is always divisible by whenever are integers. Since hits 7 at three distinct integer points, the value must be divisible by โ a product of three distinct nonzero integers. But forces this product of three distinct integers to divide 7, which is impossible.
Formal Proof / Solution
Key lemma: For any polynomial with integer coefficients and any integers , we have .
Proof of lemma: This follows from the factorization , applied term by term.
Now the main argument.
Since , define:
Then is a polynomial with integer coefficients, and are roots of . Therefore: for some polynomial with integer coefficients (by the factor theorem, applied iteratively over ).
Now suppose for contradiction that there exists an integer with . Then:
But substituting into the factored form:
Since are all integers, the factors , , , and are all integers. Also, (since ), so , , are three distinct nonzero integers.
The product of four integers equals 7 (a prime). In particular, the absolute value of the product of the three factors divides , so:
But , , are three distinct nonzero integers, so their absolute values are at least three distinct positive integers, giving:
For this product to divide (a prime), we need .
- It cannot be or while being a product of three distinct nonzero integers:
- requires three distinct nonzero integers with product . The only factorizations of into three distinct integers would require , but we cannot have three distinct integers all with absolute value .
- requires three distinct nonzero integers with absolute product . The only way to write with distinct nonzero integers is or etc., but these require repeated values โ impossible for distinct integers.
In both cases we reach a contradiction. Therefore, no such integer exists.
Remark: The same argument shows more generally: if takes the same value at distinct integers , then must be divisible by , a product of distinct nonzero integers โ a powerful constraint.
Source: Mathematical folklore / classic Putnam-style problem