Big picture goal: I am trying to reconcile the difference between between the definition of $\liminf,\limsup$ of a sequence of real numbers and a sequence of sets for the special case of the discrete metric (as per wikipedia).
liminf: I know that liminf can be thought of as a union of a sequence of intersections: $\liminf = \bigcup_{N \geq 1} ( \underbrace{\bigcap_{n\geq N} A_n}_{I_n} )$, where $I_n$ is non-decreasing: $I_n \subseteq I_{n+1}$, and so we can easily see that it can be written as: $\liminf A_n = \{A_n :$ for all except finitely many $\}$.
limsup: I also know that the limsup can be thought of as: $\limsup = \bigcap (\underbrace{\bigcup A_n}_{J_n})$, where $J_n$ is non-increasing: $J_n \supseteq J_{n+1}$.
Question: Why can we write this as $\limsup A_n = \{A_n:$ infinitely often $\}$? giving us a possibly infinite set where it doesnt belong? In other words, I see it at this:
$\liminf A_n = \{A_n: \text{true infinitely often + finitely false} \}$
$\limsup A_n = \{A_n: \text{true infinitely often} \}$
or rather:
$\limsup A_n = \underbrace{\{A_n: \text{i.o + finitely false} \}}_{\liminf} \bigcup \underbrace{\{A_n: \text{i.o + infinitely false} \}}_{???}$
but am unsure as to how thats the case for the $\limsup$? Wikipedia says: "So the limit supremum is contained in all subsets which are upper bounds for all except finitely many sets of the sequence", so it seems we should also be able to make a finite-type statement for limsups as well?
I think the source of my confusion is trying to start from this general definition on sets under the discrete metric, where we can make two statements for $\liminf$ (i.o and finitely false) and only one statement for $\limsup$ (i.o), to the case of sequences of real numbers where we can make two for each! For example, as in this "alternate definition":
A number $t$ is the limit superior of a sequence $\langle a_n\rangle$ if the following two conditions are both satisfied:
For every $s<t$ we have $s<a_n$ for infinitely many $n$'s.
For every $s>t$ we have $s<a_n$ for only finitely many $n$'s (possibly none).
Similarly, a number $t$ is the limit inferior of a sequence $\langle > a_n\rangle$ if the following two conditions are both satisfied:
For every $s>t$ we have $s>a_n$ for infinitely many $n$'s.
For every $s<t$ we have $s>a_n$ for only finitely many $n$'s (possibly none).
Some great questions clarifying the definition in either specific domains (too many to link)
- For sets: lim sup and lim inf of sequence of sets.
- For reals: Understanding limsup
- For both: limit inferior and superior for sets vs real numbers