As the title says. I think this should follow straightforwardly but I can't find a proof.
My random variable of interest $X$ takes values in the non-negative integers. The only other assumption on its distribution is that $E(X)<\infty$. I want to prove: $$\lim_{n\to\infty}n\Pr(X\ge n) = 0.$$ The fact that this should follow is referenced e.g. by DeGroot (2004) "Optimal Statistical Decisions" p. 295, but no proof is given.
All I have right now is that without the constant $n$ it is easy to prove using Markov's inequality: $$\Pr(X\ge n) \le \frac{1}{n}E(X) \to 0.$$ I appreciate any help in figuring this out.