The limit of a sequence is a fundamental concept in mathematical analysis describing the value that the terms of an ordered list approach as the index grows. In general mathematical literature mathematics treats a sequence as an ordered list of objects; one common case is a sequence of real numbers. The basic notation is written using lim, for example lim n→∞ a_n, which indicates the candidate value approached by the terms. Sequence behavior is classified according to whether such a limit exists.

Definition and formal criterion

Informally, a sequence (a_n) converges to a limit L if its terms get arbitrarily close to L as n increases. The standard precise formulation uses the epsilon–N criterion: for every tolerance ε>0 there exists an index N such that for all n≥N, |a_n − L| < ε. This condition guarantees that the absolute difference between terms and the limit becomes smaller than any prescribed margin. The notion relies on the absolute value to measure closeness; see absolute value for that basic tool.

Typical examples and contrasting behaviors

  • Convergent example: the sequence a_n = 1/n tends to 0 because its terms shrink toward zero as n grows.
  • Divergent example: a_n = n does not settle near any finite number, so it diverges to infinity.
  • Oscillatory example: a_n = (−1)^n does not have a limit because it alternates between values; some sequences have no single limit even though subsequences may converge.

Limits of sequences enjoy familiar algebraic rules: the limit of a sum is the sum of limits when both exist, and similarly for products and ratios (with nonzero denominators). When a sequence does not converge, one can still study limit superior (lim sup) and limit inferior (lim inf) to capture long-run upper and lower bounds of accumulation points. Subsequence convergence and accumulation points are important tools for understanding complicated behavior.

History, significance and applications

The rigorous formulation of limits became central to 19th-century analysis as mathematicians sought to avoid informal infinitesimals; figures such as Cauchy and Weierstrass contributed to the modern epsilon-style definitions. Limits of sequences underpin many areas: the study of infinite series, continuity and differentiability in calculus, numerical approximation, and models of dynamic processes in applied sciences. They provide a precise way to describe approach and approximation in both pure and applied contexts.

Further reading and connections

For introductory material look for texts on sequences and series and basic real analysis; links and resources can expand on topics such as convergence tests, subsequences, and the topology behind accumulation points. Understanding limits is a stepping stone to more advanced subjects like metric spaces and functional analysis.