Show that $$\sum\limits_{k=1}^n \frac{1}{k} \geq \log(n)$$ Use this to deduce that the series $$\sum\limits_{k=1}^\infty \frac{1}{k}$$ diverges. Hint: Use the estimate $$\frac{1}{k} \geq \int_k^{k+1} \frac{1}{x}\,\mathrm{d}x$$
Note that all instances of "$\log$" mean the natural logarithm, the inverse of the exponential. After doing the integration, I've concluded that $\frac{1}{k} \geq \log(1+\frac{1}{k})>-\log(k)$
I suspect I'm supposed to use the hint to arrive at the first inequality, and then since $\log(n)$ can become arbitrarily large as $n$ increases, so must the harmonic series (essentially the comparison test).
I'm having trouble making this jump. Hints are appreciated, but please no solutions.