True or False?
There exists a polynomial with integer coefficients such that and .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Recall that, for all integers a , b , we have a − b ∣ f ( a ) − f ( b ) . Thus, we expect that 2 0 − 1 5 ∣ f ( 2 0 ) − f ( 1 5 ) = 1 5 − 9 . This simplifies to 5 ∣ 6 , which is obviously not true. Thus, there exists no polynomial f ( x ) with integer coordinates that satisfy the conditions, and the statement is false .
Side note: A quick proof that a − b ∣ f ( a ) − f ( b ) . Let f ( x ) = c n x n + c n − 1 x n − 1 + ⋯ + c 1 x + c 0 , where the c i are integers. Then,
f ( a ) − f ( b ) = c n a n + c n − 1 a n − 1 + ⋯ + c 1 a + c 0 − ( c n b n + c n − 1 b n − 1 + ⋯ + c 1 b + c 0 ) = c n ( a n − b n ) + c n − 1 ( a n − 1 − b n − 1 ) + ⋯ + c 1 ( a − b ) = ( a − b ) ( some expression ) .
Thus, a − b ∣ f ( a ) − f ( b ) .