The conditional expectation of a positive random variable is positive

1.4k Views Asked by At

How can the following property of conditional expectation can be proven: $X \ge 0 \implies E[X|G] \ge 0$?

2

There are 2 best solutions below

5
On BEST ANSWER

$$ E[X | G] = \int_{-\infty}^{\infty} xf_{x|g}(x|g)dx $$

$X \geqslant 0$, and $ 0 \leqslant f_{x|g}(x|g) \leqslant 1$ because $f_{x|g}(x|g)$ it is a probability distribution function. Thus, $E[X | G] \geqslant 0$ because it is a sum of products of non-negative numbers.

The discrete case is similar:

$$ E[X | G] = \sum_x xf(x|G) $$

Similarly, this is a sum of products of non-negative numbers, so $E[X|G] \geqslant 0$.

1
On

Hint: If $\Bbb E[Y\Bbb 1_E]\ge0$ for every measurable set $E$ then $Y\ge0$ almost surely.