Using the Prime Number Theorem show that:
$$x^{\pi(x)} < 3^x$$ for sufficiently large $x$.
I started off by taking the $\log$ of the inequality such that:
$$\log(x^{\pi(x)}) < \log(3^x)$$ so $$\pi(x) \log(x) < x \log(3)$$
by PNT we know that $$\pi(x) \sim \dfrac{x}{\log(x)}$$
so can we then just sub this in and obtain:
$$\dfrac{x}{\log(x)} \log(x)<x\log(3)$$ $$x<x\log(3)$$ $$1<\log(3)$$
Can I do this? This is for a Distribution of Primes course, I'm trying to get my head around using the PNT! Thanks for any help!