I would like to understand why this statement is true:
$\{\sup_n X_n \leq a\} = \cap_n \{X_n \leq a\}$
Could I have an example or a justification? Here $X_n$ is a random variable.
This will also help me understand the set-theoretic definitions of limsup and liminf.
Thank you!
It follows from the following:
Proof: If $\sup_{n\in\mathbb{N}} X_n(\omega)\leq a$ then clearly all $X_n(\omega)\leq a$. For the other direction assume by contradiction that $\sup_{n\in\mathbb{N}} X_n(\omega)=b>a$ choose $\varepsilon<b-a$ then by the definition of supremum there exists $n$ such that $X_n(\omega)>b-\varepsilon>a$ which is absurd.