-1

Let $(X, \mathcal{T})$ be a topological space and $\left(A_n\right)_{n\in \mathbb{N}}$ a sequence of subsets of $X$. My reading material defines the limit superior as the set of points of $X$ such that every neighborhood of a point $x \in \lim\sup_nA_n$ intersects with infinitely many members of the sequence $\left(A_n\right)_{n\in \mathbb{N}}$. The limit inferior is defined similarly as a set of points of $X$, but such that any neighborhood of a $x \in \lim\inf_nA_n$ intersects with all except for finitely many members of the sequence $\left(A_n\right)_{n\in \mathbb{N}}$.

Then with these definitions, are the complements of $ \lim\sup_nA_n$ and $\lim\inf_nA_n$ sets $S_1$ and $S_2$, respectively, such that 1.) any $x\in S_1$ has a neighborhood that intersects with at most finitely many members of the sequence $\left(A_n\right)_{n\in \mathbb{N}}$ and 2.) formulated logically $\forall x \in S_2:\forall x \in U \in \mathcal{T}:\forall n \in \mathbb{N}:\exists n_0 \geq n: U\cap A_n = \varnothing$?

1 Answers1

1

So $x \in \limsup_n A_n$ iff

$$\forall U \in \mathcal{N}(x): \exists_\infty n: U \cap A_n \neq \emptyset\tag{1}$$

which has as negation

$$\exists U \in \mathcal{N}(x): \forall_\infty n: U \cap A_n = \emptyset\tag{2}$$

where $\forall_\infty$ means "for all but finitely many". The same logic rules apply to $\exists_\infty$ (there exist infinitely many) and this $\forall_\infty$ quantifier regarding negation as usual $\forall, \exists$ with regards to negations, as you see illustrated above (when these $n$ range over $\Bbb N$). (This is standard fare in mathematical logic)

So $(2)$ describes $\left(\limsup_n A_n\right)^\complement$.

The $\liminf_n A_n$ points obey exactly

$$\forall U \in \mathcal{N}(x): \forall_\infty n: U \cap A_n \neq \emptyset\tag{3}$$ with complementary points obeying:

$$\exists U \in \mathcal{N}(x): \exists_\infty n: U \cap A_n = \emptyset\tag{4}$$

Henno Brandsma
  • 242,131