Applying the Union Bound in a conditional probability involving a stopping time

377 Views Asked by At

Let $b>0$. Consider a sequence of independent and identically distributed random variables $\{X_n\}_{n=1}^\infty$ and the corresponding random walk $S_n = \sum_{k=1}^n X_k$. Define the stopping time $\tau = \inf\{n\geq 1 : S_n <0\}$. I am reading a paper and the following equations appear: \begin{equation} \mathbb{P}\bigg\{ \max_{i=1,\dots,\tau }S_i \geq b\bigg\} = \mathbb{E}\bigg[\mathbb{P}\bigg\{\max_{i=1,\dots,\tau }S_i \geq b \bigg|\tau\bigg\}\bigg]\leq \mathbb{E} \bigg[ \sum_{i=1}^\tau \mathbb{P}_\infty \bigg\{ S_i \geq b\bigg\}\bigg] \end{equation} I am not completely certain about the last inequality. The author states it follows because of the union bound but I am not sure how the conditioning on the knowledge of $\tau$ disappears. Thanks for the help!

1

There are 1 best solutions below

3
On

$\max_{i=1,2,..,\tau} S_i \geq b$ iff $S_i \geq b$ for some $i \leq \tau$. So $\{\max_{i=1,2,..,\tau} S_i \geq b\} \subset \cup_{i \leq \tau} \{S_i \geq b\}$.