MHB Does the Inequality Involving Sums of Consecutive Twin Prime Pairs Always Hold?

AI Thread Summary
The discussion centers on the inequality involving sums of consecutive twin prime pairs, specifically whether p_n + p_{n + 1} is always greater than or equal to p_{n + 2} + p_{n - 2} for all n ≥ 4. While asymptotic analysis suggests that the inequality holds in general, counterexamples, particularly for n = 29, indicate that it may not always be true. The participants explore the possibility of a threshold n_0 beyond which the inequality might hold, but skepticism remains regarding its validity. Overall, the conversation highlights the complexity of prime number behavior and the challenges in establishing definitive inequalities. The inquiry into the inequality remains open and unresolved.
checkitagain
Messages
137
Reaction score
1
.
.

Let \ \ p_n \ \ = \ \ the \ \ nth \ \ prime \ \ number.Examples:p_1 \ = \ 2

p_2 \ = \ 3

p_3 \ = \ 5

p_4 \ = \ 7- - - - - - - - - - - - - - - - - - - - - - - - - - - - Let \ \ n \ \ belong \ \ to \ \ the \ \ set \ \ of \ \ positive \ \ integers.
Prove (or disprove) the following:p_n \ + \ p_{n + 1} \ \ \ge \ \ p_{n + 2} \ + \ p_{n - 2}, \ \ \ for \ \ all \ \ n \ \ge \ 4.Examples:\ \ 7 \ + \ 11 \ \ > \ \ 13 \ + \ \ 3

19 \ + \ 23 \ \ = \ \ 29 \ + \ 13
 
Last edited:
Mathematics news on Phys.org
checkittwice said:
.
.

Let \ \ p_n \ \ = \ \ the \ \ nth \ \ prime \ \ number.Examples:p_1 \ = \ 2

p_2 \ = \ 3

p_3 \ = \ 5

p_4 \ = \ 7- - - - - - - - - - - - - - - - - - - - - - - - - - - - Let \ \ n \ \ belong \ \ to \ \ the \ \ set \ \ of \ \ positive \ \ integers.
Prove (or disprove) the following:p_n \ + \ p_{n + 1} \ \ \ge \ \ p_{n + 2} \ + \ p_{n - 2}, \ \ \ for \ \ all \ \ n \ \ge \ 4.[/tex]Examples:\ \ 7 \ + \ 11 \ \ > \ \ 13 \ + \ \ 3

19 \ + \ 23 \ \ = \ \ 29 \ + \ 13

Asymtotically \(p_n+p_{n+1} \sim (2n+1)\log(x)\) and \(p_{n-2}+p_{n+2} \sim 2n\log(n)\).

so the inequality eventually holds, and how many terms we need to check explicitly before we can rely on the asymtotics can probably be determined from (on second thoughts it can't, the inequalities have too wide a spread):

\(n\log(n)+n\log(\log(n))-n<p_n<n\log(n)+n\log(\log(n)), \ \ n\ge 6\)

It appears to fail for \(n=29\), when \(p_n=109,\ p_{n+1}=113,\ p_{n-2}=103,\ p_{n+2}=127\)

There are also plenty of other counter examples for primes less than \(10^6\).

So, the new question is: Is there a \(n_0\) such that for all \(n>n_0\) the inequality holds? I would guess the answer is no.

CB
 
Last edited:
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Back
Top