- Suppose $\exists$ function $f: \mathbb{N} \to \mathbb{N}$ s.t. as $n \to \infty$, $f(n) \to \infty$.
Prove that $\forall$ events (or sets) $A_1, A_2, ..., \limsup A_{f(n)} \subseteq \limsup A_n.$
- Suppose $\exists$ events (or sets) $A_1, A_2, ...$ s.t. $\limsup A_{f(n)} \subseteq \limsup A_n$ for some function $f: \mathbb{N} \to \mathbb{N}$.
Prove that $f(n) \to \infty$ as $n \to \infty$.
Context: This arises from here.
Here is what I have tried:
1
Suppose $\exists K \in \mathbb{N}$ s.t. $f(n) \to K$.
Does it follow that $f(n) = K$? I can't seem to think of a counterexample.
Anyway, if so $\omega \in A_K \notin \limsup A_n$
If not, I think such will be the case anyway?
2
We want to show that
given $\omega \in \Omega$, if $\omega \in \limsup A_{f(n)}$ and $f(n) \to \infty$, then $\omega \in \limsup A_n$.
This means by definitions that
if $\forall M > 0, \exists N > 0$ s.t. $f(n) > M$ if $n > N$, and $\forall m \in \mathbb{N}, \exists n_1 \geq m$ s.t. $\omega \in A_{n_1}$, then $\forall m \in \mathbb{N}, \exists n_2 \geq m$ s.t. $\omega \in A_{f(n_2)}$.
I think such $n_2$ exists and that it is the natural number s.t. $f(n_2) > M$ if $n_1 > N$ or something like that?