I have an integer polynomial $p(x)$ such that $p(n)>n$ for all natural numbers and for some positive integer $c,m$, $p^{m+1}(c)-p^{m}(c)= p^{m+2}(c)-p^{m+1}(c)=...$. I have to determine if this polynomial is linear or not. ($p^k(c)$ is $p$ composed with itself $c$ times)
I think the polynomial has to be linear. Now, if the polynomial wasn't linear, say of $\deg \geq 2$, then the "rate of increase in the interval" would have been constantly increasing, unlike in our case where it is constant. I'm think we can make a sort of derivative argument here, but I can't think of how to put this rigorously. Please help