Let $\pi(x)$ denote the number of prime number not exceeding $x$. I will show that the function $\pi(x)$ can not be expressed as quotient form of polynomial like that $\frac{P(x)}{Q(x)}$ where $P(x)$, $Q(x)$ are polynomials.
My simple solution is the following. On the contrary, Suppose that $\pi(x) = \frac{P(x)}{Q(x)}$ and $degP(x) = n$, $degQ(x) = m$ Prime Number Theorem says that $\pi(x)$ is asymptotic to $\frac{x}{log x}$ as $x \to \infty$ and $\frac{P(x)}{Q(x)}$ is asymptotic to $x^{m-n}$ as $x \to \infty$ .
$\frac{P(x)}{Q(x)}$ and $\pi(x)$ are same But they are not asymptotic to each other. This is a contradiction that completes a proof.
What about my solution?