[Math] The definitions of limit infimum and limit supremum

limitslimsup-and-liminfreal-analysissequences-and-series

I have begun reading Rosenthal's "A First Look to Rigorous Probability Theory" and in order to reinforce my calculus background I am studying through the appendix section. Here he defined the limit of a sequence of real numbers as $\lim_{n \to \infty}x_n=x$ if for each $0 <\epsilon$ there is a natural number $N$ such that it is $|x-x_n| < \epsilon$ for $n > N$.

Then the limit infimum and supremum are defined as $\liminf_n x_n = \lim_{n \to \infty} \inf_{k\geq n} x_k$ and $\limsup_n x_n = \lim_{n \to \infty} \sup_{k\geq n} x_k$.

  1. My first question is about the interpretation of the limit infimum and limit supremum definitions. It looks to me like they are defined as the limits of sequences as well. For example, for the infimum, one can define a sequence $a_n = \inf_{k \geq n}x_k$ where $x_n$ was already a sequence of real numbers. Then the limit infimum is the limit of the sequence $a_n$ , $\lim_{n \to \infty}a_n$, so the infimums of the subsequences $x_k$ where $k \geq n$ are converging if the limit exists. It is the similar for the supremum. Is my interpretation correct here?

  2. It is said the limit infimum and supremum do always exist, though they can be infinite. I did not understand this; why it is so?

  3. In the book it is stated that the limit $\lim_{n \to \infty} x_n$ exists if and only if it is $\liminf_n x_n = \limsup_n x_n$. I could not prove this to myself. How can it be shown that this statement is true?

Thanks in advance.

Best Answer

  1. Yes, in the book you are reading, $\liminf_n x_n$ and $\limsup_n x_n$ are defined as limits of sequences. Note that the sequence $a_n=\inf_{k\geq n} x_k$ is increasing (which means that $m\leq n$ implies $a_m\leq a_n$), while the sequence $b_n=\sup_{k\geq n} x_k$ is decreasing.

  2. The $\liminf$ and $\limsup$ are taken in the extended real line $\overline{\mathbb{R}}=\{-\infty\}\cup\mathbb{R}\cup\{\infty\}$. As an ordered set, $\overline{\mathbb{R}}$ is obtained from the ordered set $\mathbb{R}$ by adding to it the bottom (the least) element $-\infty$ and the top (the greatest) element $\infty$. As a topological space, $\overline{\mathbb{R}}$ is homeomorphic to any closed interval $[a,b]$ (with $a<b$) in $\mathbb{R}$, and is therefore compact. For example, $x\mapsto(2/\pi)\arctan x$ is a homeomorphism $\overline{\mathbb{R}}\to[-1,1]$ (where it is understood that ${-}\infty\mapsto-1$ and $\infty\mapsto1$), and at the same time it is an isomorphism of (totally) ordered sets. All this means that the limits, $\liminf$'s, and $\limsup$'s in the extended real line are just `infinitely stretched out' versions of the limits, $\liminf$'s, and $\limsup$'s in a closed interval. Since in a closed interval all increasing/decreasing sequences converge, so then do all increasing/decreasing sequences in the extended real line; in particular, $\liminf_n x_n$ and $\limsup_n x_n$ always exist. When you are thinking about the extended real line, you can imagine it as a closed interval, you can' go astray with that. If you have to prove some assertion about sequences in the extended real line, formulated in terms of the ordering and the topology (which is, after all, also determined by the ordering), then it suffices to prove the assertion for sequences in a closed interval.

  3. You can assume that $x_n$ is a sequence in a closed interval; this will make your life easier, because $\liminf_n x_n$ and $\limsup_n x_n$ are real numbers (belonging to the interval). Now prove the following: $a=\liminf_n x_n$ is the largest real number with the property that for every real number $a'<a$ there are only finitely many $n\in\mathbb{N}$ such that $x_n\leq a'$, and the analogous assertion for $b=\limsup_n x_n$ (which you will formulate yourself --- just turn everything upside-down). With these characterizations of $\liminf_n x_n$ and $\limsup_n x_n$ under the belt, you will easily prove that $\lim_{n\to\infty} x_n$ exists iff $\liminf_n x_n=\limsup_n x_n$.

Remark. You did not ask this, but since I have mentioned imagining the extended real line as a closed interval$\ldots$ $~$You can actually see $\overline{\mathbb{R}}$ as the closed interval $[-1,1]$, and transfer anything that's happening in $\overline{\mathbb{R}}$ to $[-1,1]$. Let $f(y)=\tan((\pi/2)y)$ for $y\in[-1,1]$, so that $f^{-1}(x)=(2/\pi)\arctan(x)$ for $x\in\overline{\mathbb{R}}$. Now define, for all $y,z\in[-1,1]$, $$ \begin{aligned} \mathit{sum}(y,z)~ &:= f^{-1}(f(y)+f(z))~,\\ \mathit{prod}(y,z)~ &:= f^{-1}(f(y)f(z))~. \end{aligned} $$ Actually the operations $\mathit{sum}$ and $\mathit{prod}$ are not defined everywhere on $[-1,1]\times[-1,1]$; for example, $\mathit{plus}$ is not defined at the two points $(1,-1)$ and $(-1,1)$ that correspond to the risque limits of the form $\infty-\infty$. Write the definitions of $\mathit{sum}$ and $\mathit{prod}$ in Mathematica (or a similar program), and then draw their $3\text{D}$ diagrams, placing on all three axes the labels $-\infty$, $-1$, $0$, $1$, $\infty$ at positions, respectively, $-1$, $-1/2$, $0$, $1/2$, $1$. You will be able to observe in the diagrams the behavior of the two operations all the way to the infinity (in either direction); at the points where the operations are not defined you will clearly see the discontinuities (at these points the diagrams contain vertical lines --- more precisely, the closures of the diagrams contain vertical lines).

Related Question