0

Let $(\Omega, \mathcal{F}, P)$ be a probability space with random variables $X,Y$ defined on it. Let $\mathcal{M} \subset \mathcal{F}$ be a sub-$\sigma$-algebra. Suppose that $X$ is $\mathcal{M}$-measurable and that $Y$ is independent of $\mathcal{M}$. Let $Z=g(X,Y)$ for some Borel $g:\mathbb{R}^2 \to \mathbb{R}$. Assume $X,Y,Z \in L^1$. I'd like to show that $\mathbb{E}[Z|\mathcal{M}] = \phi(X)$ where $\phi(x)=\mathbb{E}[g(x,Y)]$?

I've tried doing the usual trick of indicator-simple function-MCT, but I wasn't quite able to make it work. Using Fubini's theorem we can show that $\mathbb{E}[\phi(X)] = \mathbb{E}[g(X,Y)]$. Indeed, by the independence of $X,Y$, their joint law is exactly the product measure of their individual laws, and also we have that $\mathbb{E}[g(X,Y)] = \iint_{\mathbb{R}^2} g(x,y) (\mu_{1} \times \mu_{2})(dx\ dy) $ whereas $\mathbb{E}[\phi(X)] = \int_{\mathbb{R}} \left( \int_{\mathbb{R}} g(x,y) \mu_{2}(dy) \right) d\mu_{1}(dx)$ so the result follows from Fubini. But we need to show $\mathbb{E}[\mathbf{1}_{H}\phi(X)] = \mathbb{E}[\mathbf{1}_{H}g(X,Y)]$ for all $H \in \mathcal{M}$ and it's not obvious to me how to extend the argument.

UPDATE: We may note that by this, it is possible to assume WLOG that $\mathcal{M}=\sigma(X)$.

RobPratt
  • 45,619

1 Answers1

1

Okay, I think I've got it. We can start by considering the case $g=\mathbb{1}_{B}(x) \cdot \mathbb{1}_{A}(y)$ for Borel $A,B \subset \mathbb{R}$. Note that $\phi(x) = 0$ if $x \notin B$ and $\phi(x)=P(Y \in A)$ otherwise. Let $H \in \mathcal{M}$. We can check that $$\mathbb{E}[\mathbf{1}_{H} \phi(X)] = \mathbb{E}[\mathbf{1}_{H \cap \{X \in B\}}P(Y \in A)] = P(Y \in A)\mathbb{E}[\mathbf{1}_{H \cap \{X \in B\}}] = P(Y \in A)P(H \cap \{X \in B\}) = P(\{Y \in A\} \cap H \cap \{X \in B\})$$ where the last equality is by the independence of $\sigma(A), \mathcal{M}$, noting that $H \cap \{X \in B\} \in \mathcal{M}, \{Y \in A\} \in \sigma(A)$.

On the other hand, $\mathbb{E}[\mathbf{1}_{H}g(X,Y)] = \mathbb{E}[\mathbf{1}_{H \cap \{X \in B\} \cap \{Y \in A\}}] = P(\{Y \in A\} \cap H \cap \{X \in B\})$.

We can show it holds for general indicators (rather than just indicators of rectangles) by Dykin's theorem. The general case should follow from the standard four-step indicator-simple function-MCT then positive/negative parts argument.