This question is more about the notation than the actual proof. My professor gave us the following proof:
$$\sum_{k=2}^{n} \frac{1}{k} \ge \sum_{k=2}^{n} \int_{k}^{k+1} \frac{1}{x} dx = \int_{2}^{n+1} \frac{1}{x} dx = ln(n+1)-ln(2) \rightarrow \infty $$
I struggle to understand what he did in the first 3 steps. I just don't see how the sum on the left is greater than the sum of the integrals, or why the limits of integration can simply be changed from k to 2 and from k+1 to n+1.
I'd appreciate any help!