Prove that ln x is strictly monotone increasing and that $\ln x\to \infty$ as $x\to\infty$ by using the property that the harmonic series diverges.
I don't understand how the harmonic series is relevant here. I know the derivative of $\ln x$ is $1/x$, but I don't know how to get a sum to use the harmonic series...
Consider the function $$f(x)=\frac{1}{\lceil x\rceil}$$ where $\lceil \cdot \rceil$ is the ceiling function, taking each real number $x$ to the smallest integer $n$ satisfying $n\geq x$.
Observe that for any natural number $k$ we have $$\int_{1}^{k}f(x)\, \textrm{d}x=\sum_{j=2}^{k}\frac{1}{j}.$$
It is also evident that for all $x$, we have $f(x)\leq \frac{1}{x}$. Thus:
$$ \int_{1}^{k}\frac{1}{x}\, \textrm{d}x\geq \sum_{j=2}^{k}\frac{1}{j}.$$ You should be able to complete it from here.