Let $f$ be non-negative, monotone decreasing such that $$\int_0^\infty f(x) \; dx < \infty$$ Show that $$\lim_{x \rightarrow \infty} x f(x) = 0.$$
I have the following solution, but wonder if there is a better way.
Let $\epsilon > 0$ be small. Suppose to the contrary that $\limsup x f(x) = c > 0$, then there is a sequence $x_n$ tending to infinity such that $x_n f(x_n) \geq c - \epsilon$. Moreover, $f(x) \geq (c-\epsilon)/x_n$ for $x \leq x_n$. Thus, the integral $\int_0^N f(x) \; dx$ is bounded from below by $$S_N = x_1 \frac{c-\epsilon}{x_1} + (x_2 - x_1) \frac{c-\epsilon}{x_2} + \cdots + (x_N - x_{N-1}) \frac{c-\epsilon}{x_N}$$ Since $x_n \rightarrow \infty$, we may suppose that the $x_n$ are spaced far enough apart so that $x_k/x_{k+1} < M < 1$. Then the partial sum $S_N$ will be bounded below by $$N(c-\epsilon) - (N-1)M(c-\epsilon)$$ which tends to infinity as $N \rightarrow \infty$.
Is there an easier solution?