lim sup and lim inf of sequence of sets.

73.8k Views Asked by At

I was wondering if someone would be so kind to provide a very simple explanation of $\limsup$ and $\liminf$ of a sequence of sets. For a sequence of subsets $A_n$ of a set $X$ we have $$\limsup A_n= \bigcap_{N=1}^\infty \left( \bigcup_{n\ge N} A_n \right)$$ and $$\liminf A_n = \bigcup_{N=1}^\infty \left(\bigcap_{n \ge N} A_n\right).$$ But I am having a hard time imagining what that really means unions of intersections and intersections of unions I think maybe causing the trouble. I read the version on Wikipedia but that didn't resolve this either. Any help would be much appreciated.

3

There are 3 best solutions below

10
On BEST ANSWER

A member of $$ \bigcup_{N=1}^\infty \bigcap_{n\ge N} A_n $$ is a member of at least one of the sets $$ \bigcap_{n\ge N} A_n, $$ meaning it's a member of either $A_1\cap A_2 \cap A_3 \cap \cdots$ or $A_2\cap A_3 \cap A_4 \cap \cdots$ or $A_3\cap A_4 \cap A_5 \cap \cdots$ or $A_4\cap A_5 \cap A_6 \cap \cdots$ or $\ldots$ etc. That means it's a member of all except finitely many of the $A$.

A member of $$ \bigcap_{N=1}^\infty \bigcup_{n\ge N} A_n $$ is a member of all of the sets $$ \bigcup_{n\ge N} A_n, $$ so it's a member of $A_1\cup A_2 \cup A_3 \cup \cdots$ and of $A_2\cup A_3 \cup A_4 \cup \cdots$ and of $A_3\cup A_4 \cup A_5 \cup \cdots$ and of $A_4\cup A_5 \cup A_6 \cup \cdots$ and of $\ldots$ etc. That means no matter how far down the sequence you go, it's a member of at least one of the sets that come later. That means it's a member of infinitely many of them, but there might also be infinitely many that it does not belong to.

0
On

In terms of sets, we have the following interpretations:

  • $\displaystyle x\in\bigcup_{i\in I} A_i$ means that $x$ is in at least one of the $A_i$ sets.
  • $\displaystyle x\in\bigcap_{i\in I} A_i$ means that $x$ is in all of the $A_i$ sets.

So this means that

  1. $\bigcap_{N\ge1}\bigcup_{n\ge N} A_n$ are all elements somewhere in $A_N,A_{N+1},A_{N+2},\dots$, no matter how large N is. Being a member of this set is logically equivalent to being "in infinitely many of the $A_i$ sets".
  2. $\bigcup_{N\ge1}\bigcap_{n\ge N} A_n$ are all elements in every single one of $A_{N},A_{N+1},A_{N+2},\dots$ for some $N$. Being a member of this set is logically equivalent to being "in all but finitely many the $A_i$ sets".
8
On

Are you familiar with the real analysis definition of $$\limsup_{n\to\infty} x_n = \inf_{m\geq 0} \sup_{n\geq m} x_n~?$$

The same definition can be applied to any sequence of elements in a complete lattice. Now apply it to the power set $2^X$ of some base set $X$ with set inclusion as the partial order.