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?
I don't think that conjecture is true.
All composite numbers between $p_n^2$ and $p_{n+1}^2$ are divisible by a prime number less than or equal to $p_n$ because $p_{n+1}$ is the lowest composite whose lowest prime factor is $p_{n+1}$.
Now consider the sequence of lowest prime factors of consecutive numbers from $p_n^2$ to $p_n^2 +p_n$. It obviously starts with $p_n$ and ends with $2$, so now consider filling in the rest of the sequence with prime numbers strictly less than $p_n$ where they are arranged in a way to conserve the divisibilty properties of consecutive numbers (search "denizen" on this forum for a more formal definition of this sequence).
It is certainly possible to create a denizen with prime numbers upto $p_{n-1}$ (where a denizen is a sequence of prime numbers that by definition obeys the divisibilty properties of consecutive numbers), where the sequence has a length greater than $p_n$, hinting that the OP conjecture is not true.
Unless there is some fundamental reason why certain types of denizens can't occur between $p_n^2$ and $p_n^2 + p_n$ (namely the prohibitation of $p_{n-1}$ denizens of length greater than $p_n$), then the OP conjecture is false.
A good candidate for a prime number that disproves your conjecture is a $p_n$ such that there exists a primorial number (or a multiple of one) in your interval.
However i could be wrong !