Tuesday, 23 February 2021

Another Proof 1p Diverges

Ivan Niven authored a very short and rather fun proof that the sum of inverse primes diverges. 



The proof was published in 1971 in the American Mathematical Monthly vol 78, issue 3, 272-273. It is available as open access here: https://www.tandfonline.com

Although the proof is short, it moves at a pace that might leave some behind. Here we'll work through the proof and explain each step more fully.

Video: [youtube]

Slides: [pdf]


Square-Free Numbers

The proof starts with the idea of square-free positive integers. 

We can write any counting number m as a unique product of a square j2 and square-free factor k

m=kj2

Remember that any integer is a unique product of primes. We can split these primes into two groups, one group with primes raised to an even power, which together can be written as a square, and the other group with primes not raised to any power. 

For example, 360=(25)(23)2 has a square-free factor of 10, and a square factor of 36. On the other hand, 30=(235) is entirely square-free. 

 

1/k  Diverges

Let's look at the following inequality, where k are the square-free integers less than n.

(k<n1k)(j<n1j2)m<n1m

The inequality is true because multiplying out the two series would give us not just the terms 1/m, but also many more. The two sides are only equal when n=2

As n, the right hand side becomes the harmonic series which we know diverges. We also know the second sum converges to π2/6. That means the sum over square-free integers 1/k must diverge, a neat result we'll use very soon.


Proof By Contradiction

Let's assume, perhaps incorrectly, the sum of prime reciprocals 1/p converges to a finite \beta. 

The partial sum is less than the full sum, p<n1/p<β, so we can write the following. 

exp(β)>exp(p<n1p)=p<nexp(1p)

We can also truncate the Taylor series for ex to say ex>1+x. Applying this to exp(1/p) lets us write the following.

p<nexp(1p)>p<n(1+1p)

Multiplying out that product would give a series with terms 1/k where each k is square-free. This is because each prime contributes to any k at most once. We'd also end up with more terms than are in p<n1/k for n>3

p<n(1+1p)k<n1k

Let's put all this together.

exp(β)>exp(p<n1p)=p<nexp(1p)>p<n(1+1p)k<n1k

This suggests that as n the finite exp(β) is greater than 1/k, which we showed was divergent. This is clearly a contradiction, so our assumption that 1/p converges was wrong. 

1p


No comments:

Post a Comment