Prime-counting function

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 212.186.218.203 (talk) at 16:24, 11 August 2006 (Typo.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, the prime counting function is the function counting the number of prime numbers less than or equal to some real number x. It is denoted by (although it has no connection with the number π).

The 60 first values of π(n)

History

Of great interest in number theory is the growth rate of the prime counting function. It was conjectured in the end of the 18th century by Gauss and by Legendre to be approximately

in the sense that

This statement is the prime number theorem. An equivalent statement is

where li is the logarithmic integral function. This was first proved around 1896 by Hadamard and by de la Vallée Poussin (independently), using properties of the Riemann zeta function introduced by Riemann in 1859.

More precise estimates of are now known; for example

where the O is big O notation. Proofs of the prime number theorem not using the zeta function or complex analysis were found around 1948 by Atle Selberg and by Paul Erdős (for the most part independently).

Another conjecture about the growth rate for prime series involving PNT is:

Table of π(x), x / ln x, and Li(x)

Here is a table that shows how the three functions π(x), x / ln x and Li(x) compare:

x π(x) π(x) − x / ln x Li(x) − π(x) x / π(x)
10 4 −0.3 2.2 2.500
102 25 3.3 5.1 4.000
103 168 23 10 5.952
104 1,229 143 17 8.137
105 9,592 906 38 10.425
106 78,498 6,116 130 12.740
107 664,579 44,158 339 15.047
108 5,761,455 332,774 754 17.357
109 50,847,534 2,592,592 1,701 19.667
1010 455,052,511 20,758,029 3,104 21.975
1011 4,118,054,813 169,923,159 11,588 24.283
1012 37,607,912,018 1,416,705,193 38,263 26.590
1013 346,065,536,839 11,992,858,452 108,971 28.896
1014 3,204,941,750,802 102,838,308,636 314,890 31.202
1015 29,844,570,422,669 891,604,962,452 1,052,619 33.507
1016 279,238,341,033,925 7,804,289,844,393 3,214,632 35.812
1017 2,623,557,157,654,233 68,883,734,693,281 7,956,589 38.116
1018 24,739,954,287,740,860 612,483,070,893,536 21,949,555 40.420
1019 234,057,667,276,344,607 5,481,624,169,369,960 99,877,775 42.725
1020 2,220,819,602,560,918,840 49,347,193,044,659,701 222,744,644 45.028
1021 21,127,269,486,018,731,928 446,579,871,578,168,707 597,394,254 47.332
1022 201,467,286,689,315,906,290 4,060,704,006,019,620,994 1,932,355,208 49.636
1023 1,925,320,391,606,818,006,727 37,083,513,766,592,669,113 7,236,148,412 51.939

The first column is sequence A006880 in OEIS; the second column is sequence A057835; and the third column is sequence A057752.

Algorithms for evaluating π(x)

A simple way to find , if is not too large, is to use the sieve of Eratosthenes to produce the primes smaller or equal to and then to count them.

A more elaborate way of finding is due to Legendre: given , if , …,  are distinct prime numbers, then the number of integers smaller or equal to which are divisible by no is

(where denotes the floor function). This number is therefore equal to

when the numbers , …,  are the prime numbers smaller or equal to the square root of .

In a series of articles published between 1870 and 1885, Ernst Meissel described (and used) a practical combinatorial way of evaluating . Let , …,  be the first primes and denote by the number of natural numbers not greater than which are divisible by no . Then

Given a natural number , if and if , then

Using this approach, Meissel computed , for equal to 5×105, 106, 107, and 108.

In 1959, Derrick Henry Lehmer extended and simplified Meissel's method. Define, for real and for natural numbers , and , as the number of numbers not greater than m with exactly k prime factors, all greater than . Furthermore, set . Then

where the sum actually has only finitely many nonzero terms. Let denote an integer such that , and set . Then and when  ≥ 3. Therefore

The computation of can be obtained this way:

On the other hand, the computation of can be done using the following rules:

Using his method and an IBM 701, Lehmer was able to compute .

Chinese mathematician Hwang Cheng, in a conference about prime number functions at the university of Bordeaux used the following identities:

 :

and setting , Laplace-transforming both sides and applying a geometric sum on got the expression:

Other prime counting functions

Other prime counting functions are also used because they are more convenient to work with. One is Riemann's prime counting function, denoted or . This has jumps of 1/n for prime powers pn, with it taking a value half-way between the two sides at discontinuities. That added detail is because then it may be defined by an inverse Mellin transform. Formally, we may define J by

where p is a prime.

We may also write

and

and knowing the relationship between log of the Riemann function and the von Mangoldt function , and the Perron formula we have:

except where we have discontinuities at prime powers, and hence π can be recovered from J by Möbius inversion.

The Chebyshev function weights primes or prime powers pn by ln p:

Apart from the discontinuities at prime powers, we have

where Λ(n) is the von Mangoldt function.

Formulas for prime counting functions

These come in two kinds, arithmetic formulas and analytic formulas. The latter are what allow us to prove the prime number theorem. They stem from the work of Riemann and von Mangoldt, and are generally known as explicit formulas.

We have the following expression for ψ:

Here ρ are the zeros of the Riemann zeta function in the critical strip, where the real part of ρ is between zero and one. The formula is valid for values of x greater than one, which is the region of interest, and the sum over the roots is conditionally convergent, and should be taken in order of increasing absolute value of the imaginary part.

For J we have a more complicated formula

Again, the formula is valid for x > 1, and ρ are the nontrivial zeros of the zeta function ordered according to their absolute value. The first term li(x) is the usual logarithmic integral; however, it is not easily describable what li means in the other terms. The best way to think about it is to consider the expression as an abbreviation for , where Ei is the analytic continuation of the exponential integral function from positive reals to the complex plane with branch cut along the negative reals.

The following simple approximation can be useful:

             round[exp(x-A*z+B)]
             where   x=ln(powers of 10>2) , z=ln(x)   ,A=1.007   , B= -.05245

Inequalities

Here are some useful inequalities for π(x).

for x ≥ 17.
for x > 1.
for x ≥ 55.

Here are some inequalities for the nth prime, pn.

for n ≥ 6.

The left inequality holds for n ≥ 1 and the right inequality holds for n ≥ 6.

An approximation for the nth prime number is

The Riemann hypothesis

The Riemann hypothesis is equivalent to a much tighter bound on the error in the estimate for , and hence to a more regular distribution of prime numbers,

Relation to prime sums

if we had a sum of a function over all primes : and we wish to accelerate its convergence we can write it as:

for the series on the left we could apply Euler transform for alternating series, providing that f(n)>f(n+1) and that the 2 series converges, it also relates an alternating series to its prime sum counterpart, the main task of using this is that we can give a good approximation using only a few values of the prime number counting function.

References

  • Bach, Eric (1996). Algorithmic Number Theory. MIT Press. pp. volume 1 page 234 section 8.8. ISBN 0-262-02405-5. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  • Dickson, Leonard Eugene (2005). History of the Theory of Numbers I: Divisibility and Primality. Dover Publications. ISBN 0-486-44232-2.
  • Ireland, Kenneth (1998). A Classical Introduction to Modern Number Theory (Second edition ed.). Springer. ISBN 0-387-97329-X. {{cite book}}: |edition= has extra text (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)
  • Hwang H. Cheng Prime Magic conference given at the University of Bordeaux (France) at year 2001 Démarches de la Géométrie et des Nombres de l'Université du Bordeaux