1

Let $f\in \mathbb Z[X]$ be a polynomial of positive degree.How to show that there are infinitely many prime numbers $p$ such that the polynomial $f$ has a zero in $\mathbb Z/p \mathbb Z$ ?

I have no idea of how to start even.

Need help

J. W. Tanner
  • 60,406
Damon
  • 93

1 Answers1

5

Hint: Assume there are finitely many primes that divide any values of $f$. Then, for all $n$,

$$f(n)=\pm p_1^{e_1}\cdots p_k^{e_k}$$

for some nonnegative integers $e_1,\cdots,e_k$.

If you look at the range $[-N,N]$ for some large $N$, what proportion of numbers in that range are values of $f$ (asymptotically)? What proportion of those numbers can be written as $\pm p_1^{e_1}\cdots p_k^{e_k}$?

  • :By proportion do you mean number of divisors of $f(n)$? – Damon Feb 12 '19 at 19:09
  • Carl Schildkraut:$\frac{\tau (f(n))}{N}$?,Where $\tau (f(n))$ means number of positive divisors of $f(n).$ – Damon Feb 12 '19 at 19:10
  • @Damon not quite. I mean what proportion of integers in the range $[-N,N]$ can be written as $f(n)$ for some integer $n$. E.g. for $f(x)=x^2+1$ and $N=30$ only the values ${1,5,10,17,26}$ can be reached, which is $$\frac{5}{2\cdot 30+1}=\frac{5}{61}$$ of the number of integers in the interval itself. – Carl Schildkraut Feb 12 '19 at 21:34
  • 1
    @Damon Try to bound the range of those exponents $e_i$ using the logarithm of $N$. Then do the same for the values of $f$, this time using a relevant root of $N$. Then remember what you know about the asymptotics of $\log N$ vs. $N^\alpha,\alpha>0$, as $N\to\infty$. – Jyrki Lahtonen Feb 13 '19 at 07:47