Let $X$ be a topological space. I am asking about the relations and differences between the following two different types of $\limsup$ and $\liminf$ of $A_n ⊆ X, n ∈ \mathbb{N}$, a sequence of subsets of $X$.
From Wikipedia
$\limsup A_n$, which is also called the outer limit, consists of those elements which are limits of points in $X_n$ taken from (countably) infinitely many $n$. That is, $x ∈ \limsup A_n$ if and only if there exists a sequence of points $x_k$ and a subsequence $\{A_{n_k}\}$ of $\{A_n\}$ such that $x_k ∈ A_{n_k}$ and $x_k → x$ as $k → ∞$.
$\liminf A_n$, which is also called the inner limit, consists of those elements which are limits of points in $A_n$ for all but finitely many $n$ (i.e., cofinitely many $n$). That is, $x ∈ \liminf A_n$ if and only if there exists a sequence of points $\{x_k\}$ such that $x_k ∈ A_k$ and $x_k → x$ as $k → ∞$.
From Wikipedia:
the Kuratowski limit inferior (or lower closed limit) of $A_n$ as $n → ∞$ is $$ \mathop{\mathrm{Li}}_{n \to \infty} A_{n} := \left\{ x \in X \;\left|\; \begin{matrix} \mbox{for any open neighbourhood } U \mbox{ of } x, \\ U \cap A_{n} \neq \emptyset \mbox{ for large enough } n \end{matrix} \right. \right\}; $$
and the Kuratowski limit superior (or upper closed limit) of $A_n$ as $n → ∞$ is $$\mathop{\mathrm{Ls}}_{n \to \infty} A_{n} := \left\{ x \in X \;\left|\; \begin{matrix} \mbox{for any open neighbourhood } U \mbox{ of } x, \\ U \cap A_{n} \neq \emptyset \mbox{ for infinitely many } n \end{matrix} \right. \right\}. $$
My attempt so far (correct me if I am wrong):
$$\limsup_{n \to \infty} A_n \subseteq \mathop{\mathrm{Ls}}_{n \to \infty} A_{n}.$$ Proof: For any $x \in \limsup_{n \to \infty} A_n$, there exists a sequence of points $x_k$ and a subsequence $\{A_{n_k}\}$ of $\{A_n\}$ such that $x_k ∈ A_{n_k}$ and $x_k → x$ as $k → ∞$. For any open neighborhood $U$ of $x$, there exists $j \in \mathbb{N}$ such that for all $k \geq j$, $x_k \in U$. Since $x_k ∈ A_{n_k}$, $U \cap A_n \neq \emptyset$ for infinitely many $n$. So $x \in \mathop{\mathrm{Ls}}_{n \to \infty} A_{n}$.
Similarly, I can prove $$\liminf_{n \to \infty} A_n \subseteq \mathop{\mathrm{Li}}_{n \to \infty} A_{n}.$$
Questions:
- I wonder how to prove or disprove that $$\limsup_{n \to \infty} A_n \equiv \mathop{\mathrm{Ls}}_{n \to \infty} A_{n}$$ and $$\liminf_{n \to \infty} A_n \equiv \mathop{\mathrm{Li}}_{n \to \infty} A_{n}?$$
- If they are not equal, when will they be? For example, will $X$ being first-countable suffice?
- Can the outer/inner limit be represented in terms of operations on subsets, such as union, intersection, closure, interior, ...? I.e. in a simple way similar to the third type of $\limsup$ and $\liminf$ in my comment below?
Thanks and regards!