ConceptComplete

Limit Superior and Limit Inferior

For sequences that don't converge, we can still extract information about their limiting behavior using limit superior (lim sup⁑\limsup) and limit inferior (lim inf⁑\liminf). These measure the "eventual maximum" and "eventual minimum" behavior of a sequence. Every bounded sequence has a lim sup⁑\limsup and lim inf⁑\liminf, even if it doesn't have a limit.


Definitions

Definition2.1Limit superior and limit inferior

Let (an)(a_n) be a bounded sequence in R\mathbb{R}. Define:

lim sup⁑nβ†’βˆžan=lim⁑nβ†’βˆžsup⁑{ak∣kβ‰₯n}=lim⁑nβ†’βˆžsup⁑kβ‰₯nak,\limsup_{n \to \infty} a_n = \lim_{n \to \infty} \sup\{a_k \mid k \geq n\} = \lim_{n \to \infty} \sup_{k \geq n} a_k,

lim inf⁑nβ†’βˆžan=lim⁑nβ†’βˆžinf⁑{ak∣kβ‰₯n}=lim⁑nβ†’βˆžinf⁑kβ‰₯nak.\liminf_{n \to \infty} a_n = \lim_{n \to \infty} \inf\{a_k \mid k \geq n\} = \lim_{n \to \infty} \inf_{k \geq n} a_k.

RemarkIntuition
  • sup⁑kβ‰₯nak\sup_{k \geq n} a_k is the supremum of the "tail" starting at nn. As nn increases, this supremum can only decrease (or stay constant), so the limit exists.
  • Similarly, inf⁑kβ‰₯nak\inf_{k \geq n} a_k increases as nn increases, so its limit exists.
  • lim sup⁑an\limsup a_n captures the largest value the sequence "clusters near" infinitely often.
  • lim inf⁑an\liminf a_n captures the smallest value the sequence clusters near infinitely often.
ExampleLimsup and liminf of (-1)^n

Let an=(βˆ’1)na_n = (-1)^n. Then:

  • sup⁑kβ‰₯nak=1\sup_{k \geq n} a_k = 1 for all nn (since the sequence keeps hitting 11).
  • inf⁑kβ‰₯nak=βˆ’1\inf_{k \geq n} a_k = -1 for all nn (since it keeps hitting βˆ’1-1).

Thus lim sup⁑an=1\limsup a_n = 1 and lim inf⁑an=βˆ’1\liminf a_n = -1. The sequence does not converge, and lim sup⁑≠lim inf⁑\limsup \neq \liminf.

ExampleConvergent sequence

If anβ†’La_n \to L, then lim sup⁑an=lim inf⁑an=L\limsup a_n = \liminf a_n = L. Indeed, for large nn, all terms lie in (Lβˆ’Ο΅,L+Ο΅)(L - \epsilon, L + \epsilon), so

sup⁑kβ‰₯nakβ†’Landinf⁑kβ‰₯nakβ†’L.\sup_{k \geq n} a_k \to L \quad \text{and} \quad \inf_{k \geq n} a_k \to L.

ExampleLimsup of 1 + (-1)^n/n

Let an=1+(βˆ’1)n/na_n = 1 + (-1)^n/n. Then:

  • For even n=2mn = 2m, an=1+1/(2m)β†’1a_n = 1 + 1/(2m) \to 1 from above.
  • For odd n=2m+1n = 2m+1, an=1βˆ’1/(2m+1)β†’1a_n = 1 - 1/(2m+1) \to 1 from below.

So lim sup⁑an=lim inf⁑an=1\limsup a_n = \liminf a_n = 1, and anβ†’1a_n \to 1.


Properties

Theorem2.1Basic properties of limsup and liminf

Let (an)(a_n) and (bn)(b_n) be bounded sequences. Then:

  1. lim inf⁑an≀lim sup⁑an\liminf a_n \leq \limsup a_n.
  2. (an)(a_n) converges to LL if and only if lim sup⁑an=lim inf⁑an=L\limsup a_n = \liminf a_n = L.
  3. If an≀bna_n \leq b_n for all nn, then lim sup⁑an≀lim sup⁑bn\limsup a_n \leq \limsup b_n and lim inf⁑an≀lim inf⁑bn\liminf a_n \leq \liminf b_n.
  4. lim sup⁑(an+bn)≀lim sup⁑an+lim sup⁑bn\limsup(a_n + b_n) \leq \limsup a_n + \limsup b_n (subadditivity).
  5. lim inf⁑(an+bn)β‰₯lim inf⁑an+lim inf⁑bn\liminf(a_n + b_n) \geq \liminf a_n + \liminf b_n.
RemarkProof of (2)

If lim sup⁑an=lim inf⁑an=L\limsup a_n = \liminf a_n = L, then inf⁑kβ‰₯nak≀an≀sup⁑kβ‰₯nak\inf_{k \geq n} a_k \leq a_n \leq \sup_{k \geq n} a_k. Taking nβ†’βˆžn \to \infty, by the squeeze theorem, anβ†’La_n \to L.

Conversely, if anβ†’La_n \to L, then for large nn, all tails are bounded by LΒ±Ο΅L \pm \epsilon, so sup⁑kβ‰₯nakβ†’L\sup_{k \geq n} a_k \to L and inf⁑kβ‰₯nakβ†’L\inf_{k \geq n} a_k \to L.

ExampleSubadditivity of limsup

Let an=(βˆ’1)na_n = (-1)^n and bn=βˆ’(βˆ’1)nb_n = -(-1)^n. Then an+bn=0a_n + b_n = 0 for all nn, so

lim sup⁑(an+bn)=0.\limsup(a_n + b_n) = 0.

But lim sup⁑an=1\limsup a_n = 1 and lim sup⁑bn=1\limsup b_n = 1, so

lim sup⁑(an+bn)=0<1+1=lim sup⁑an+lim sup⁑bn.\limsup(a_n + b_n) = 0 < 1 + 1 = \limsup a_n + \limsup b_n.

Thus the inequality in (4) can be strict.


Applications

ExampleRatio test for series

The ratio test for series βˆ‘an\sum a_n states: if

lim sup⁑nβ†’βˆžβˆ£an+1an∣<1,\limsup_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right| < 1,

then βˆ‘an\sum a_n converges absolutely. This uses lim sup⁑\limsup to handle sequences that don't have limits (e.g., alternating terms).

ExampleRadius of convergence

For a power series βˆ‘anxn\sum a_n x^n, the radius of convergence is

R=1lim sup⁑nβ†’βˆžβˆ£an∣1/n.R = \frac{1}{\limsup_{n \to \infty} |a_n|^{1/n}}.

The use of lim sup⁑\limsup (rather than lim⁑\lim) makes the formula valid even when ∣an∣1/n|a_n|^{1/n} does not converge.


Summary

Limit superior and limit inferior provide robust notions of limiting behavior:

  • They exist for all bounded sequences, even non-convergent ones.
  • A sequence converges iff lim sup⁑=lim inf⁑\limsup = \liminf.
  • They satisfy subadditivity and monotonicity properties.
  • Applications include the ratio test and radius of convergence for series.

See Monotone Convergence for convergence of monotone sequences, and Series of Functions for applications to power series.