Divergence of sum of reciprocals of primes
We know that Harmonic series ∑1n is diverging. The proof is very simple by grouping the terms. Whereas for geometric sequence 12n is converging. Our question is what happens when we have ∑p∈prime1p.
We will prove this by contradiction. Assuming that the sum of reciprocals of prime Sp is a constant value. As 1pi are positive constants. That means for some 1p1+1p2+...+1pn−1<Sn−12 and
1p1+1p2+...+1pn+1pn≥Sn−12.
Thus 1pn+1+1pn+2+...<12 and multiplying both sides by positive x we get xpn+1+xpn+2+...<x2
To prove this we first define a function N(x) which counts the number of numbers whose prime factor is among the first k primes. For example if k=4 the primes are {2,3,5,7}. So the function N(10)=10,N(15)=13,N(27)=20. ie for 10 all the factors are from prime numbers {2,3,5,7}. Let k be the number of first k primes and x be any number and we try to find N(x). We see that any number y≤x can be written as y=p1a1p2a2...ptat. We have to count all those y whose factors are among the first k primes. We realise that any number can be written as uv where w2v or u=w2 is a square number and so v is a product of primes less than kth prime and has the form pα11pα22pα33...pαkk where α1,α2...αk∈{0,1}. Thus N(x)≤√x2k and the numbers which are not divisible by first k primes are x−N(x)≤xpk+1+xpk+2+xpk+3+.....
So there are two equations as below
xpn+1+xpn+2+...<x2
x−N(x)≤xpk+1+xpk+2+xpk+3+.....
Combining we have x−N(x)<x2⇒x2<N(x) and holds for all values of x. Let k=n then N(x)≤2n√x. Therefore we havce x2<N(x)≤2n√x. When n=22n+2 we get 1222n+1<N(x)≤22n+1. This contradiction proves that the series P diverges. ( A similar contradiction is obtained for x equal to any value greater than 22n+2).