I'm trying to prove that the events $\{W_{1}>0\}$ and $\{W_{2}>1\}$ are not independent, where $\{W_{t}\}_{t\geq 0}$ is a standard Brownian Motion. So,I'd like to prove that $$P(W_{1}>0,W_{2}>1)\neq P(W_{1}>0)P(W_{2}>1)$$ but I have some troubles computing $P(W_{1}>0,W_{2}>1).$
Here comes my attempt: \begin{eqnarray*} P(W_{1}>0,W_{2}>1)&=&P(W_{1}>0,W_{2}-W_{1}>1-W_{1})=E(1_{\{W_{1}>0\}}1_{\{W_{2}-W_{1}>1-W_{1}\}})\\\\ &=&E(E(1_{\{W_{1}>0\}}1_{\{W_{2}-W_{1}>1-W_{1}\}}|W_{1}))=E(1_{\{W_{1}>0\}}E(1_{\{W_{2}-W_{1}>1-W_{1}\}}|W_{1})) \end{eqnarray*}
I'm stuck in the last part; I can't see a way to compute $E(1_{\{W_{2}-W_{1}>1-W_{1}\}}|W_{1})$
Is there a easier way to compute this? Or there is an alternative way to prove such events are not independent?
Any kind of help is thanked in advanced.
From the definition of Brownian motion, you know that $Z_1=W_1$ and $Z_2 = W_2-W_1$ are independent $N(0,1).$
So $$ P(W_2>1\mid W_1>0) = P(Z_2>1-Z_1\mid Z_1>0).$$ It should be clear that this is larger than $P(W_2>1)=P(Z_2>1-Z_1)$ since guaranteeing $Z_1>0$ makes $Z_2>1-Z_1$ easier to satisfy (this is water-tight since they are independent).
If we really need to clinch it, we can write $$ P(Z_2>1-Z_1) = \int_{-\infty}^\infty \phi(z_1) (1-\Phi(1-z_1))dz_1 < 2\int_0^\infty \phi(z_1)(1-\Phi(1-z_1))dz_1$$ where $\phi$ and $\Phi$ are the normal PDF and CDF. The inequality holds since $\Phi(1-|z_1|)\le \Phi(1-z_1).$ But on the other hand if $Z_1'$ is a random variable independent of $Z_2$ that has the distribution of $Z_1$ conditional on $Z_1>0,$ we have $$ P(Z_2>1-Z_1\mid Z_1>0) =P(Z_2>1-Z_1') =2\int_0^\infty \phi(z_1)(1-\Phi(1-z_1))dz_1.$$ But this is really no more than a glorified rephrasing of the last paragraph.
I'm not sure if there's a good way to compute these exactly... we can easily do $P(W_1>0)=1/2$ and $P(W_2>1) = 1-\Phi(1/\sqrt{2}),$ but the computation of $P(W_2>1,W_1>0) = P(Z_2>1-Z_1,Z_1>0)$ seems an awkward region to integrate over. Rotating by 45 degrees seems the way to go.
EDIT
Indeed, rotating by 45 degrees to the independent standard normals $Z_1' = \frac{Z_1+Z_2}{\sqrt{2}}$ and $Z_2' = \frac{Z_2-Z_1}{\sqrt{2}}$ (sorry, not the same $Z_1'$ I defined before) gives an integral $$ P(W_2>1,W_1>0) = P(Z_1'>1/\sqrt{2}, Z_2' < Z_1') \\= \int_{1/\sqrt{2}}^\infty \phi(z_1') \int_{-\infty}^{z_1'} \phi(z_2')dz_2'dz_1' \\= \int_{1/\sqrt{2}}^\infty \Phi(x)\phi(x)dx \\ = \int_{\Phi(1/\sqrt{2})}^1 u du \\= \frac{1}{2}(1-\Phi(1/\sqrt{2})^2)\\= P(W_1>0)P(W_2>1)(1+\Phi(1/\sqrt(2)).$$