Proof that the sum of the reciprocals of the primes diverges

Proof that the sum of the reciprocals of the primes diverges

In the third century BC, Euclid proved the existence of infinitely many prime numbers. In the 18th century, Leonhard Euler proved a stronger statement: the sum of the reciprocals of all prime numbers diverges. Here, we present a number of proofs of this result.

The harmonic series

First, we describe how Euler originally discovered the result. He was considering the harmonic series

: sum_{n=1}^infty frac{1}{n} = 1 + frac{1}{2} + frac{1}{3} + frac{1}{4} +cdots

He had already used the following "product formula" to show the existence of infinitely many primes.

: sum_{n=1}^infty frac{1}{n} = prod_{p} frac{1}{1-p^{-1=prod_{p} left( 1+frac{1}{p}+frac{1}{p^2}+cdots ight).

(Here, the product is taken over all primes "p"; in the following, a sum or product taken over "p" always represents a sum or product taken over a specified set of primes, unless noted otherwise.)

Such infinite products are today called Euler products. The product above is a reflection of the fundamental theorem of arithmetic. (Multiply out the right side as you would like to do.) Of course, the above "equation" is not necessary because the harmonic series is known (by other means) to diverge. This type of formal manipulation was common at the time, when mathematicians were still experimenting with the new tools of calculus.

Euler noted that if there were only a finite number of primes, then the product on the right would clearly converge, contradicting the divergence of the harmonic series. (In modern language, we now say that the existence of infinitely many primes is reflected by the fact that the Riemann zeta function has a simple pole at "s" = 1.)

First proof

Euler took the above product formula and proceeded to make a sequence of audacious leaps of logic. First, he took the natural logarithm of each side, then he used the Taylor series expansion for ln(1 − "x") as well as the sum of a geometric series:

: egin{align}ln left( sum_{n=1}^infty frac{1}{n} ight) & {} = ln left( prod_{p} frac{1}{1-p^{-1 ight)= sum_{p} ln left( frac{1}{1-p^{-1 ight) = sum_{p} - ln(1-p^{-1}) \& {} = sum_{p} left( frac{1}{p} + frac{1}{2p^2} + frac{1}{3p^3} + cdots ight) = left( sum_{p}frac{1}{p} ight) + sum_{p} frac{1}{p^2} left( frac{1}{2} + frac{1}{3p} + frac{1}{4p^2} + cdots ight) \& {} < left( sum_{p}frac{1}{p} ight) + sum_{p} frac{1}{p^2} left( 1 + frac{1}{p} + frac{1}{p^2} + cdots ight) = left( sum_{p} frac{1}{p} ight) + left( sum_{p} frac{1}{p(p-1)} ight) \& {} = left( sum_{p} frac{1}{p} ight) + Cend{align}

for a fixed constant "C" < 1. Since the sum of the reciprocals of the first "n" positive integers is asymptotic to ln("n"), (i.e. their ratio approaches one as "n" approaches infinity), Euler then concluded

:frac{1}{2} + frac{1}{3} + frac{1}{5} + frac{1}{7} + frac{1}{11} + cdots = ln ln (+ infty).

It is almost certain that Euler meant that the sum of the reciprocals of the primes less than "n" is asymptotic to ln(ln("n")) as "n" approaches infinity. It turns out this is indeed the case; Euler had reached a correct result by questionable means.

econd proof

The following proof by contradiction is due to Paul Erdős.

Let "p""i" denote the "i"-th prime number. Assume that the sum of the reciprocals of the primes converges, i.e.

:sum_{i=1}^infty {1over p_i} < infty,.

Then there exists a positive integer "k" such that

:sum_{i=k+1}^infty {1over p_i} < {1over 2}.qquad(1)

For a positive integer "x" let "Mx" denote the set of those "n" in {1, 2, . . ., "x"} which are not divisible by any prime greater than "pk". We will now derive an upper and a lower estimate for the number |"Mx"| of elements in "Mx". For large "x", these bounds will turn out to be contradictory.

Upper estimate:Every "n" in "Mx" can be written as "n" = "r m"2 with positive integers "m" and "r", where "r" is square-free. Since only the "k" primes "p"1 . . ., "pk" can show up (with exponent 1) in the prime factorization of "r", there are at most 2"k" different possibilities for "r". Furthermore, there are at most √"x" possible values for "m". This gives us the upper estimate

:|M_x| le 2^ksqrt{x},.qquad(2)

Lower estimate:The remaining "x" − |"Mx"| numbers in the set difference {1, 2, . . ., "x"} "Mx" are all divisible by a prime greater than "p""k". Let "Ni,x" denote the set of those "n" in {1, 2, . . ., x} which are divisible by "i"-th prime "pi". Then

:{1,2,ldots,x}setminus M_xsubsetigcup_{i=k+1}^infty N_{i,x};.

Since the number of integers in "Ni,x" is at most "x"/"pi" (actually zero for "pi" > "x"), we get

:x-|M_x| le sum_{i=k+1}^infty |N_{i,x}|< sum_{i=k+1}^infty {xover p_i},.

Using (1), this implies

:{xover 2} < |M_x|,.qquad(3)

Contradiction:For every integer "x" ≥ 22"k" + 2, the estimates (2) and (3) cannot hold simultaneously.

Third proof

Here is another proof that actually gives a lower estimate for the partial sums; in particular, it shows that these sums grow at least as fast as ln(ln("n")). The proof is an adaptation of the product expansion idea of Euler. In the following, a sum or product taken over "p" always represents a sum or product taken over a specified set of primes.

The proof rests upon the following four inequalities:

* Every positive integer "i" can be uniquely expressed as the product of a square-free integer and a square. This gives the inequality:: sum_{i=1}^n{frac{1}{i le prod_{p le n}{iggl(1+frac{1}{p}iggr)}sum_{k=1}^n{frac{1}{k^2,,where for every "i" between 1 and "n" the (expanded) product contains to the square-free part of "i" and the sum contains to the square part of "i" (see fundamental theorem of arithmetic).

* The upper estimate for the natural logarithm::ln(n+1)= int_1^{n+1}frac{dx}x=sum_{i=1}^nunderbrace{int_i^{i+1}frac{dx}x}_}<1/i}.

* The lower estimate 1 + "x" < exp("x") for the exponential function, which holds for all "x" > 0.

* The upper bound (using a telescoping sum) for the partial sums (convergence is all we really need):: sum_{k=1}^n{frac{1}{k^2le1+sum_{k=2}^nunderbrace{iggl(frac1{k-1}-frac1kiggr)}_{ge1/k^2}=2-frac1nle2.

Combining all these inequalities, we see that:ln(n+1) < sum_{i=1}^nfrac{1}{i}le prod_{p le n}{iggl(1+frac{1}{p}iggr)}sum_{k=1}^n{frac{1}{k^2< 2prod_{p le n}{expiggl(frac{1}{p}iggr)}= 2expiggl(sum_{p le n}{frac{1}{piggr).Dividing through by 2 and taking the natural logarithm of both sides gives: ln ln(n+1) - ln2 < sum_{p le n}{frac{1}{pas desired.

Using:sum_{k=1}^infty{frac{1}{k^2=frac{pi^2}6(see Basel problem), the above constant ln 2 = 0.6931... can be improved to ln(π2/6) = 0.4977...; in fact it turns out that:lim_{n o infty } iggl( sum_{p leq n} frac{1}{p} - ln(ln(n)) iggr)= M,where "M" = 0.261497... is the Meissel-Mertens constant (somewhat analogous to the much more famous Euler–Mascheroni constant).

Fourth proof

From Dusart's inequality (see PNT), we get

: p_n < n ln n + n ln ln n quadmbox{for } n ge 6.

Then:sum_{n=1}^infty frac1{ p_n}ge sum_{n=6}^infty frac1{ p_n}ge sum_{n=6}^infty frac1{ n ln n + n ln ln n}ge sum_{n=6}^infty frac1{2n ln n}= inftyby the integral test for convergence. This shows that the series on the left diverges.

ee also

*Small set (combinatorics)
*Brun's theorem

References

*

External links

* Chris K. Caldwell: "There are infinitely many primes, but, how big of an infinity?", http://www.utm.edu/research/primes/infinity.shtml


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Divergence of the sum of the reciprocals of the primes — The sum of the reciprocals of all prime numbers diverges, that is: This was proved by Leonhard Euler in 1737, and strengthens Euclid s 3rd century BC result that there are infinitely many prime numbers. There is a variety of proofs of Euler s… …   Wikipedia

  • Meissel-Mertens constant — The Meissel Mertens constant, also referred to as Mertens constant, Kronecker s constant, Hadamard de la Vallée Poussin constant or prime reciprocal constant, is a mathematical constant, used mainly in number theory, and is defined as the… …   Wikipedia

  • Prime number — Prime redirects here. For other uses, see Prime (disambiguation). A prime number (or a prime) is a natural number greater than 1 that has no positive divisors other than 1 and itself. A natural number greater than 1 that is not a prime number is… …   Wikipedia

  • Brun's theorem — In mathematics, Brun s theorem is a result in number theory proved by Viggo Brun in 1919. It states that the sum of the reciprocals of the twin primes is convergent with a finite value known as Brun s constant. It has historical importance in the …   Wikipedia

  • Number — For other uses, see Numbers (disambiguation). A number is a mathematical object used to count and measure. In mathematics, the definition of number has been extended over the years to include such numbers as zero, negative numbers, rational… …   Wikipedia

  • Integral test for convergence — In mathematics, the integral test for convergence is a method used to test infinite series of non negative terms for convergence. An early form of the test of convergence was developed in India by Madhava in the 14th century, and by his followers …   Wikipedia

  • List of mathematics articles (P) — NOTOC P P = NP problem P adic analysis P adic number P adic order P compact group P group P² irreducible P Laplacian P matrix P rep P value P vector P y method Pacific Journal of Mathematics Package merge algorithm Packed storage matrix Packing… …   Wikipedia

  • List of number theory topics — This is a list of number theory topics, by Wikipedia page. See also List of recreational number theory topics Topics in cryptography Contents 1 Factors 2 Fractions 3 Modular arithmetic …   Wikipedia

  • List of mathematical proofs — A list of articles with mathematical proofs:Theorems of which articles are primarily devoted to proving them: See also: *Bertrand s postulate and a proof *Estimation of covariance matrices *Fermat s little theorem and some proofs *Gödel s… …   Wikipedia

  • Leonhard Euler — Infobox Scientist name = Leonhard Euler|box width = 300px |200px image width = 200px caption = Portrait by Johann Georg Brucker birth date = birth date|df=yes|1707|4|15 birth place = Basel, Switzerland death date = 18 September (O.S 7 September)… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”