Brownian motion reflection principle result

277 Views Asked by At

I'm studying about the reflection principle of the brownian motion, and I found that this result is a direct consequence of this principle:

Let $B_t$ a brownian motion, then for every $a \in \mathbb{R} \ $,

$$\mathbb{P}(\lim_{t \to \infty} \sup_{s\in [0,t]} B_s > a) = 1$$

I'm trying to prove this statement using the reflection principle but I'm totally lost. I can't see how are those results related.

2

There are 2 best solutions below

0
On

From the Law of Iterated Logarithm: $$ \limsup_{t\to+\infty}\frac{B_t}{\sqrt{2t\ln\ln t}} \overset{\mathbb{P}\rm -a.s.}{=} 1, $$ so $$ \mathbb{P}\left(\lim_{t\to+\infty}\sup_{s\in[0,t]}B_s>a\right)=1. $$

2
On

Let $M_t = \sup_{s \in [0,t]} B_s$. For $a < 0$ the statement is trivial, so take $a \ge 0$.

The reflection principle says that $P(M_t > a) = 2 P(B_t > a)$. Now since you know $B_t \sim N(0,t)$, you can compute $\lim_{t \to \infty} 2 P(B_t > a)$ and determine that it equals 1. Thus $\lim_{t \to \infty} P(M_t > a) = 1$.

This is not the same as the desired statement, but can be used to prove it in this case. Note that $M_t$ is increasing in $t$, so necessarily $\lim_{t \to \infty} M_t$ exists (as a random variable) and $\lim_{t \to \infty} M_t \ge M_u$ for any fixed $u$. Hence $P(\lim_{t \to \infty} M_t > a) \ge P(M_u > a)$. Passing to the limit as $u \to \infty$ and using what we previously proved, we have $P(\lim_{t \to \infty} M_t > a) \ge \lim_{u \to \infty} P(M_u > a) = 1$.