I've got this task to prove that, given $\forall x \geq a$ :
f is monotonically decreasing,
$ f \geq {0}$
$\int_a^\infty f(x)dx $ converges.
Then $\lim\limits_{x\to\infty}xf(x) = 0 $
I proved successfully that $\lim\limits_{x\to\infty}f(x) = 0$ but I don't know if it helps me anyhow.
We have
$\int_a^{+\infty}f(x)dx $ convergent implies by Cauchy criterion that
$$\lim_{x\to +\infty}\int_x^{2x}f(t)dt=0$$
on the other hand, by the first mean formula,
$$\forall x\geq a \;\;\exists c_x\in[x,2x]\;:$$
$$ \int_x^{2x}f(t)dt=xf(c_x)$$
$$\implies \forall x\geq a\;\; 0\leq xf(2x)\leq xf(c_x)$$
$$\implies \lim_{x\to+\infty} 2xf(2x)=0$$
qed.