From Wikipedia:
Let $(X, d)$ be a metric space. For any point $x ∈ X$ and any non-empty compact subset $A ⊆ X$, let $$ d(x, A) = \inf \{ d(x, a) \mid a \in A \}. $$ For any sequence of such subsets $A_n ⊆ X, n ∈ \mathbb{N}$, the Kuratowski limit inferior (or lower closed limit) of $A_n$ as $n → ∞$ is $$\begin{align*} \mathop{\mathrm{Li}}_{n \to \infty} A_{n} &= \left\{ x \in X \;\left|\; \limsup_{n \to \infty} d(x, A_{n}) = 0 \right. \right\}\\ &= \left\{ x \in X \;\left|\; \begin{matrix} \mbox{for all open neighbourhoods } U \mbox{ of } x, \\ U \cap A_{n} \neq \emptyset \mbox{ for large enough } n \end{matrix} \right. \right\}; \end{align*} $$ and the Kuratowski limit superior (or upper closed limit) of $A_n$ as $n → ∞$ is $$\begin{align*} \mathop{\mathrm{Ls}}_{n \to \infty} A_{n} &= \left\{ x \in X \;\left|\; \liminf_{n \to \infty} d(x, A_{n}) = 0 \right. \right\}\\ &= \left\{ x \in X \;\left|\; \begin{matrix} \mbox{for all open neighbourhoods } U \mbox{ of } x, \\ U \cap A_{n} \neq \emptyset \mbox{ for infinitely many } n \end{matrix} \right. \right\}.\end{align*} $$
The second part of each definition is purely topological and has nothing to do with metric. So I try to represent them using operations on subsets, such as union, intersection, closure, interior, .... Questions:
Is it correct that:
"For all open neighbourhoods $U$ of $x$, $ U \cap A_{n} \neq \emptyset$" is equivalent to $x \in \mathrm{closure}(A_n)$?
So $$ \left\{ x \in X \;\left|\; \begin{matrix} \mbox{for all open neighbourhoods } U \mbox{ of } x, \\ U \cap A_{n} \neq \emptyset \mbox{ for large enough } n \end{matrix} \right. \right\} = \cup_{i=1}^\infty \cap_{n=i}^\infty \mathrm{closure}(A_n), $$ and $$ \left\{ x \in X \;\left|\; \begin{matrix} \mbox{for all open neighbourhoods } U \mbox{ of } x, \\ U \cap A_{n} \neq \emptyset \mbox{ for infinitely many } n \end{matrix} \right. \right\} = \cap_{i=1}^\infty \cup_{n=i}^\infty \mathrm{closure}(A_n)? $$
I don't think they are the same as those provided by Andre, since here there is no taking closure after taking union to make the results to be closed. But this is contrary to the linked Wikipedia article:
$\mathop{\mathrm{Li}}_{n \to \infty} A_{n}$ and $\mathop{\mathrm{Ls}}_{n \to \infty} A_{n}$ are always closed sets in the metric topology on $(X, d)$
Which one is right, Wikipedia or I?
- How can it be shown that the first one in part 1 is $\left\{ x \in X \left| \limsup_{n \to \infty} d(x, A_{n}) = 0 \right. \right\}$, and the second is $\left\{ x \in X \left| \liminf_{n \to \infty} d(x, A_{n}) = 0 \right. \right\}$?
Thanks and regards!