Does there exist a polynomial it does not have any integer root but has at least one root in $\Bbb Z_n$ , $\forall n \in \Bbb Z$?

153 Views Asked by At

Does there exist a polynomial $f \in \Bbb Z[X]$ such that $f$ does not have any integer root but $f$ has at least one root in $\Bbb Z_n$ , $\forall n \in \Bbb Z$ ( while considering $f$ as a polynomial over $\Bbb Z_n$ ) ?

If there exists such a polynomial then we need to Construct it, otherwise a general proof will suffice.

I am trying to work it out with the amount of Ring theory I know but so far haven't been able to do anything!

1

There are 1 best solutions below

5
On BEST ANSWER

$f(x)=(x^2-13)(x^2-17)(x^2-221)$ works. First note that $17*13=221$. Therefore, for prime $n$, one has $$\left ( \dfrac{221}{n} \right )=\left ( \dfrac{13}{n} \right ) * \left ( \dfrac{17}{n} \right ).$$ In particular, not all three numbers 13, 17, and 221 can be quadratic non-residues modulo $n$ at the same time. So $f(x)$ has a root modulo every prime $n$.

For composite $n$, suppose on the contrary, that $f(x)=0$ has no roots modulo $n$ and we derive a contradiction. In other words, suppose 13, 17, and 221 are quadratic non-residues modulo $n$. It follows that a prime power factor of $n$ exists, such as $p^k$ such that 13, 17, and 221 are quadratic non-residues modulo $p^k$. If $p$ is odd, a number is a quadratic residue modulo $p$ if and only if it is a quadratic residue modulo every power of $p$, so we are done in this case. If $p=2$, then 17 is a quadratic residue modulo $2^k$, a contradiction.