Prime Number Theorem

Revision as of 09:24, 29 June 2006 by Fedja (talk | contribs)

This article is a stub. Help us out by expanding it.

Introduction

The aim of this article is to present the proof of the prime number theorem that says that the number $\pi(n)$ of primes not exceeding $n$ is approximately $\frac n{\ln n}$ or, more precisely, that

$\lim_{n\to\infty}\frac {\pi(n)\ln n}{n}=1.$

Unfortunately, all known proofs of the prime number theorem are quite involved and require knowledge of some college level material.

We shall start with some elementary observations due to Chebyshev.

Chebyshev's estimates

The key observation is that ${2m\choose m}=\frac{(2m)!}{(m!)^2}$ is divisible by all primes $p$ satisfying $m<p\le 2m$. Indeed, every such prime appears in the numerator $(2m)!$ and does not appear in the denominator $(m!)^2$. Thus, $\prod_{m<p\le 2m}p\le {2m\choose m}\le 2^{2m}$ (from now on, $p$ will always stand for a prime number, so, to shorten the notation, we will not explicitly write "$p$ is prime" in the descriptions of sum and product ranges). Similarly, considering ${2m+1\choose m}=\frac{(2m+1)!}{m!(m+1)!}$, we see that $\prod_{m+1<p\le 2m+1}p\le {2m+1\choose m}\le 2^{2m}$ (the last inequality holds because ${2m+1\choose m}={2m+1\choose m+1}$ and ${2m+1\choose m}+{2m+1\choose m+1}\le 2^{2m+1}$). Now we are ready to prove the

Upper bound for the product of primes

Lemma 1

For every positive integer $n$, we have $\prod_{p\le n}p\le 4^n$

Proof of Lemma 1

Induction on $n$. The base $n=1$ is obvious. Suppose now that the statement holds for all numbers strictly less than $n$. If $n=2m$ is even, then

$\prod_{p\le n}p=\left(\prod_{p\le m}p\right)\cdot \left(\prod_{m<p\le 2m}p\right)\le 4^m 2^{2m}=4^{2m}=4^n.$

If $n=2m+1$ is odd, then

$\prod_{p\le n}p=\left(\prod_{p\le m+1}p\right)\cdot \left(\prod_{m+1<p\le 2m+1}p\right)\le 4^{m+1} 2^{2m}=4^{2m+1}=4^n.$


From this lemma we can easily derive the

Upper bound for the number of primes

Lemma 2

$\pi(n)\le 4\frac n{\ln n}$ for large $n$

Proof of Lemma 2

Rewrite the inequality of Lemma 1 as $\sum_{p\le n}\ln p\le n\ln 4$. It follows that $\frac 12\ln n(\pi(n)-\pi(\sqrt n))\le \sum_{\sqrt n<p<n}\ln p\le n\ln 4$. But then $\pi(n)\le 2\ln 4\frac{n}{\ln n}+\pi(\sqrt n)\le 2\ln 4\,\frac{n}{\ln n}+\sqrt n< 4\frac{n}{\ln n}$ for large $n$.


Now let us turn to elementary lower bounds. They are actually not required for the proof of the prime number theorem outlined below, but they may be of some independent interest, especially to those who haven't taken advanced courses in analysis by this moment and may be unable to go through the entire proof yet.

Lower bound for the product of primes

Lemma 3

$\prod_{p\le n}p\ge \frac{2^{n}}{(n+1)\cdot n^{\sqrt{n}}}$.

Proof of Lemma 3

The idea is again to investigate the prime factorization of ${n\choose \lfloor \frac n2 \rfloor}$. We shall give the proof for odd $n=2m+1$ (the case of even $n$ is similar). Recall that the power in which a prime number $p$ appears in the prime factorization of $\ell!$ equals $\left\lfloor \frac \ell{p}\right\rfloor+\left\lfloor \frac \ell{p^2}\right\rfloor+\left\lfloor \frac \ell{p^3}\right\rfloor+\dots$ (see factorial for the proof). Therefore, the power in which $p$ appears in the prime factorization of ${n\choose m}$ equals $\sum_{k\ge 1}\left(\left\lfloor \frac n{p^k}\right\rfloor-\left\lfloor \frac m{p^k}\right\rfloor-\left\lfloor \frac {m+1}{p^k}\right\rfloor\right)$ Note that each term in the last sum does not exceed $1$ and the number of non-zero terms does not exceed $\left\lfloor {\log_p n}\right\rfloor$, which is $1$ for all $\sqrt n<p\le n$. Hence

${n\choose m}\le \left(\prod_{\sqrt n<p\le n}p\right)\cdot\left(\prod_{p\le \sqrt n}p^{\lfloor\log_p n\rfloor}\right)\le \left(\prod_{p\le n}p\right)\cdot n^{\pi(\sqrt n)}\le n^{\sqrt n}\cdot \prod_{p\le n}p$.

On the other hand, ${n\choose m}$ is the largest of the $n+1$ binomial coefficients whose sum is $2^n$. Thus, ${n\choose m}\ge \frac{2^n}{(n+1)}$ whence the estimate of the lemma.

Lower bound for the number of primes

Lemma 4

$\pi(n)\ge \frac 12\,\frac n{\ln n}$ for large $n$

Proof of Lemma 2

Rewrite the inequality of Lemma 3 as $\sum_{p\le n}\ln p\ge n\ln 2-\ln(n+1)-\sqrt n\,\ln n > \frac 12 n$ for large $n$. But the left hand side does not exceed $\pi(n)\ln n$ whence the lemma.


We haven't proved the prime number theorem yet, but we showed that $\frac 12\,\frac n{\ln n}\le \pi(n)\le 4\,\frac n{\ln n}$ for all sufficiently large $n$. For many readers it is probably a good idea to stop here and to proceed to Bertrand's postulate. The material below this point requires good knowledge of analysis and is, probably, accessible to college students only.

Von Mangoldt function and reformulation of the prime number theorem

For a positive integer $n$, define $\Lambda(n)=\ln p$ if $n$ is a pure positive integer power of a prime $p$ and $\Lambda(n)=0$ otherwise (so $\Lambda(2)=\Lambda(4)=\Lambda(8)=\dots=\ln 2$, $\Lambda(3)=\Lambda(9)=\Lambda(27)=\dots=\ln 3$ and so on. Let $\psi(x)=\sum_{n\le x}\Lambda(n)$

Lemma 5

The prime number theorem is equivalent to $\lim_{x\to+\infty}\frac{\psi(x)}{x}=1$.

Proof of Lemma 5

Note that for $x\ge 1$, we have $\psi(x)=\sum_{p\le x}\lfloor \log_p x\rfloor\ln p$. Since $\lfloor \log_p x\rfloor\ln p\le \ln x$, we immediately get $\psi(x)\le \pi(x)\ln x$. Let now $\alpha<1$. For $x^\alpha<p\le x$, we have $\ln p\ge \alpha \ln x$ and, therefore, $\psi(x)\ge \sum_{x^\alpha<p\le x}\ln p\ge \alpha[\pi(x)-\pi(x^\alpha)]\ln x$, which can be rewritten as $\pi(x)\ln x\le \frac 1{\alpha}\psi(x)+ \pi(x^\alpha)\ln x\le \frac 1{\alpha}\psi(x)+ x^\alpha\ln x$. Thus,

$\psi(x)\le \pi(x)\ln x\le  \frac 1{\alpha}\psi(x)+ x^\alpha\ln x$.</math>

Assume now that we know that $\lim_{x\to+\infty}\frac{\psi(x)}{x}=1$. Dividing by $x$ and passing to the limit as $x\to+\infty$, we get

$1\le\liminf_{x\to+\infty}\frac{\pi(x)\ln x}{x}\le \limsup_{x\to+\infty}\frac{\pi(x)\ln x}{x}\le\frac 1\alpha\,.$

Since it is true for all $\alpha<1$, we conclude that $\lim_{x\to+\infty}\frac{\pi(x)\ln x}{x}=1$. This proves one half of the statement of the lemma (and this is the only half we'll need). The proof of the other half is similar and left to the reader as an exercise.

Connection with Riemann zeta function

Write $\zeta$-function as the Euler product $\zeta(s)=\prod_p (1-p^{-s})^{-1}$ and take minus logarithmic derivative of both sides. We'll get the formula

$-\frac{\zeta'(s)}{\zeta(s)}=\sum_p\frac {p^{-s}\ln p}{1-p^{-s}}=\sum_p\sum_{k\ge 1}\frac{\ln p}{p^{ks}}=\sum_{n\ge 1}\frac {\Lambda(n)}{n^s}=\int_0^\infty \frac{d\psi(x)}{x^s} =s\int_{0}^\infty\frac{\psi(x)}{x^s}\,\frac{dx}{x}$

valid for $\Re s>1$. To be continued