I am learning this wiki page, which uses sequence of sets
in the definition
Suppose that ${\displaystyle \{A_{n}\}_{n=1}^{\infty }}$ is a sequence of sets. The two equivalent definitions are as follows.
Using union and intersection, define
$\liminf_{n \rightarrow \infty} A_n = \bigcup_{n \ge 1} \bigcap_{j \geq n} A_j$
...
The sequence ${A_n}$ is said to be nondecreasing if each $A_n ⊂ A_{n+1}$
the simplest example of a (monotonic increasing) sequence I can imagine is the Natural number $\{0, 1, 2, …\}$
I assume this $\{\{0\}, \{0, 1\}, ..., \{0, 1, 2, …\}\}$ is an nondecreasing sequence of sets.
limit infimum is defined as
$\liminf_{n \rightarrow \infty} A_n = \bigcup_{n \ge 1} \bigcap_{j \geq n} A_j$
to understand this easily, I would like to consider $\bigcap_{j \geq 1} A_j$ first
so, is $\bigcap_{j \geq 1} A_j$ equal to
$\{0\}$
or
$\{\{0\}\}$
I think it is the last one, and I need a double-check