1

Let $X$ be a positive random variable with distribution function $F$. Show that $$E(X)=\int_0^\infty(1-F(x))dx$$

Attempt

$\int_0^\infty(1-F(x))dx= \int_0^\infty(1-F(x)).1dx = x (1-F(x))|_0^\infty + \int_0^\infty(dF(x)).x $ (integration by parts)

$=0 + E(X)$ where boundary term at $\infty$ is zero since $F(x)\rightarrow 1$ as $x\rightarrow \infty$

Is my proof correct?

User
  • 2,938
  • This is a classical result that you can also prove using a double integral + Fubini (see for example (http://www.sosmath.com/CBB/viewtopic.php?t=36986)) – Jean Marie Oct 02 '16 at 13:59

1 Answers1

1

The fact that $x(1-F(x))\to0$ as $x\to\infty$ needs justification. What if $F(x)\sim 1-\dfrac{1}{\sqrt{x}}$ for large $x$? You need to show such things can't occur.

But the justification is simple: $xP(X>x)=x\int_x^\infty dF(t)\leq \int_x^\infty tdF(t)\to0$ as $x\to\infty$ since $E(X)=\int_0^\infty xdF(x)<\infty$.

Landon Carter
  • 12,906
  • 4
  • 32
  • 79