Does this conjecture about prime numbers exist? If $n$ is a prime, then there is exist at least one prime between $n^2$ and $n^2+n$.

I made an observation on prime numbers, want to check if any conjecture already exist or not?

I am a computer programmer by profession and I am interested in number theory. As like many others I am intrigued by prime numbers. Based on my observation, I found following to be true

If $n$ is a prime, then there is exist at least one prime between $n^2$ and $n^2+n$

I am not sure if this conjecture already exist? I tried searching in the internet but did not find any exact conjecture.

I would like to know, first of all is my above statement is correct? if not, can any provide me with a counter example where it fails. If this statement is correct, does this conjecture already proposed by someone?


Solution 1:

Assuming Oppermann's conjecture is true, I can even tell you one of those primes.

One of the elementary inequalities, deriving from the definition of $\pi(n)$ is $p_{\pi (n)} \leq n < p_{\pi (n)+1}$. So, for any $p$-prime and assuming Oppermann's conjecture, we have: $$p_{\pi (p^{2})} \leq p^{2} < p_{\pi (p^{2})+1} < p^{2} + p$$

Solution 2:

This is just a comment that I find pertinent.

Bertrand's postulate ensures that there is always a prime between n and 2n for n> 1 (there is a refinement ensuring that there is a prime between n and 2n-2 for all n> 3). Now, it is clear that 2n has a predecessor prime p=2n-1 for infinitely many n’s; however there is usually more of a prime between n and 2n (in particular an Erdös result ensure that for all k there is an N such that for all n> N there are at least k primes between n and 2n.

What I'm getting is that your guess considerably reduces the range of integers taken by Bertrand. I paraphrase your statement: "For every prime p the open interval of integers $(p^2, p^2 + p)$ always contains a prime".

You discard a subinterval of Bertrand’s that is p-1 times larger than yours: it would be really interesting if true. (Sorry for my English..)

Solution 3:

This is an answer to the last part of you question: has this conjecture been proposed already?. My answer is: no, not to the best of my extremely limited knowledge.

However, as mentioned in the comments, this statement is a weakening/specialisation of Opperman's conjecture. So a refutation/counter-example of this conjecture would lead to a refutation of Opperman's conjecture, which would be a massive result in mathematics, so I wouldn't expect that to come too easy.

Now the question is, how hard is this special case relative to the overall conjecture? More specifically, how much easier does the conjecture get when we restrict $n$ to only primes? Are there any tricks we can exploit, knowing that $n$ is prime, that we couldn't exploit in the general case? The disappointing answer is: I don't know. It could be that there is a relatively elementary proof for this conjecture, exploiting the primeness of $n$, while Opperman's conjecture requires much more "heavy machinery" to prove. Or it could well be that Opperman's conjecture is false and this one true. Or it could be that both are false, but the counter-examples are way beyond our present computational power. Or maybe we'll find a counter-examle to Opperman's conjecture, but this one will remain unsolved for another century. There are many such possibilities.

In any case, I would advise deeper research into Opperman's conjecture for more answers to this question. Perhaps an expert in that area will know the answer to this question.