I am reading about the Riemann hypothesis, and the article mentioned the Li function:
$$\mathrm{Li}(x) = \int\limits_{0}^x \frac{dt}{\ln t}$$ They said that this function can be approximated:
$$\mathrm{Li}(x) \approx \frac{x}{\ln x} + \frac{x}{\ln^2(x)} + \frac{2x}{\ln^3(x)}+\cdots ,$$ thus is a better approximation for $\pi(x)$(the number of prime numbers less than or equal to $x$).
I could not figure out how to prove this approximation formula. Could anyone help me please?
Minor correction: the $0$ at the lower limit should be $2$ so that the integral converges.
The approximation for any truncation of the sum on the right comes from repeated integration by parts. In the integral
$$Li(x) = \int\limits_{2}^x \frac{dt}{\ln t}$$
integrate by parts with $u = \frac{1}{\ln{t}}$ and $dv = dt$ to obtain
$$Li(x) = \frac{x}{\ln(x)} + \int\limits_{2}^x \frac{dt}{({\ln t})^2} dt - \frac{2}{\ln(2)}$$
Then iterate, setting $u = \frac{1}{{(\ln{t})}^2}$ and $dv = dt$.
If you iterate indefinitely, there's a subtlety having to do with the constant terms such as $\frac{2}{\ln{2}}$ adding up. But if you stop after a finite number of steps, repeated integration by parts gives the desired approximation.