1

Does

$$(1)\hspace{5mm}\lim_{x\to \infty} (~\sum_{p \text{ prime},~ p\leq x~} \log p - x) =0~ ?$$

I know that

$\vartheta(x) = \pi(x)\log(x) - \int_2^x \frac{\pi(t)}{t}dt$

A few calculations suggest (1) is not true and I know that $\vartheta(x) \sim x$ does not imply it.

Edit: This was motivated by Erdos' statement (A) that $(\prod p)^{1/n}\to e$ as $n \to \infty$ is equivalent to the PNT (here), which prompted someone to say (B) that $\prod p \sim e^n,$ which if true would imply (1). That $A \not\rightarrow B$ is shown by counterexample here and the answer here shows that B is false however we arrive at it.

daniel
  • 10,141
  • Following the comments, I edited to make it clear that the sum is taken over the primes. If this is not right, please re-edit. – Nate Eldredge Oct 05 '12 at 13:02
  • 1
    @daniel Just think about the graph of $\vartheta(x)$: it has a jump discontinuity at every prime of height $\log x$. It is therefore impossible for any smooth function to approximate $\vartheta(x)$ with better than $O(\log x)$ accuracy, and you are asking for $o(1)$. – Erick Wong Oct 05 '12 at 13:54
  • @ErickWong: Yes. So I think Alfred Chern has expressed this well but I like a second opinion. I have been staring at several iterations of his proof and have lost a little objectivity. The proof was originally a lot longer and I wasn't sure how much he could omit, etc. – daniel Oct 05 '12 at 14:07

1 Answers1

1

$\lim_{x\to \infty}(~\sum_{p\leq x~}\log p-x)$ does not exist. We can prove it by contradiction.

If $\lim_{x\to \infty}(~\sum_{p\leq x~}\log p-x)$ exists, then

$$\begin{align*} 0=\lim_{x\to \infty}(~\sum_{p\leq(x+1)}\log p-(x+1))-\lim_{x\to \infty}(~\sum_{p\leq x}\log p-x)=\lim_{x\to \infty}~\sum_{x<p\leq(x+1)}\log p-1 \end{align*}$$

It means that $\lim_{x\to \infty}~\sum_{x<p\leq(x+1)}\log p=1$.

If there is a prime in $(x,x+1]$, then $\sum_{x<p\leq(x+1)}\log p>\log x$, if there is no prime in $(x,x+1]$, then $\sum_{x<p\leq(x+1)}\log p=0$, so $\lim_{x\to \infty}~\sum_{x<p\leq(x+1)}\log p$ cannot exist, it contradicts with the previous, so $\lim_{x\to \infty}(~\sum_{p\leq x~}\log p-x)$ cannot exist.

Alfred Chern
  • 2,658