Sums of Reciprocals of Infinite Subsets of Primes

Click For Summary

Discussion Overview

The discussion revolves around the properties of sums of reciprocals of infinite subsets of prime numbers, particularly focusing on whether such sums diverge or are irrational. Participants explore various approaches to understanding the convergence and rationality of these sums, including specific examples and conjectures.

Discussion Character

  • Exploratory
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that if X is an infinite subset of primes, then the sum of the reciprocals diverges or is irrational.
  • Others argue that certain infinite subsets can converge, providing examples such as selecting primes larger than a certain threshold.
  • A participant suggests that the irrationality may stem from the lack of common factors among the prime reciprocals, leading to increasingly larger decimal representations.
  • Concerns are raised about transitioning from partial sums to limits, with references to known series like geometric series.
  • There is a challenge regarding the divisibility of the numerator in the sum of reciprocals, with one participant acknowledging an error in their reasoning.
  • Some participants discuss the implications of Brun's constant being rational, suggesting it would affect the twin primes conjecture and the current conjecture about sums of primes.
  • Proposals are made for constructing finite subsequences of primes whose sums can converge to specific rational numbers.
  • One participant questions whether there exists a strictly positive real number that no subseries of the harmonic series can converge to, suggesting this could disprove the conjecture.
  • Another participant outlines an algorithm for selecting primes to converge to a given positive real number, asserting that this method can work for any positive real number.
  • There is a consensus among some participants that the conjecture regarding the sums of reciprocals is likely false, based on the discussions of the greedy algorithm.

Areas of Agreement / Disagreement

Participants express multiple competing views regarding the convergence and rationality of sums of reciprocals of infinite subsets of primes. The discussion remains unresolved, with no consensus reached on the conjecture's validity.

Contextual Notes

Some arguments rely on specific assumptions about the behavior of prime numbers and their reciprocals, and there are unresolved mathematical steps regarding the transition from finite to infinite sums.

Dragonfall
Messages
1,023
Reaction score
5
Can someone confirm/disprove the following:

If [tex]X\subset\mathbb{P}[/tex] is infinite, then [tex]\sum_{n\in X}\frac{1}{n}[/tex] diverges or is irrational.
 
Mathematics news on Phys.org
Some of these series diverge (eg, X=P), and some converge (eg, pick the nth prime in the list to be larger than 2^n). I don't see how you could prove such a a general infinite sum to be irrational.
 
It's nowhere near rigorous, but the irrationality part probably has to do with the fact that since they're all primes, the fractions share no common factors (like 1/2 and 1/4 would... if you get what I mean). This means that as you group them, you would need increasingly larger decimals

Take
(p1+p2...)/p1p2...

for the first, say, N primes. Now, because we know it's irreducable (the top isn't divisible by any single prime, and the bottom is only divisible by the primes), we know that the decimal is only going to get larger (the bottom keeps increasing by more than an order of ten, and the top keeps increasing... so, for example, 3/10 is a shorter decimal than 111/1000). So as the limit tends to infinity, it needs to be irrational.

It's not rigorous, but that's probably how you would start it off
 
Last edited:
The problem with that approach is making the transistion from arbitrarily large partial sums to the limit. For example, in the sum of a geometric series like 0.9+0.09+0.009+..., the common denominator/length of nonrepeating portion of the decimal expansion gets larger and larger as you take larger partial sums, but the limit is just 1.
 
How do you know the top 'isn't divisble by any single prime'? It's certainly divisible by some primes, and there is nothing stopping it being one of the first N.
 
matt grime said:
How do you know the top 'isn't divisble by any single prime'? It's certainly divisible by some primes, and there is nothing stopping it being one of the first N.

Looking back on it, that really is an error on my part, sorry :redface:

I got too ahead of myself
 
Well, if Brun's constant were rational, you'd disprove both the twin primes conjecture and this conjecture.
 
Dragonfall said:
Well, if Brun's constant were rational, you'd disprove both the twin primes conjecture and this conjecture.

You'd have to prove it rational first of course! It would disprove only one of twin primes and the one you have here, either one along with the others negation will work with Brun's constant being rational.

You can find a subset of the primes whose sum converges to 1 (or any other rational you like) without much difficulty given the fact that the full series diverges and the terms are tending to zero. Given a c>0 there are finite subsequences, p,...q, as far out as you'd need so that c<1/p+...+1/q<2c. Just use this to build a finite sequence whose sum is between 1-2^(-n) and 1, and repeat.
 
Last edited:
shmoe said:
You can find a subset of the primes whose sum converges to 1 (or any other rational you like) without much difficulty given the fact that the full series diverges and the terms are tending to zero. Given a c>0 there are finite subsequences, p,...q, as far out as you'd need so that c<1/p+...+1/q<2c. Just use this to build a finite sequence whose sum is between 1-2^(-n) and 1, and repeat.

Actually, can't you just say:
Given some positive real number [itex]r>0[/tex] chose [itex]p_1,p_2...p_n...[/itex] where [itex]p_n[/itex] is the smallest prime such that:<br /> [tex]\forall i < n, p_n \neq p_i[/tex][/itex][tex] and<br /> [tex]\sum_{i=1}^{n} \frac{1}{p_n} < r[/tex]<br /> <br /> Now, there will always be a suitable prime since the prior partial sum is strictly less than [itex]r[/itex], and the (non-empty) set of suitable primes will always have a unique least member.[/tex]
 
Last edited:
  • #10
That's the first thing I thought of too, but wasn't immediately convinced a greedy algorithm would converge to your target, so I went another direction. It seemed likely that you could construct divergent series whose terms converged to zero yet this kind of greedy approach wouldn't always give a subsequence that works so I sort of expect some kind of density of the primes would be needed here. I haven't given it much thought. Can you prove this construction will converge to your r?
 
  • #11
shmoe said:
You'd have to prove it rational first of course! It would disprove only one of twin primes and the one you have here, either one along with the others negation will work with Brun's constant being rational.

You're right, I got my logic backwards.

Is there a strictly positive real number that no subseries of the harmonic series can converge to? If not then this 'conjecture' is false.
 
Last edited:
  • #12
I'm not sure what you mean Nate--I don't see how you extend your series to an infinite one. This may be close to what you were saying, or it may not. For the given r, define the sequence of primes pi by:
Code:
input r
r[sub]1[/sub] <-- r
i <-- 1
while true
   let p[sub]i[/sub] be the smallest prime not already chosen such that r[sub]i[/sub] - 1/p[sub]i[/sub] > 0
   r[sub]i+1[/sub] <-- r[sub]i[/sub] - 1/p[sub]i[/sub]
   i <-- i + 1
The pi here when their reciprocals are summed have to converge to r because by definition they can't exceed it, and they can't converge to something less than it. The latter is true because if they did converge to something less than r, say s, then let pn be some prime in the sequence, with n so large that r - s > 1/pn. Then the pi will also include all the consecutive primes after pn, up until a point where their reciprocal sum is greater than s (since the sum of the reciprocals of the primes diverges) but less than r (since 1/pj for j > n is always less than 1/pn, the first prime that puts the sum over s will not put it over r).
 
Last edited:
  • #13
That probably works for rationals, but are you sure you can get to things like, say, 1/sqrt(2) using that method?

EDIT: Wait,. it doesn't matter if you can. Whoops
 
  • #14
Yes, you can. r can be any positive real number. Actually, the same argument works for any infinite divergent series whose terms are positive and tend to 0.
 
Last edited:
  • #15
I concur. The conjecture's dead; 0rthodontist's greedy algorithm killed it.
 
  • #16
Excellent. Thanks for the input.
 
  • #17
0rthodontist said:
I'm not sure what you mean Nate--I don't see how you extend your series to an infinite one. This may be close to what you were saying, or it may not...

That's pretty much exactly what I was saying would work as an algorithm - and you've written out the proof that it works.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 24 ·
Replies
24
Views
6K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K