I think it's a pretty straightforward question.
Does $\lim_{n \to \infty}{\frac{p_n}{p_{n+1}}} < 1?$
***$p_n$ denotes the nth prime.
Since the average gap increases between successive primes by the prime number theorem, wouldn't this be the case?
Thanks in advance!
By the prime number theorem,
$$\lim_{n\to\infty} \frac {p_n} {n \log n} = 1$$
Replacing $n$ by $n+1$,
$$\lim_{n\to\infty} \frac {p_{n+1}} {(n+1) \log (n+1)} = 1$$
Using limit arithmetic,
$$\lim_{n\to\infty} \frac {p_n} {p_{n+1}} \frac {(n+1)\log(n+1)}{n \log n} = 1$$
However, it is elementary that
$$\lim_{n\to\infty} \frac {(n+1)\log(n+1)}{n \log n} = 1$$
and we conclude (again using limit arithmetic - dividing the last two results):
$$\lim_{n\to\infty} \frac {p_n}{p_{n+1}} = 1$$