I'm studying this proof of Girsanov Theorem and trying the figure out the details however I need some help with this. I noticed there are, also here on stackexchange, a lot of different versions of the Theorem so I start by stating Girsanov the way I know it:
Theorem: Let $X=X_0+A+M$ be a continuous semimartingale on $(\Omega, \mathcal{F}, \mathbb{P})$ w.r.t. a filtration $\mathbb{F}$. Let $\mathbb{Q}$ be another probability measure on $(\Omega, \mathcal{F})$ such that $\mathbb{Q}_t << \mathbb{P}_t$ for all $t \geq 0$ and with density process $Z$. Then the stochastic integral $Z^{-1} \cdot \langle Z, M \rangle$ is well defined under $\mathbb{Q}$ and $X$ is a continuous martingale on $(\Omega, \mathcal{F}, \mathbb{Q})$ with local martingale part $$M^{\mathbb{Q}}=M-Z^{-1} \cdot \langle Z, M \rangle$$ Moreover the quadratic covariation $\langle X,Y\rangle$ of two semimartingales under $\mathbb{P}$ is the same under $\mathbb{P}$ and $\mathbb{Q}$.
I will now give the proof from the lecture notes with my ideas and problems.
Let $T^n = \inf\{t > 0 \;:\; Z_t < \frac{1}{n}\}$. On each $[0,T^n]$ we have that $Z^{-1} \cdot \langle Z, M \rangle$ is $\mathbb{P}$-a.s. finite and therefore also $\mathbb{Q}$-a.s. finite. Since $T^n \to \infty$ $\mathbb{Q}$-a.s. the process $Z^{-1} \cdot \langle Z, M \rangle$ is well defined under $\mathbb{Q}$.
I assume for $Z^{-1} \cdot \langle Z, M \rangle$ to be well defined means that it is $\mathbb{Q}$-a.s. finite, correct? And I see that on $[0,T^n]$ the process $Z$ stays away from zero, by why is $Z^{-1} \cdot \langle Z, M \rangle$ $\mathbb{P}$-a.s. finite?
Next the proof continuous with \begin{align*} (M^{\mathbb{Q}}Z)_t^{T^n} &= M_0Z_0 + \int_0^{T^n \wedge t} M^{\mathbb{Q}} dZ + \int_0^{T^n \wedge t}ZdM^{\mathbb{Q}} + \langle M^{\mathbb{Q}}, Z \rangle_{T^n \wedge t}\\ &=M_0Z_0 + \int_0^{T^n \wedge t} M^{\mathbb{Q}} dZ + \int_0^{T^n \wedge t}ZdM \end{align*}
I calculate that $\int_0^{T^n \wedge t}ZdM^{\mathbb{Q}} = \int_0^{T^n \wedge t}ZdM - \langle M^, Z \rangle_{T^n \wedge t}$. Now what to do with the last term? If I use linearity for quadratic covariation (I don know if this even holds) I get $\langle M^{\mathbb{Q}}, Z \rangle_{T^n \wedge t} = \langle M^, Z \rangle_{T^n \wedge t} - \langle Z, \langle Z,M \rangle\rangle_{T^n \wedge t}$. The first term cancels, but what to do with the second?
I now see how it follows that $M^{\mathbb{Q}}$ is a local martingale, but how does that show that $X$ is a continuous semimartingale w.r.t. $\mathbb{Q}$? And that it's local martingale part is $M^{\mathbb{Q}} $? Lastly is there an easy way to see the last claim with the quadratic covariation?
Thanx in advance!
Where in the proof do we need that $Z$ is strictly positive $Q$-a.s.? The proof uses that $Z^{-1} \cdot \langle Z, M\rangle $ is $P$-a.s. finite on $[0,T^n]$. I see that on this interval clearly stays away from zero, so $Z^{-1}$ stays away from zero. But how to conclude the integral is $P$-a.s. finite?
It is clear to me how to conclude $M^Q$ is a local martingale (under $Q$) from the formula you gave. But I'm confused as to how to get to this formula. What to do with the $\langle M^Q, Z \rangle$ term?
Furthermore, ok M^Q is a local martingale, how is X then a semimartingale under Q? Ty
– Dylan Aug 13 '15 at 21:48