Prove $E^{\mathbb Q}[Y]=E^{\mathbb P}[XY]$ if $E^{\mathbb P}[X]=\mathbb P(X>0)=1$ and $ \mathbb Q(A)=E^{\mathbb Q}[X1_A] $

356 Views Asked by At

How do I prove the following? I don't know where to start.

If $X$ is a random variable with $E^{\mathbb P}[X] = \mathbb P(X>0)=1$ and $ \mathbb Q$ is the probability measure defined by $ \mathbb Q(A)=E^{\mathbb Q}[X1_A] $ then $E^{\mathbb Q}[Y]=E^{\mathbb P}[XY]$

2

There are 2 best solutions below

0
On

Use what David Williams calls the standard machine:

enter image description here

I guess $Y,X,XY \in \mathscr L ^{1}(\Omega, \mathscr F, \mathbb P)$, $Y,X,XY \in \mathscr L ^{1}(\Omega, \mathscr F, \mathbb Q)$ and $A \in \mathscr F$.

We want to show that $$E^{\mathbb Q}[Y]=E^{\mathbb P}[XY] \tag{*}$$

Doing this consists of four parts:

  1. Show $(*)$ is true for $Y=1_A$

I think this is $$LHS(*) = \int_{\Omega} Y d \mathbb Q = \mathbb Q(A)$$

  1. Show $(*)$ is true for nonnegative simple functions, $Y \in SF^{+}$, that is, $Y=a_11_{A_1} + \cdots + a_n1_{A_n}$.

I think this is $$LHS(*) = \int_{\Omega} Y d \mathbb Q = a_1 \mathbb Q(A_1) + \cdots + a_n\mathbb Q(A_n)$$

  1. Show $(*)$ is true for nonnegative measurable functions, $Y \in (m \mathscr F)^{+}$.

I think this $$LHS(*) = \int_{\Omega} Y d \mathbb Q = \sup_{h \in SF^{+}, h \le Y}\{\int_{\Omega} h d \mathbb Q\}$$

  1. Show $(*)$ is true for measurable functions $Y = Y^{+} - Y^{-}$

I think this $$LHS(*) = \int_{\Omega} Y d \mathbb Q = \int_{\Omega} Y^{+} d \mathbb Q - \int_{\Omega} Y^{-} d \mathbb Q$$

0
On

Wait I don't think we need the standard machine. We're given that

$$\mathbb Q(A) = E^{\mathbb P}[X1_A] \tag{1}$$

$$LHS(1) := \mathbb Q(A) = \int_{\Omega}1_A d\mathbb Q$$

$$RHS(1) := \int_{\Omega} X1_A d\mathbb P$$

Thus, $$X1_Ad\mathbb P = 1_Ad\mathbb Q$$

which I guess is equivalent to

$$Xd\mathbb P = d\mathbb Q \tag{*}$$

Now, we want to prove that

$$E^{\mathbb Q}[Y] = E^{\mathbb P}[XY] \tag{2}$$

$$LHS(2) := \int_{\Omega} Y d\mathbb Q$$

$$RHS(2) := \int_{\Omega} XY d\mathbb P$$

Now, $LHS(2) = RHS(2)$ if $XYd\mathbb P = Yd\mathbb Q$

which I guess is equivalent to $(*)$.

So um, QED? Or maybe the last part is where standard machine comes in.