Altanis

0.1Limit Superior and Inferior

Updated 9 Sep 2026Chapter (PDF)

This is not a section in Folland and content is drawn from a variety of places, such as Chapters 1-2 of MIRA.

[0.1.1]Definition(Limit Superior and Inferior of Sequences)#

Suppose (xn)(x_n) is a sequence in [,][-\infty, \infty]. Then

lim supxn=infk1(supnkxn)=limk(supnkxn),\limsup x_n = \inf_{k \ge 1} \left(\sup_{n \ge k} x_n\right) = \lim_{k \to \infty} \left(\sup_{n \ge k} x_n\right),
lim infxn=supk1(infnkxn)=limk(infnkxn).\liminf x_n = \sup_{k \ge 1} \left(\inf_{n \ge k} x_n\right) = \lim_{k \to \infty} \left(\inf_{n \ge k} x_n\right).

The limit superior is the smallest of all upper bounds for each tail. Let Sk=supnkxnS_k = \sup_{n \ge k} x_n. As the tail shrinks, the pool of numbers decreases, making SkS_k a monotonically decreasing sequence. Thus, its limit as kk \to \infty is exactly its infimum. The limit inferior is the largest of all lower bounds for each tail.

For example, imagine xn=sin(n)x_n = \sin(n). Each tail of xnx_n has 1,2,31, 2, 3 as upper bounds, but 11 is the tightest upper bound across all tails. Moreover, each tail has 1,2,3-1, -2, -3 as lower bounds, with 1-1 as the tightest lower bound. Thus lim supxn=1\limsup x_n = 1 and lim infxn=1\liminf x_n = -1. The limit of a sequence exists if and only if the limit superior and inferior agree.

[0.1.2]Definition(Limit Superior and Inferior of Sets)#

Suppose {En}n=1\{E_n\}_{n = 1}^\infty is a sequence of sets. Then

lim supEn=k=1n=kEn,\limsup E_n = \bigcap_{k = 1}^\infty \bigcup_{n = k}^\infty E_n,
lim infEn=k=1n=kEn.\liminf E_n = \bigcup_{k = 1}^\infty \bigcap_{n = k}^\infty E_n.

This structurally mirrors the real sequence definition, replacing the analytic sup/inf\sup / \inf with the set-theoretic /\bigcup / \bigcap. The tail union Fk=nkEnF_k = \bigcup_{n \ge k} E_n forms a monotonically shrinking sequence of sets, making its limit equivalent to its intersection.

If xlim supEnx \in \limsup E_n, then no matter how many terms you cut off from the start, xx is still contained in some subsequent set. We say that xx is in EnE_n infinitely often. On the other hand, if xlim infEnx \in \liminf E_n, then xx is in all but finitely many sets in the sequence. We say that xx is eventually in EnE_n. Thus, lim sup\limsup guarantees xx is in at least one set of any tail of the sequence, whereas lim inf\liminf guarantees xx is in every element of one specific tail. A sequence of sets has a limit if and only if its limit superior and inferior agree.

[0.1.3]Remark(The Indicator Connection)#

The set and real sequence definitions are strictly bridged by indicator functions. The real-valued limit of an indicator sequence evaluates exactly to the indicator of the set-valued limit:

lim supn1En(x)=1lim supEn(x).\limsup_{n \to \infty} 1_{E_n}(x) = 1_{\limsup E_n}(x).

This identically holds for lim inf\liminf.