next up previous contents index
Next: Sums, Products and Quotients Up: Sequences Previous: Examples of sequences   Contents   Index

Direct Consequences

With this language we can give some simple examples for which we can use the definition directly.

Exercise 2.5   Show that the sequence an = (1/$ \sqrt{n}$)$ \to$ 0 as n$ \to$$ \infty$.

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$ \to$l as n$ \to$$ \infty$ and assume also that an$ \to$m as n$ \to$$ \infty$. 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$ \ne$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. $ \qedsymbol$

We can argue this directly (so this is another version of this proof). Pick $ \epsilon$ = | l - m|/2. Then eventually | an - l| < $ \epsilon$, so this holds e.g.. for n$ \ge$N1. Also, eventually | an - m| < $ \epsilon$, so this holds eg. for n$ \ge$N2. Now let N  =  max(N1, N2), and choose n$ \ge$N. Then both inequalities hold, and

| l - m| = | l - an + an - m|  
  $\displaystyle \le$ | l - an| + | an - m|    by the triangle inequality      
  < $\displaystyle \epsilon$ + $\displaystyle \epsilon$ = | l - m|  

Proposition 2.7   Let an$ \to$l$ \ne$ 0 as n$ \to$$ \infty$. Then eventually an$ \ne$ 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$ \to$2 as n$ \to$$ \infty$ 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 $ \epsilon$ = | l|/2, and apply the definition of ``an$ \to$l as n$ \to$$ \infty$''. Then there is some N such that

| an - l| < | l|/2    for all n$ \ge$N      
    Now    l = l - an + an.  
    Thus    | l| $\displaystyle \le$ | l - an| + | an|,    so    | l|$\displaystyle \le$| l|/2 + | an|,  
    and    | an| $\displaystyle \ge$ | l|/2$\displaystyle \ne$0.  

$ \qedsymbol$

Exercise 2.8   Let an$ \to$l$ \ne$ 0 as n$ \to$$ \infty$, and assume that l > 0. Show that eventually an > 0. In other words, use the first method suggested above for l > 0.


next up previous contents index
Next: Sums, Products and Quotients Up: Sequences Previous: Examples of sequences   Contents   Index
Ian Craw 2002-01-07