I have started to work through the course notes titled "Integers, Polynomials and Finite Fields" by Kenneth Davidson to keep me busy this summer, and there is a question in here
This is an exercise to show that the prime number theorem is plausible.
(a) Use the integral test to show that the following series converge.
$$\sum_{n=2}^{\infty}\frac{1}{n(\log n)^2}$$ and $$\sum_{n=2}^{\infty}\frac{1}{n^2}$$
(b) Show that $\pi(n) > \frac{n}{(\log n)}$ infinitely many times. $\textbf{Hint:}$ Show that the sum of the reciprocals of the primes between $2^{k-1}$ and $2^k$ is at most $2^{1-k} \pi({2^k})$. Use this to estimate the sum of the reciprocals of all primes.
part (a) is straight foreward, however I am having some trouble with (b). I came across this on my search for clues as how to solve it, but the solution assumes the prime number theorem is true, which I obviously cannot do (unless im supposed to use it to see if I end up with a reasonable answer).
Here is what I've done so far:
There are at most $(2^k - 2^{k-1})/2 = 2^{k-1}$ primes between $2^{k-1}$ and $2^{k}$ (which is an obvious over-estimate since not every odd integer is prime) and so the sum of the reciprocals of the primes cannot be more than the product of the inverse of the least possible prime within the range and number of the most possible primes from $2$ to $2^k$, or
$$ \sum_{2^{k-2}}^{2^k} \frac{1}{p_i} < \frac{\pi(2^k)}{2^{k-1}}$$ (where we simply choose $2^{k-1}$ as the least possible value.)
So to estimate the sum of the primes up to $N$ I get, $$\sum_{n=2} \frac{1}{p_n} < \sum_{n=2}\frac{\pi(2^n)}{2^{n-1}}$$
Which covers all of the primes
I feel like I should do something along the lines of $m = 2^n$ and write $\pi(2m)/m$ or $2\pi(m)/m$ but I don't see how exactly I could change the sum of $\pi(2^k)2^{1-k}$ to $2\pi(m)/m$ without double counting. My first attempt was to try and show
$$\sum_{p\;\text{prime}}\frac{1}{p} < \sum_{n\;\text{ odd}}\frac{1}{n} < \int_{2^{k-1}}^{2^{k}}\frac{1}{x}dx < \frac{\pi(2^k)}{2^{k-1}}$$
for primes and odd numbers between $2^{k-1}$ and $2^k$, but was unable to do so. Could someone just nudge me in the right direction, or even let me know if I'm going about this the right way? It would be greatly appreciated.