Processing math: 100%

Sunday, May 31, 2015

Variation on a theme by Mertens

One of the formulas that Mertens proves in his paper is
pxlogpp=logx+R with |R|2


I use Mertens method to prove the variant

nxΛ(n)n=logx+R with 1R2


Here, Λ is the von Mangoldt function. Equation (2) is thus similar to (1), the sum is over prime powers instead of primes. It turns out that it is easier to prove (2) than (1), because including the prime powers actually reduces the amount of estimates one has to make. The proof of (2) serves as a light version of the proof of (1) and gives insight into how the proof of (1) is organized.

The proof starts with the formula
logn=d|nΛ(n)

From this follows
nxlogn=nxΛ(n)xn=nxΛ(n)xnnxΛ(n){xn}

thus
nxΛ(n)n=1xnxlogn+1xnxΛ(n){xn}


The first term on the right hand side is easily estimated from the inequality
xlogxx+1nxlogn(x+1)logxx+1

This inequality is well known; it follows easily from comparing the sum with the integral. Hence

1xnxlogn=logx+R1

with
1+1xR1logxx1+1x

and therefor
1R10


The estimation of the second term R2=1xnxΛ(n){xn} proceeds as follows. It is clear that

0R21xnxΛ(n)

One only needs an upper bound on the Chebyshev function ψ(x)=nxΛ(n). In the first section of his paper, Mertens proves that ψ(x)<2x, hence0R22, and the result (2) is proven.


  • The proof of ψ(x)<2x uses tighter bounds on logn! than the ones used in this post. So, all in all, one still needs tight bounds on logn! to prove (2).
  • Better upper bounds on ψ(x)x are known, they thus lead directly to a better upper bound in (2).
  • This post is also a solution to exercise 3.1.7 in Murty, but with an explicit constant instead of O(1)

Here is a graph illustrating (2)

In the graph above, the blue dots are the function nxΛ(n)nlogx and the black lines are the bounds.

No comments:

Post a Comment