Let $a$, $b$ and $c$ be three distinct integers and $P$ a polynomial with integer coefficients. Show that the conditions $P(a)=b, P(b)=c$ and $P(c)=a$ cannot be satisfied simultaneously.
Using polynomial remainder theorem:
Remainder of the division of a polynomial $P(a)$ by a polynomial $a-b$ is equal to $P(b)$.
Remainder of the division of a polynomial $P(b)$ by a polynomial $b-c$ is equal to $P(c)$.
Remainder of the division of a polynomial $P(c)$ by a polynomial $c-a$ is equal to $P(a)$.
I can't find example where $P(a)=b,P(b)=c,P(c)=a$.
How to prove this contradiction?