Let $(\Omega,\mathscr{A},\mathbb{P})$ a probability space and $X:\Omega\to\mathbb{R}$ a random variable. Prove:
$$\sum_\limits{n=1}^{\infty}\mathbb{P}(X\geqslant n)\leqslant E(X)\leqslant 1+\sum_\limits{n=1}^{\infty}\mathbb{P}(X\geqslant n)$$
I have an intuition for the sums when $X$ is discrete but I do not know how to prove the statement. I have no idea. I need to get a grip on how to tackle problems with probability measure.
Question:
Can someone help me prove the inequalities?
Thanks in advance!p
I am assuming $X$ is non-negative, i.e., $X\colon \Omega\to [0,\infty)$. Otherwise, the result you aim to prove is false.
Hint: You can artificially "discretize" the integral defining expectation as follows: $$ \mathbb{E}[X] = \int_0^\infty \mathbb{P}\{ X\geq x\} dx = \sum_{n=0}^\infty \int_n^{n+1} \mathbb{P}\{ X\geq x\} dx \tag{1} $$ and then use the easy bounds $$ \mathbb{P}\{ X\geq n+1\} \leq \int_n^{n+1} \mathbb{P}\{ X\geq x\} dx\leq \mathbb{P}\{ X\geq n\} \tag{2} $$