Prime numbers stretch to infinity, but what about the distance between them?

That is, let $p_n$ be the nth positive prime number. Does $$L = \lim\limits_{n \to \infty} \left( p_{n+1} - p_n \right)$$ equal infinity?


Solution 1:

No, the limit (probably) does not exist.

The sequence $p_{n+1} - p_n$ has a name: it is called the sequence of prime gaps. Define $g_n = p_{n+1} - p_n$, then you are interested in the sequence $g_1, g_2, \dots$. The following facts are known:

  • For any $k$, it is easy to see that the $(k-1)$ numbers $k!+2, k!+3, \dots, k!+k$ are all non-prime. Thus there exist arbitrarily long sequences of composite numbers; in other words, $g_n$ can get arbitrarily large: for any $k$ there exists $n$ such that $g_n \ge k$. Equivalently, $$ \limsup_{n \to \infty} (p_{n+1} - p_n) = \infty.$$

  • There is the (believed) twin-prime conjecture which states that there exist infinitely many primes that differ by 2; this means that $g_n$ takes the value $2$ for infinitely many $n$, or $$\liminf_{n \to \infty} (p_{n+1} - p_n) = 2.$$ Even if it turns out to be false for 2, there is Polignac's conjecture that for any even integer $k$, there exist infinitely many primes that differ by $k$; this has not been proved or disproved for any $k$. Even better, it has been proved in 2005, assuming a certain conjecture (which I think is weaker than the Riemann hypothesis) that there are infinitely many $n$ for which $g_n$ is at most $16$, thus $$\liminf_{n \to \infty} (p_{n+1} - p_n) \le 16.$$

  • The "average" gap between the $n$th prime and the next increases logarithmically: $g_n \approx \ln p_n$. So you can say that the distance between primes does become infinite "on average"; though infinitely often it touches very small numbers.

Solution 2:

Assuming some fairly reasonable conjectures, then $(p_{n+1}-p_n)$ is a divergent sequence (i.e. a limit does not exist). For example:

Conjecture: There exists an infinite number of twin primes. (where $p_{n+1}-p_n=2$ an infinite number of times)

Conjecture: There exists an infinite number of prime pairs that differ by 4. (where $p_{n+1}-p_n=4$ an infinite number of times)

However, we can observe that $\lim\sup (p_{n+1}-p_n)=\infty$, since $n!+k$ is composite (properly divisible by k) for all $n \geq 2$ and $2 \leq k \leq n$. Therefore there are arbitrarily large prime gaps.

Solution 3:

If the limit is not infinity, then there can be found infinitely many primes differing by less than some bound M. Answering whether that is the case seems to be an open problem still.

The closest (contingent) answer after some quick searching seems to be the one noted at the bottom of this page about the Elliott–Halberstam conjecture stating that there are infinitely many pairs of primes differing by at most 16 (they used the linked conjecture in their proof).

If that were true, then the answer to your question would be no.

Though, maybe it is of interest to you that there are arbitrarily large gaps between primes, which is a related question. The proof is pretty simple: consider the numbers following $n!$...