here is a problem i’ve been having quite a lot of trouble with .
Let $P$ be a polynomial such that the sequence $e^{2i\pi P(n)}$ converges to 1 $(i^2=-1).$
Show that $\forall n ,P(n)$ is an integer.
Taking the imaginary part we are left with some $P$ polynomial such that
$$\sin(2\pi P(n))\rightarrow0$$
But a half angle factorization also gives that: $$\sin(\pi P(n))\rightarrow 0$$
And we wish to force P to , i guess even if it’s not equivalent, to have only integers coefficients.
May you help me please.
Write $f(x)= \exp(2\pi ix)$. If $P(n)=a_1n+a_0$ is linear, you could use $$f(a_1)=f(P(n+1)-P(n))= \frac{f(P(n+1))}{f(P(n))} \to 1 \; \text{as} \; n \to \infty$$ to deduce that $a_1$ is an integer, whence so is $a_0$. This approach generalizes, but one needs to use the representation of a polynomial in terms of binomials.
Write a degree $d$ polynomial as $P(x)=\sum_{k=o}^d a_k {x\choose k}$ (Every polynomial has a unique representation as such a combination of binomial coefficients.)
Claim: The assumption $f(P(n)) \to 1$ as $ n \to \infty$ implies that all $a_j$ in the representation $P(x)=\sum_{k=o}^d a_k {x\choose k}$ are integers. (This then implies that $P(m)$ is an integer for all integer $m$.)
Proof By induction on $d$. We just need the induction step. Given $P$ that satisfies the assumption, $$Q(x):=P(x+1)-P(x)=\sum_{k=1}^d a_k {x \choose k-1} $$ also satisfies $f(Q(n)) \to 1$ as $n \to \infty$, so by the induction hypothesis, $a_1, \ldots , a_d$ are integers. It then follows that $f(a_0)=1$ so $a_0$ is also an integer.