Suppose $f(x)$ is a decreasing function for all $x$ , and that $f(x) \geq 0$ for all $x$. Then,
$$\sum_{k=1}^N f(k) \geq \int_{1}^{N+1} f(x)\hspace{1mm} dx$$
Proving this result using a simple sketch is quite easy, as the sum will essentially act as an overestimated Riemann sum starting at $k=1$ and "reaches" up to $N+1$. However, I'm curious if anyone has a slightly more analytical approach to this proof, as I appriciate such proofs more.