Computing cross variation of independent brownian motions

7.7k Views Asked by At

I am familiar with computing the quadratic variation of Brownian motion, but was confused when the text I'm working through introduced cross variation of independent Brownian motions. the notation is as follows:

$$\langle X,Y\rangle_t = \lim_{||\Delta||\to 0} \sum_i(X_{t_{i+1}}-X_{t_i})(Y_{t_{i+1}}-Y_{t_i}) $$

Where $X_t$ and $Y_t$ are independent Brownian motions and $\Delta$ is a partition of $[0,t]$. I believe to proceed I should try to calculate the $L^2$ limit (as hinted at in the text), but I am not sure where to start here. The issue is that the only way I know to prove that $X_n\to X$ in $L^2$ is by showing that $E[| X_n-X|^2]\to0$, but I don't know what to use for $X$ here since I'm trying to compute the limit. Any help is appreciated.

1

There are 1 best solutions below

3
On BEST ANSWER

Let $U^\Delta_i=(X_{t_{i+1}}-X_{t_i})(Y_{t_{i+1}}-Y_{t_i})$, then $E((U^\Delta_i)^2)=(t_{i+1}-t_i)^2$ and $E(U^\Delta_iU^\Delta_j)=0$ for every $i\ne j$ hence the square of the $L^2$ norm of the RHS for subdivision $\Delta$ is $$ \sum_i(t_{i+1}-t_i)^2\leqslant\|\Delta\|\cdot t. $$ Edit: The processes $X$ and $Y$ are independent hence, for every $i$, $$ E((U^\Delta_i)^2)=E((X_{t_{i+1}}-X_{t_i})^2)\cdot E((Y_{t_{i+1}}-Y_{t_i})^2)=(t_{i+1}-t_i)\cdot(t_{i+1}-t_i). $$ Likewise, $X$ and $Y$ are independent, the increments of $X$ are independent and the increments of $Y$ are independent hence, for every $i\ne j$, $$ E(U^\Delta_iU^\Delta_j)=E(X_{t_{i+1}}-X_{t_i})\cdot E(Y_{t_{i+1}}-Y_{t_i})\cdot E(X_{t_{j+1}}-X_{t_j})\cdot E(Y_{t_{j+1}}-Y_{t_j})=0\cdot0\cdot0\cdot0. $$