1

Does $E(X \mid Y,Z)=0$ imply $E(X \mid Y)=0$?

In other words, if we have $E(X \mid Y,Z)=0$ then can we also say $E(X \mid Y)=0$?

Taylor
  • 18,278
  • 2
  • 31
  • 66
H. Kaya
  • 21
  • 3

1 Answers1

2

Yes, by the law of iterated expectations (with a slight generalization):

$\mathbb{E}\left(X\mid Y\right)=\mathbb{E}\left[\mathbb{E}\left(X\mid Y,Z\right)\mid Z\right]=\mathbb{E}\left[0\mid Z\right]=0$.

Tamas Ferenci
  • 3,143
  • 16
  • 26