1
$\begingroup$

Let ($A_n : n \in \mathbb{N} $) be a sequence of events in some probability space $( \Omega, \mathcal{F}, \mathbb{P} )$. Set

$A = \{ \omega \in \Omega : \omega \in A_n \text{ infinitely often} \} $ , $B = \{ \omega \in \Omega : \omega \in A_n \text{ for all sufficiently large } n \} $

Show that $ B = \cup_{n=1}^{\infty} \cap_{k=n}^{\infty} A_k $


I tried getting my head round what this question means, or is even asking, but this is too wacky...

  • 0
    Just out of curiosity, since $A$ doesn't feature in the problem, are you also supposed to show that you get $A$ if you reverse the union and intersection?2017-02-10
  • 0
    The next wants you to show $ \mathbb{P}(A) \leq \sum_{k=n}^{\infty} \mathbb{P}(A_k) $, and if $ \sum_{n=1}^{\infty} $ converges then that $ \mathbb{P}(A) = 0$. Hmmm...2017-02-10

1 Answers 1

2

Whatever the sets $\{U_n\}$ are, the following is true (by definition)

$$ \bigcup_{n=1}^{\infty} U_n =\{\omega\in\Omega: \text{ there is an } n \text{ for which } \omega \in U_n\}.$$

At the same time, if

$$U_n=\bigcap_{k=n}^{\infty}A_k=\{\omega\in\Omega:\omega \in U_k \text{ for all } k\geq n \text{ } \ \}.$$

then $$\bigcup_{n=1}^{\infty} U_n=\bigcup_{n=1}^{\infty}\bigcap_{k=n}^{\infty}A_k=$$ $$=\{\omega\in\Omega: \text{ there is an } n \text{ for which } \omega \in A_k\text{ for all } k\geq n\}=$$ $$ =\{\omega\in\Omega: \text{ for all sufficiently large } n, \ \omega \in A_n \}=B.$$

  • 0
    Wow very clear, thanks! I had the same idea but couldn't formalise it like you have. I guess practice makes perfect...2017-02-10