Convergence of Sequences
The concept of convergence is central to analysis. A sequence converges if its terms approach a single limiting value as the index tends to infinity. The epsilon-delta definition, formalized by Cauchy and Weierstrass in the 19th century, provides a rigorous foundation for calculus and analysis.
Definition and basic properties
Definition2.1Convergence of a sequence
A sequence (anβ) in R converges to a limit LβR if for every Ο΅>0, there exists NβN such that
β£anββLβ£<Ο΅forΒ allΒ nβ₯N.
We write limnβββanβ=L or anββL as nββ.
RemarkEpsilon-N definition
The definition says: eventually, all terms of the sequence lie within any prescribed distance Ο΅ of the limit L. No matter how small Ο΅>0 is chosen, only finitely many terms lie outside the interval (LβΟ΅,L+Ο΅).
Uniqueness of limits
Theorem2.1Uniqueness of limits
If anββL and anββLβ², then L=Lβ².
Proof
Suppose Lξ =Lβ². Let Ο΅=β£LβLβ²β£/2>0. Since anββL, there exists N1β such that β£anββLβ£<Ο΅ for all nβ₯N1β. Similarly, there exists N2β such that β£anββLβ²β£<Ο΅ for all nβ₯N2β. Let N=max(N1β,N2β). Then for nβ₯N,
β£LβLβ²β£=β£(Lβanβ)+(anββLβ²)β£β€β£Lβanββ£+β£anββLβ²β£<Ο΅+Ο΅=β£LβLβ²β£,
a contradiction. Thus L=Lβ².
β
Algebra of limits
Theorem2.2Algebra of limits
If anββa and bnββb, then:
- anβ+bnββa+b.
- anββbnββaβb.
- anβbnββab.
- If bξ =0, then anβ/bnββa/b (assuming bnβξ =0 for all n).
RemarkProof sketch
These are proved using the epsilon-N definition and the triangle inequality. For example, for (1): given Ο΅>0, choose N1β such that β£anββaβ£<Ο΅/2 for nβ₯N1β, and N2β such that β£bnββbβ£<Ο΅/2 for nβ₯N2β. For nβ₯max(N1β,N2β),
β£(anβ+bnβ)β(a+b)β£β€β£anββaβ£+β£bnββbβ£<Ο΅/2+Ο΅/2=Ο΅.
Squeeze theorem
Theorem2.3Squeeze Theorem
Suppose anββ€bnββ€cnβ for all nβ₯N0β, and anββL, cnββL. Then bnββL.
Proof
Given Ο΅>0, choose N1ββ₯N0β such that β£anββLβ£<Ο΅ for nβ₯N1β, i.e., LβΟ΅<anβ<L+Ο΅. Similarly, choose N2β such that LβΟ΅<cnβ<L+Ο΅ for nβ₯N2β. For nβ₯max(N1β,N2β),
LβΟ΅<anββ€bnββ€cnβ<L+Ο΅,
so β£bnββLβ£<Ο΅. Thus bnββL.
β
Bounded sequences
Definition2.2Bounded sequence
A sequence (anβ) is bounded if there exists M>0 such that β£anββ£β€M for all nβN.
Theorem2.4Convergent sequences are bounded
If anββL, then (anβ) is bounded.
Proof
Choose Ο΅=1. There exists N such that β£anββLβ£<1 for all nβ₯N, i.e., Lβ1<anβ<L+1 for nβ₯N. Let
M=max(β£a1ββ£,β£a2ββ£,β¦,β£aNβ1ββ£,β£Lβ£+1).
Then β£anββ£β€M for all nβN.
β
RemarkConverse is false
A bounded sequence need not converge. For example, anβ=(β1)n is bounded (β£anββ£=1) but does not converge (it oscillates between β1 and 1).
Subsequences and Bolzano-Weierstrass
Definition2.3Subsequence
A subsequence of (anβ) is a sequence (ankββ) where n1β<n2β<n3β<β― is a strictly increasing sequence of indices.
Theorem2.5Bolzano-Weierstrass Theorem
Every bounded sequence in R has a convergent subsequence.
RemarkProof deferred
The proof uses the completeness of R and the nested intervals property. See Bolzano-Weierstrass Theorem for details.
Summary
Convergence is the foundation of real analysis:
- A sequence converges if its terms eventually lie within any Ο΅ of the limit.
- Limits are unique, and arithmetic operations preserve limits.
- The squeeze theorem is a powerful tool for computing limits.
- Convergent sequences are bounded, but not conversely.
- Bolzano-Weierstrass ensures every bounded sequence has a convergent subsequence.
See Cauchy Sequences for an alternative characterization of convergence, and Monotone Convergence Theorem for a major application of completeness.