Monday, September 18, 2017

elementary number theory - Prove that there do not exist distinct integers a,b,c and polynomial P, with integer coefficients, such that P(a)=b,P(b)=c,P(c)=a.

Let P(x) be a polynomial of degree n with integer coefficients. Assume that there exist three distinct integers a,b,c such that P(a)=b,P(b)=c,P(c)=a.



Since the integers a,b,c are all different, there must be a least among them. Without loss of generality, we can write $a


Note that, for any x,yR:



P(x)P(y)=an(xnyn)+an1(xn1yn1)++a1(xy).



Thus, using the identity



xnyn=(xy)(xn1+xn2y++xyn2+yn1),



it follows that




P(x)P(y)=(xy)Q(x,y),



where Q(x,y) is a polynomial in x,y of degree (n1). Evaluating P(a) and P(b) this way gives us the following equation:



P(a)P(b)=(ab)Q(a,b)=bc



By our construction, the polynomial Q must also have integer coefficients and so Q(a,b)=m1, for some integer m1. Arguing similarly as above, we get the following three equations:



(ab)m1=bc

(bc)m2=ca
(ac)m3=ba



Clearly mi0 for any i. Dividing the first of these equations by the second:



abcam1=bc(bc)m2
abcam1=1m2(1)



A few algebraic manipulations of the last equation gives




1ca=m3ab,



which we can substitute into (1) and get



m1m3=1m2.



Since the mi are integers we must have mi=±1.



We need only consider the two cases for m3. If m3=1 this implies ca=bac=b. If m3=1 this implies ac=ba, which is not possible, since a is less than both c and b. Thus, since both possible values for m3 lead to a contradiction, there is no polynomial P(x) and distinct integers a,b,c which satisfy the condition P(a)=b,P(b)=c,P(c)=a.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...