How do I show:
$$\lim_{n \to \infty} \frac {\log{p_n}} {\log n} = 1$$
where $p_n$ is the $n$th prime number without using the Prime Number Theorem?
Some context: The reason I can not use the PNT (or at least the form one might try to use) is because this is actually what I am trying to prove, or rather a certain form of the prime number theorem. The PNT states that $\pi(n) \sim \frac n {\log n}$, i.e.
$$\lim_{n \to \infty} \frac {\pi(n) \log n } n = 1$$
where $\pi(n)$ is the prime counting function.
Substituting $n \to p_n$ one has:
$$\lim_{n \to \infty}\frac {n \log p_n} {p_n} = 1$$
Now I would like to show that $p_n \sim n \log n$, i.e.
$$\lim_{n \to \infty} \frac {n \log n } {p_n} = 1$$
which requires the proof I am asking for.