This StackExchange question -- Is the $n$-th prime smaller than $n(\log n + \log\log n-1+\frac{\log\log n}{\log n})$? -- assumes the following statement: $$\log n + \log\log n -1 \leq \frac{p_n}{n} \leq \log n + \log\log n.$$ My question is: how can we prove that statement?
Using the version of the Prime Number Theorem that states $$\pi (n) \sim \frac{n}{\log n},$$ we can quite easily show that $$p_n \sim n\log n,$$ or in other words $$p_n = n\log n + o(n\log n),$$ but this doesn't seem to get us any closer to a big-O estimate of the kind assumed in the above question. Is there a standard, quick method of obtaining such an estimate?