Saturday, August 12, 2017

elementary number theory - Prove that there is no polynomial with integer coefficients such that p(a)=b,,p(b)=c,,p(c)=a for distinct integers a,b,c





Our teacher gave us this question but I am very stuck. I drew graphs to see why it cant be true but I didnt find anything. I see that if p existed then: p(p(a))=a,p(p(b))=b,p(p(c))=c



(With 3n p's). But I don't know where the contradiction is... Maybe we can work on the divisibility of the polynomials coefficients or something?


Answer




Hint   Writing px for p(x) and applying the Factor Theorem we have



 abpapb=bcpbpc=capcpa=ab 



therefore we deduce  abbccaab  hence  


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...