In a video here the author (t. tao) says that following is easy consequence of: prime number theorem (PNT) and pigeonhole principle. He talks about this result:
P[n+1]-P[n]>=log P[n]
Can someone break it down, why this is the case? How come above follows from PNT and pigeonhole principle?
Let's first forget about primes. Instead let $\alpha \in (0,1)$, $m \geq 1$ and $2\leq p_1<p_2<\ldots$ be any increasing sequence such that $p_{k+1}-p_k < \alpha \log(p_k)$ for all $k\geq m$. Then for any $n >m$ $$ p_n-p_m = \sum_{k=m}^{n-1}(p_{k+1}-p_k) < \alpha \sum_{k=m}^{n-1} \log(p_k) < \alpha (n-m) \log(p_n)$$ or $$\frac{p_n}{\log(p_n)} < \alpha(n-m) + \frac{p_m}{\log(p_n)}.$$ By the PNT this precludes the sequence of prime numbers for any choice of $\alpha$ and $m$. In other words, for the sequence of prime numbers and any $\alpha\in (0,1)$, $m\geq 1$ there is an index $n>m$ such that $p_{n+1}-p_n \geq \alpha \log(p_n)$.