Lower Bound on the Probability of Brownian Motion Staying Within an Interval

144 Views Asked by At

Let $(B_t)_{t\geq0}$ be a standard Brownian motion. Show $$P(-2\leq B_t\leq 2\ \forall t\in [0,1])\geq 1-\frac{1}{\sqrt{2\pi}}$$

I know $(B_t)\overset{d}{=}N(0,t)$ so $$P(-2\leq B_t\leq 2) =\int_{-2}^2 \frac{1}{\sqrt{2\pi t}}e^{-\frac{x^2}{2t}}dx$$ Solving this integral doesn't give the needed form. And what about $t\in[0,1]$? Thanks for any help!

2

There are 2 best solutions below

1
On

$P(-2\leq B_{t}\leq 2\,\forall t\in [0,1])=P(\inf_{t\in[0,1]}B_{t}\geq -2\, , \,\sup_{t\in[0,1]}B_{t}\leq 2)$

Now just see that $P(\inf_{t\in[0,1]}B_{t}\geq -2\, , \,\sup_{t\in[0,1]}B_{t}\leq 2)\leq P(\sup_{t\in[0,1]}B_{t}\leq 2)$ .

Now $\sup_{t\in[0,1]}B_{t}\sim |B_{1}|\sim |X|$ where $X\sim N(0,1)$ .

[$\sup_{t\in[0,1]}B_{t}$ is just the Running Maximum of the Brownian motion and it has the same distribution as $|B_{1}|$]

So what you want is $P(|X|\leq 2)= 1-P(|X|\geq 2) = (1-2\cdot P(X\geq 2))$

Now just use a tail estimate for the Gaussian, namely $\int_{y}^{\infty}\frac{1}{\sqrt{2\pi}}\exp(-\frac{x^{2}}{2})\,dx \leq \frac{1}{y\sqrt{2\pi}}\exp(-\frac{y^{2}}{2})$

So $P(X\geq 2) \leq \frac{1}{2\sqrt{2\pi}}e^{-2}\leq \frac{1}{2\sqrt{2\pi}}$

Hence $-2P(X\geq 2)\geq -\frac{1}{\sqrt{2\pi}}$

Thus $P(|X|\leq 2)\geq 1-\frac{1}{\sqrt{2\pi}}$

And hence you have the required bound.

Note that using the Gaussian Tail Estimate, we could have gotten a better bound , namely,

$P(|X|\leq 2)\geq 1-\frac{1}{e^{2}\sqrt{2\pi}}$ which is obviously better than what is being asked and hence $P(-2\leq B_{t}\leq 2\,\forall t\in[0,1])\geq 1-\frac{1}{e^{2}\sqrt{2\pi}}$

2
On

We will use the reflection principle to obtain a lower bound for the probability that the Brownian motion stays within the interval $[-2, 2]$ for all $t \in [0, 1]$.

Let $T = \inf\{t \in [0, 1]: B_t \notin [-2, 2]\}$ be the first time the Brownian motion exits the interval $[-2, 2]$ within the time interval $[0, 1]$. We want to find a lower bound for the probability $P(T > 1)$.

Note that if $B_t$ exits the interval $[-2, 2]$ for the first time at time $T$, then by the reflection principle, we have that $B_{2T} \overset{d}{=} -B_T$. Hence, we can write $$ P(T > 1) = P(B_1 \in [-2, 2] \mid T > 1)P(T > 1) = P(B_1 \in [-2, 2] \mid B_1 \overset{d}{=} -B_T \text{ for some } T \leq 1). $$ Now, we will show that $P(B_1 \in [-2, 2] \mid B_1 \overset{d}{=} -B_T \text{ for some } T \leq 1) \geq 1 - \frac{1}{\sqrt{2\pi}}$.

First, note that the event $B_1 \overset{d}{=} -B_T \text{ for some } T \leq 1$ implies that $|B_1| \geq 2$. Therefore, we have $$ P(B_1 \in [-2, 2] \mid B_1 \overset{d}{=} -B_T \text{ for some } T \leq 1) = P\left(\left|B_1\right| \leq 2 \mid \left|B_1\right| \geq 2\right). $$ This probability is minimized when the conditional distribution of $|B_1|$ is given by the distribution of $|Z|$ where $Z \sim N(0, 1)$, i.e., $|Z|$ has the density function $f(x) = \frac{2}{\sqrt{2\pi}}e^{-\frac{x^2}{2}}$ for $x \geq 0$. Therefore, we obtain $$ P(B_1 \in [-2, 2] \mid B_1 \overset{d}{=} -B_T \text{ for some } T \leq 1) \geq P(|Z| \leq 2) = 1 - \frac{1}{\sqrt{2\pi}}. $$ Putting this result together, we have $$ P(-2 \leq B_t \leq 2\ \forall t\in [0,1]) = P(T > 1) \geq 1 - \frac{1}{\sqrt{2\pi}}. $$