Next: Sums, Products and Quotients
Up: Sequences
Previous: Examples of sequences
  Contents
  Index
With this language we can give some simple examples for which we can use the definition directly.
- If an
2 as
n
, then (take
= 1), eventually, an is within a distance 1 of 2. One consequence of this is that eventually an > 1 and another is that eventually an < 3.
- Let an = 1/n. Then an
0 as
n
. To check this, pick
> 0 and then choose N with
N > 1/
. Now suppose that n
N. We have
- The sequence an = n - 1 is divergent; for if not, then there is some l such that an
l as
n
. Taking
= 1, we see that eventually (say after N) , we have
-1
(n - 1) - l < 1, and in particular,
that
(n - 1) - l < 1 for all n
N. thus n < l + 2 for all n, which is a contradiction.
Although we can work directly from the definition in these simple cases, most of the time it is too hard. So rather than always working directly, we also use the definition to prove some general tools, and then use the tools to tell us about convergence or divergence. Here is a simple tool (or Proposition).
Proposition 2.6
Let
an
l as
n

and assume also that
an
m as
n

. Then
l =
m. In other words, if a sequence has a limit, it has a unique limit, and we are justified in talking about
the limit of a sequence.
Proof.
Suppose that
l
m; we argue by contradiction, showing this
situation is impossible. Using
1.7, we choose
disjoint neighbourhoods of
l and
m, and note that since the
sequence converges, eventually it lies in each of these neighbourhoods;
this is the required contradiction.
We can argue this directly (so this is another version of this proof).
Pick
= | l - m|/2. Then eventually
| an - l| <
, so
this holds e.g.. for n
N1. Also, eventually
| an - m| <
, so this holds eg. for n
N2. Now let
N = max(N1, N2), and choose n
N. Then both inequalities hold,
and
| | l - m| |
= |
| l - an + an - m| |
|
| |
 |
| l - an| + | an - m| by the triangle inequality |
|
| |
< |
+ = | l - m| |
|
Proposition 2.7
Let
an
l
0 as
n

.
Then eventually
an
0.
Proof.
Remember what this means; we are guaranteed that from some point onwards, we
never have
an = 0. The proof is a variant of
``if
an
2 as
n

then eventually
an > 1.''
One way is just to repeat that argument in the two cases where
l > 0 and then
l < 0. But we can do it all in one:
Take
= | l|/2, and apply the definition of ``an
l as
n
''. Then there is some N such that
| | an - l| |
< |
| l|/2 for all n N |
|
| Now l |
= |
l - an + an. |
|
| Thus | l| |
 |
| l - an| + | an|, so | l| | l|/2 + | an|, |
|
| and | an| |
 |
| l|/2 0. |
|
Exercise 2.8
Let
an
l
0 as
n

, and assume that
l > 0. Show
that eventually
an > 0. In other words, use the first method
suggested above for
l > 0.
Next: Sums, Products and Quotients
Up: Sequences
Previous: Examples of sequences
  Contents
  Index
Ian Craw
2002-01-07