Crossing of Brownian Motion Sample Paths

296 Views Asked by At

I would like to ask for a more rigorous statement and proof of Lemma on page 5 of this paper. In essence, it states that two distinct sample paths of a Brownian motion does not strictly cross (meaning once they intersect at some time, they merge together from then on) with probability $1$. They claim this stems from the Markov property of the Brownian motion which stipulates that a path is uniquely determined by its initial position. This seems strange to me. All the sample path starts from $0$ at time $0$. If the statement is true, then there would have been only one path and the process would have been deterministic. Also Markov property in essence states that the conditional probability depends not on the historical but the current state. It does not seem to say two paths can not start from the same point.

Can someone resolve this confusion?

2

There are 2 best solutions below

1
On BEST ANSWER

I think you misunderstood the meaning there. They talked about "contingent" claims, these are random variables given some other process. A simple example will be something like this: you have a simple SDE,

$dX = dB$, with $X_0 = a$,

the (strong) solution is, of course,

$X_t = a+ B_t$.

Now, you have another process on the same Brownian Filtration:

$dY = dB$, with $Y_0 = b$,

and so, $Y_t = b+B_t$

If $b>a$, then $Y_t>X_t$, for any given underline sample path $B_t(\cdot)$.

1
On

Here is an example in discrete time explaining why the Markov property is crucial to guarantee that solutions do not cross, in the sense that if two solutions coincide at some given time then they coincide at any later time.

Consider the AR2 process $(x_n)_{n\geqslant0}$ defined by some initial conditions $(x_0,x_1)$ and by the recursion $$x_n=2x_{n-1}-x_{n-2}+\epsilon_{n-2},$$ for every $n\geqslant2$, where $(\epsilon_n)_{n\geqslant0}$ is i.i.d. and independent of $(x_0,x_1)$. More specifically, let $(x_n)_{n\geqslant0}$ denote the solution when $x_0=1$ and $x_1=3$, and $(\bar x_n)_{n\geqslant0}$ the solution when $\bar x_0=4$ and $\bar x_1=5$.

Simple computations yield $x_2=5+\epsilon_0$, $\bar x_2=6+\epsilon_0$, $x_3=\bar x_3=7+2\epsilon_0+\epsilon_1$, hence, irrespectively of the realization of the process $(\epsilon_n)_{n\geqslant0}$, $$x_2\ne\bar x_2,\qquad x_3=\bar x_3,$$ while, interestingly in our context, $x_4=9+3\epsilon_0+2\epsilon_1+\epsilon_2$, $\bar x_4=8+3\epsilon_0+2\epsilon_1+\epsilon_2$, hence, again irrespectively of the realization of the process $(\epsilon_n)_{n\geqslant0}$, $$x_4\ne \bar x_4.$$ (And it happens that $x_n\ne \bar x_n$ for every $n\geqslant4$.) Thus, in this example, the fact that two trajectories meet at a given time does not imply that they coincide after this time, although they are both defined pathwise and run by the same process $(\epsilon_n)_{n\geqslant0}$. The missing piece of the argument is that, here, $x_n$ depends on the past $(x_k)_{k\leqslant n-1}$, not only through $x_{n-1}$ but also through $x_{n-2}$, in other words, the fact that the process $(x_n)_{n\geqslant0}$ is not Markov.