Radon-Nykodym Derivative process-Property of Conditional Expectation

181 Views Asked by At

I'm struggling with the understanding of the properties of a Radon-Nykodym Derivative process. In my example we defined the probability measure $\mathbb{Q}[A]=\int_A Z(\omega) d\mathbb{P}(\omega)$. Then Z is the Radon-Nykodym derivative of $\mathbb{Q}$ w.r.t. $\mathbb{P}$ and $Z_t=E_\mathbb{P}[Z|\mathcal{F}_t]$ is a Radon-Nykodym derivative process, I saw that then the conditional expectation: $$E_\mathbb{Q}[Y|\mathcal{F}_t]=\frac{1}{Z_t} E_\mathbb{P} [YZ_s|\mathcal{F_t}]$$ asuming here that Y is $\mathcal{F}_s$ measurable where $s \geq t$.

I startet with a event $A \in \mathcal{F}_t$. Then: $$ E_\mathbb{Q}[Y|\mathcal{F}_t]=E_\mathbb{Q}[Y 1_A]=E_P[YZ_t1_A]=E_P[E_P[YZ_t1_A|\mathcal{F_t}]$$ But then I couldn't do it further, because then I would take out $Z_t$ but this would make no sense, when looking at the equation. Could somebody help me? Thank you!

Thank you!

1

There are 1 best solutions below

5
On BEST ANSWER

First notice that $$\mathbb{E}_\mathbb{P}[YZ_s | \mathcal{F}_t] = \mathbb{E}_\mathbb{P}[ \mathbb{E}_\mathbb{P}[YZ | \mathcal{F}_s] | \mathcal{F}_t] = \mathbb{E}_\mathbb{P}[YZ | \mathcal{F}_t]$$ by the tower law, where the first equality follows from the definition of $Z_s$ and the fact that $Y$ is $\mathcal{F}_s$ measurable.

Let $C_t = \frac{1}{Z_t} \mathbb{E}_\mathbb{P}[YZ | \mathcal{F}_t]$. Then $C_t$ is $\mathcal{F}_t$ measurable so $$\mathbb{E}_\mathbb{P}[ Z C_t | \mathcal{F}_t] = C_t \mathbb{E}_\mathbb{P}[Z | \mathcal{F}_t] = C_t Z_t = \mathbb{E}_\mathbb{P}[YZ | \mathcal{F}_t].$$

We would like to show that $\mathbb{E}_\mathbb{Q}[Y | \mathcal{F}_t] = C_t$. That is, we need to check that for every $A \in \mathcal{F}_t$ we have $ \mathbb{E}_\mathbb{Q}[ {1}_A C_t] = \mathbb{E}_\mathbb{Q} [ {1}_A Y]$. Notice that we do not expect to have $\mathbb{E}_\mathbb{Q}[Y | \mathcal{F}_t] = \mathbb{E}_\mathbb{Q}[Y 1_A]$ as you have written since the left hand side is a random variable whilst the right hand side is just a number.

So we compute for $A \in \mathcal{F}_t$, $$\mathbb{E}_\mathbb{Q}[1_A C_t] = \mathbb{E}_\mathbb{P} [1_A Z C_t] = \mathbb{E}_\mathbb{P} [ 1_A \mathbb{E}_\mathbb{P} [ ZC_t | \mathcal{F}_t]] = \mathbb{E}_\mathbb{P} [ 1_A \mathbb{E}_\mathbb{P} [ZY | \mathcal{F}_t]] = \mathbb{E}_\mathbb{P} [ YZ 1_A ] = \mathbb{E}_\mathbb{Q} [ 1_A Y ]$$ as desired.