0

Let $\eta$ be non-negative (a.c.) continuous random variable. How to prove that $\mathbf{E}\eta = \int_{0}^{\infty}\mathbf{P}(\{\eta > z\})dz$ for arbitrary non-negative random variable?

If $\eta$ is discrete random variable it's quite simple. I have an idea that we can prove it easily for random variable $$\xi = \sum_{i=1}^{n}\xi_i\mathbf{1}_{\Delta_i}$$ that can take only finite set of values , where $\mathbf{1}_{\mathbf{X}}$ is an indicator function of a set $\mathbf{X}$. Since for every measurable function $\xi$ there is an approximating sequence $\{\xi_i\}_{i\ge1}$ of the functions of such kind that tends to $\xi$ pointwise, I would like to make a passage to the limit to prove this statement for an arbitrary continuous non-negative random variable? How can one do that rigorously?

1 Answers1

3

Do the following. Let $\mathbb{P}$ be the underlying probability measure. Then, \begin{align} \int_0^{\infty}\mathbb{P}(X(\omega)\geq x)dx & = \int_0^{\infty}\mathbb{E}\left[\mathcal{X}_{X(\omega)\geq x}\right]dx \\ &= \int_0^{\infty}\int_{\Omega}\mathcal{X}_{X(\omega)\geq x}d\mathbb{P}(w)dx\\ & =\int_{\Omega}\int_{0}^{X(\omega)}dxd\mathbb{P}(\omega) \\ & = \int_{\Omega}X(\omega)d\mathbb{P}(\omega) = \mathbb{E}[X]. \end{align}

Above, the first line uses the fact that expected value of an indicator of an event is simply the probability of the event itself, second line is valid due to expressing expected value as an integral with respect to probability measure, and third line follows from Fubini.

TBTD
  • 3,516