| Thread Closed |
Sums of Reciprocals of Infinite Subsets of Primes |
Share Thread | Thread Tools |
| Jul27-06, 01:33 AM | #1 |
|
|
Sums of Reciprocals of Infinite Subsets of Primes
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. |
| Jul27-06, 08:53 AM | #2 |
|
Recognitions:
|
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.
|
| Jul27-06, 09:24 AM | #3 |
|
|
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 |
| Jul27-06, 09:50 AM | #4 |
|
Recognitions:
|
Sums of Reciprocals of Infinite Subsets of Primes
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.
|
| Jul27-06, 09:55 AM | #5 |
|
Recognitions:
|
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.
|
| Jul27-06, 10:41 AM | #6 |
|
|
I got too ahead of myself |
| Jul28-06, 01:42 AM | #7 |
|
|
Well, if Brun's constant were rational, you'd disprove both the twin primes conjecture and this conjecture.
|
| Jul28-06, 08:28 AM | #8 |
|
Recognitions:
|
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. |
| Jul28-06, 09:11 AM | #9 |
|
Recognitions:
|
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: [tex]\forall i < n, p_n \neq p_i[/itex] and [tex] \sum_{i=1}^{n} \frac{1}{p_n} < r[/tex] 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. |
| Jul28-06, 09:46 AM | #10 |
|
Recognitions:
|
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?
|
| Jul29-06, 04:38 AM | #11 |
|
|
Is there a strictly positive real number that no subseries of the harmonic series can converge to? If not then this 'conjecture' is false. |
| Jul29-06, 07:09 AM | #12 |
|
Recognitions:
|
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 r1 <-- r i <-- 1 while true let pi be the smallest prime not already chosen such that ri - 1/pi > 0 ri+1 <-- ri - 1/pi i <-- i + 1 |
| Jul29-06, 11:23 AM | #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 |
| Jul29-06, 10:34 PM | #14 |
|
Recognitions:
|
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.
|
| Jul30-06, 02:24 AM | #15 |
|
Recognitions:
|
I concur. The conjecture's dead; 0rthodontist's greedy algorithm killed it.
|
| Jul31-06, 03:11 AM | #16 |
|
|
Excellent. Thanks for the input.
|
| Jul31-06, 09:02 AM | #17 |
|
Recognitions:
|
|
| Thread Closed |
| Thread Tools | |
Similar Threads for: Sums of Reciprocals of Infinite Subsets of Primes
|
||||
| Thread | Forum | Replies | ||
| Splitting an infinite set into two equal infinite subsets. | General Math | 34 | ||
| infinite primes? | Linear & Abstract Algebra | 8 | ||
| Integrating infinite sums | Calculus & Beyond Homework | 3 | ||
| Riemann Sums infinite strips | Calculus & Beyond Homework | 19 | ||
| Is the number of twin primes really infinite? | Linear & Abstract Algebra | 6 | ||