Proposition: Convergent Sequences are Bounded

Let be a convergent sequence. Then the sequence is bounded, and the limit is unique.

Proof:

Let's prove uniqueness first. Suppose the sequence has two limits, a and a'. Take any > 0. Then there is an integer N such that:
| aj - a | < if j > N
Also, there is another integer N' such that
| aj - a' | < , if j > N'
Then, by the triangle inequality:
| a - a' | < | aj - a | + | aj - a' | < + = 2 if j > max{N,N'}.
Hence | a - a' | < 2 for any > 0. But then a = a', so that the limit is indeed unique.

Next, we prove boundedness. Since the sequence converges, we can take any = 1. Then

| aj - a | < 1 if j > N
Fix that number N. Then we have that
| aj | < = | aj - a | + | a | < 1 + |a| := P for all j > N
But then define M = max{| aj |, j = 1,.., N, P}. Then | aj | < M for all j, i.e. the sequence is indeed bounded.


To Theory | Glossary | Map
(bgw)