I am trying to prove the following inequality:
If A1, A2, A3, A4,.... is a sequence of events. Prove the following:
$$\Pr(lim_{n \to \infty}inf A_n) <= lim_{n \to \infty}inf P(A_n)$$
I am doing the following:
$$\ \bigcup \limits_{N=1}^{\infty} \bigcap\limits_{n=N}^{\infty}A_n \subseteq\bigcup\limits_{n=N}^{\infty} A_n$$
Using the monotonocity of measures :
$$\Pr\left(\bigcup \limits_{N=1}^{\infty} \bigcap\limits_{n=N}^{\infty}A_n \right) \le \Pr\left(\bigcup\limits_{n=N}^{\infty} A_n\right)$$
Now the left-hand side is a lower bound for the term on the right-hand side. $$\Pr(lim_{n \to \infty}inf A_n) <= lim_{n \to \infty}\Pr\left(\bigcup\limits_{n=N}^{\infty} A_n\right)$$
Am I right till here?. Is my approach correct? Thank you.