Source: https://math.mit.edu/~choiks/Pset%202%20solutions.pdf
I don't understand the third line $\int^{n+1}_1\frac{1}{x}dx \leq 1 + 1/2 + \cdots + 1/n$.
I think it should rather be $\int^{n+1}_1\frac{1}{x}dx \geq 1 + 1/2 + \cdots + 1/n$ because
$\int^{n}_1\frac{1}{x} < \int^{n+1}_1\frac{1}{x}$ and $1 + 1/2 + \cdots + 1/n$ is just addition of $f(x) = 1/x$ at certain values (integers). Therefore:
$1 + 1/2 + \cdots + 1/n < \int^{n}_1\frac{1}{x} < \int^{n+1}_1\frac{1}{x}$.
Thank you!

Consider this example:
$A_i =$ the area under $\frac 1x$ from $x=1$ to $x=3$. $A_a =$ the area of the width-$1$ rectangle, with its base on the $x$-axis, and its upper-left corner on the point $(1,1)$, plus the area of the width-$1$ rectangle, with its base on the $x$-axis, and its upper-left corner on the point $(2,\frac 12)$.
Certainly (and this may be clearer if you draw the rectangles on the curve) we have $A_i < A_a$. That is, $\int_0^{2+1} \frac 1x dx < 1 + \frac 12$. Loosely speaking, this is because the two rectangles together a) cover up the entire area enclosed by $y=\frac 1x,y=0,x=1,x=3$, and then have some 'area left over.' Indeed, these estimations with rectangles are left Riemann sums, which are overestimations if you use them to estimate functions which are monotonic decreasing on an interval. The link provided has better (visual!) examples.
In this case, this generalizes to $\int_1^{n+1} \frac 1x dx < \sum_{k <n+1} \frac 1k$ for $n \geq 1$, which is what you were looking for.