I suppose this property has it's name , so i apologize in advance for the ambiguous title. Suppose we are given a integer polynomial $P$ and three different arbitrary integers $a,b,c$ prove that the following is never true $$P(a)=b, P(b)=c, P(c)=a$$
My attempt: Well i have a feeling this is extremely simple but i just couldn't put my finger on it so i decided to try a not so strict method, which may not be correct. I mad an equation system as follows:
$$\alpha a^2+\beta a+\gamma=b$$ $$\alpha b^2+\beta b+\gamma=c$$ $$\alpha c^2+\beta c+\gamma=a$$
From here, I wanted to prove that this equation system has no solution or is impossible but even solving it is very complicated. I would like to know ( possibly just a hint) how to do this.
EDIT: We're dealing here with integer polynomial, not real polynomials. I apologize for such a stupid mistake,