Limit superior, limit inferior

Some sequences of practical importance (in science and engineering) may not have limits but have limits superior or limits inferior. While converging sequences are bounded, bounded sequences are not always converging. However, bounded sequences always have limits superior and limits inferior.




First, let us review some basic notions.

Definition (Upper bound, lower bound)

Let \(S\) be a subset of \(\mathbb{R}\): \(S \subset \mathbb{R}\). Let \(\alpha \in \mathbb{R}\) be a real number
  1. If we have \(x \leq \alpha\) for all \(x \in S\), then \(\alpha\) is said to be an upper bound of \(S\). 
  2. If we have \(x \geq \alpha\) for all \(x \in S\), then \(\alpha\) is said to be a lower bound of \(S\). 

Definition (Supremum, infimum)

Let \(S\) be a subset of \(\mathbb{R}\): \(S \subset \mathbb{R}\).
  1. If \(S\) is bounded above, and there exists the lowest value of the upper bounds, then the lowest upper bound is called the supremum of \(S\), denoted \(\sup S\). That is, if \(U(S)\) represents the set of all upper bounds of \(S\), then \[\sup S = \min U(S).\]
  2. If \(S\) is bounded below, and there exists the largest value of the lower bounds, then the largest lower bound is called the infimum of \(S\), denoted \(\inf S\). That is, if \(L(S)\) represents the set of all lower bounds of \(S\), then \[\inf S = \max L(S).\]

Let \(\{a_n\} = \{a_1, a_2, \cdots\}\) be a bounded sequence. For any \(n \in \mathbb{N}\), we define \(\overline{a}_n\) and \(\underline{a}_n\) by

\[\begin{eqnarray} \overline{a}_n &=& \sup_{k\geq n}a_k = \sup\{a_k \mid k \geq n\},\\ \underline{a}_n &=& \inf_{k\geq n}a_k = \inf\{a_k \mid k \geq n\}. \end{eqnarray}\]
That is, \(\overline{a}_n\) and \(\underline{a}_n\) are the supremum and infimum, respectively, of the subsequence \(a_n, a_{n+1}, a_{n+2},\cdots\). Clearly, we have
\[\underline{a}_n \leq a_n \leq \overline{a}_n\]
for all \(n\in\mathbb{N}\). Noting that
\[\{a_k \mid k \geq n\} \supset \{a_k \mid k \geq n+1\},\]
we have
\[\begin{eqnarray} \overline{a}_n &\geq & \overline{a}_{n+1},\\ \underline{a}_n &\leq & \underline{a}_{n+1}. \end{eqnarray}\]
Thus, \(\{\overline{a}_n\}\) and \(\{\underline{a}_n\}\) are monotone decreasing and increasing, respectively, and we have the following inequalities:
\[\underline{a}_1 \leq \underline{a}_2 \leq \cdots \leq  \underline{a}_n \leq \cdots \leq \overline{a}_n \leq \cdots \leq \overline{a}_2 \leq \overline{a}_1.\]
Therefore,
  1. The sequence \(\{\overline{a}_n\}\) is monotone decreasing and bounded.
  2. The sequence \(\{\underline{a}_n\}\) is monotone increasing and bounded.
Recall that any bounded monotone sequence converges. Thus, the following notions of limit superior and limit inferior are well-defined.

Definition (Limit superior and limit inferior)

Let \(\{a_n\}\) be a bounded sequence. We define the limit superior of \(\{a_n\}\) by
\[\limsup_{n\to\infty}a_n = \lim_{n\to\infty}\sup_{k\geq n}a_k,\]
and the limit inferior by
\[\liminf_{n\to\infty}a_n = \lim_{n\to\infty}\inf_{k\geq n}a_k.\]

Remark. Using \(\overline{a}_n = \sup_{k\geq n}a_n\) and \(\underline{a}_n = \inf_{k\geq n}a_n\), we can also write
\[\begin{eqnarray*} \limsup_{n\to\infty}a_n &=& \lim_{n\to\infty}{\overline{a}_n},\\ \liminf_{n\to\infty}a_n &=& \lim_{n\to\infty}{\underline{a}_n}. \end{eqnarray*}\]
Remark. Some authors prefer to denote the limit superior and limit inferior as
\[\varlimsup_{n\to\infty}a_n\]
and
\[\varliminf_{n\to\infty}a_n,\]
respectively. □

Example. Let's see a few examples.
  1. If \(a_n = (-1)^{n+1}\), then \(\limsup_{n\to\infty}a_n = 1\) and \(\liminf_{n\to\infty}a_n = -1\).
  2. If \(a_n = \frac{(-1)^n}{n}\), then \(\limsup_{n\to\infty}a_n = \liminf_{n\to\infty}a_n = 0\).
  3. If \(\{a_n\}\) is bounded and monotone increasing with \(\alpha = \sup_{n\in\mathbb{N}}a_n\), then \(\limsup_{n\to\infty}a_n = \liminf_{n\to\infty}a_n = \alpha\).

See also: Limit inferior and limit superior (Wikipedia).

Comments

Popular posts from this blog

Open sets and closed sets in \(\mathbb{R}^n\)

Euclidean spaces

Newton's method