While solving a problem , I got stuck on the following step: For $A_n = \{ \omega \in \Omega | X(\omega) \leq x_n \}$ where $x_n$ is an increasing sequence of real numbers converging to say, $x$.
I need to show that union of these $A_n$s is equal to the set $ A=\{ \omega \in \Omega | X(\omega) < x \}$.
My attempt has been as follows:.
I first showed that the union is contained in this set by taking an element in the union and using that $x_n < x$. But now I'm stuck on proving the other inclusion.
Please help.
2026-04-08 09:09:54.1775639394
Need help in proving $\cup_{n=1}^{\infty} \{ \omega \in \Omega | X(\omega) \leq x_n \} = \{ \omega \in \Omega | X(\omega) < x\}$
57 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $\omega\in A$ or equivalently let $X(\omega)<x$.
Then for $n$ large enough we will have $X(\omega)\leq x_n\leq x$ because $x_n$ converges to $x$, so that $x\in A_n$.
(Observe that $x_n<X(\omega)<x$ for every $n$ implies that $x_n$ does not converge to $x$ because in that case $x-x_n>x-X(\omega)>0$ for every $n$)
This shows that: $$A\subseteq\bigcup_{n=1}^{\infty}A_n$$
Remark: the other inclusion is valid under at least one of the following extra conditions:
The second condition will be satisfied if $x_n$ is strictly increasing. Increasing only is not enough.