2.5 Limit laws

By now it should be clear that working directly with the definition of a limit is both difficult and time-consuming! For this reason, we wish to develop some theory to do the work for us.

In this section, we introduce and prove various ‘laws’ for manipulating limits which allow us to deduce new limits automatically from known examples. This is achieved using abstract ε\varepsilon-NN arguments like the one used to prove Lemma 2.37.

Addition and multiplication of sequences

The following theorem tells us how convergent sequences behave with respect to the arithmetic operations ++ and \,\cdot\,.

Theorem 2.38 (Limit laws).

Suppose (an)n(a_{n})_{n\in\mathbb{N}} and (bn)n(b_{n})_{n\in\mathbb{N}} are convergent sequences.

  1. 1

    The sequence (an+bn)n(a_{n}+b_{n})_{n\in\mathbb{N}} is convergent and limn(an+bn)=limnan+limnbn\displaystyle\lim_{n\to\infty}(a_{n}+b_{n})=\lim_{n\to\infty}a_{n}+\lim_{n\to% \infty}b_{n};

  2. 2

    The sequence (anbn)n(a_{n}\cdot b_{n})_{n\in\mathbb{N}} is convergent and limn(anbn)=limnanlimnbn\displaystyle\lim_{n\to\infty}(a_{n}\cdot b_{n})=\lim_{n\to\infty}a_{n}\cdot% \lim_{n\to\infty}b_{n};

  3. 3

    If bn0b_{n}\neq 0 for all nn\in\mathbb{N} and limnbn0\displaystyle\lim_{n\to\infty}b_{n}\neq 0, then (an/bn)n(a_{n}/b_{n})_{n\in\mathbb{N}} is convergent and

    limnanbn=limnanlimnbn.\lim_{n\to\infty}\frac{a_{n}}{b_{n}}=\frac{\displaystyle\lim_{n\to\infty}a_{n}% }{\displaystyle\lim_{n\to\infty}b_{n}}.

Theorem 2.38 provides us with tools which make working with limits a lot simpler.

Example 2.39.

We claim that 3n22n+12n2+n+532\frac{3n^{2}-2n+1}{2n^{2}+n+5}\to\frac{3}{2} as nn\to\infty.

To see this, we apply the limit laws. For large nn, the behaviour is going to be dominated by the terms involving n2n^{2}. We can highlight this by dividing both the numerator and denominator by n2n^{2} to give

3n22n+12n2+n+5=32/n+1/n22+1/n+5/n2.\frac{3n^{2}-2n+1}{2n^{2}+n+5}=\frac{3-2/n+1/n^{2}}{2+1/n+5/n^{2}}.

Since we know 1/n01/n\to 0 as nn\to\infty, it follows from parts 1 and 2 of Theorem 2.38 that

limn32/n+1/n2=3andlimn2+1/n+5/n2=2.\lim_{n\to\infty}3-2/n+1/n^{2}=3\qquad\text{and}\qquad\lim_{n\to\infty}2+1/n+5% /n^{2}=2.

Since the limit of the denominator is non-zero, we can apply part 3 of Theorem 2.38 to conclude that

limn3n22n+12n2+n+5=32,\lim_{n\to\infty}\frac{3n^{2}-2n+1}{2n^{2}+n+5}=\frac{3}{2},

as required.

Exercise 2.40.

Using the limit laws, show the following sequences converge and compute their limits.

  1. (i)

    (10n3+5n+1n3+3n2+5)n\displaystyle\Big{(}\frac{10n^{3}+5n+1}{n^{3}+3n^{2}+5}\Big{)}_{n\in\mathbb{N}};

  2. (ii)

    (2n+32n+12)n\displaystyle\Big{(}\frac{2^{n}+3}{2^{n+1}-2}\Big{)}_{n\in\mathbb{N}}.

We now turn to discussing the proof of Theorem 2.38. Similar to Lemma 2.37, this involves an abstract ε\varepsilon-NN argument. Our goal is to relate the ε\varepsilon-NN definition of a limit for (an)n(a_{n})_{n\in\mathbb{N}} and (bn)n(b_{n})_{n\in\mathbb{N}} to the ε\varepsilon-NN definition applied to the new sequences (an+bn)n(a_{n}+b_{n})_{n\in\mathbb{N}}, (anbn)n(a_{n}\cdot b_{n})_{n\in\mathbb{N}} and (an/bn)n(a_{n}/b_{n})_{n\in\mathbb{N}}.

Before presenting the details of the proof of Theorem 2.38, we briefly sketch the key idea for part 2 (which is the hardest part). The proof hinges on the elementary identity

(2.4) (2.4) anbnab=b(ana)+an(bnb)=b(ana)+(ana)(bnb)+a(bnb).a_{n}\cdot b_{n}-a\cdot b=b(a_{n}-a)+a_{n}(b_{n}-b)=b(a_{n}-a)+(a_{n}-a)(b_{n}% -b)+a(b_{n}-b).

This allows us to relate the difference |anbnab||a_{n}\cdot b_{n}-a\cdot b| appearing in the ε\varepsilon-NN definition for anbnaba_{n}\cdot b_{n}\to a\cdot b to the differences |ana||a_{n}-a| and |bnb||b_{n}-b| appearing in the ε\varepsilon-NN definition for anaa_{n}\to a and bnbb_{n}\to b. Similar formulæ  are also used to prove part 1 and part 3.

Proof (of Theorem 2.38).

Let a:=limnan\displaystyle a:=\lim_{n\to\infty}a_{n} and b:=limnbn\displaystyle b:=\lim_{n\to\infty}b_{n}.

  1. 1.

    Let ε>0\varepsilon>0 be given. Since anaa_{n}\to a and bnbb_{n}\to b as nn\to\infty, by the ε\varepsilon-NN definition of a limit, there exists some N1N_{1}, N2N_{2}\in\mathbb{N} such that

    |ana|<ε2for all n>N1and|bnb|<ε2for all n>N2.|a_{n}-a|<\frac{\varepsilon}{2}\quad\text{for all $n>N_{1}$}\qquad\text{and}% \qquad|b_{n}-b|<\frac{\varepsilon}{2}\quad\text{for all $n>N_{2}$.}

    Choose N:=max{N1,N2}N:=\max\{N_{1},N_{2}\}. By the triangle inequality,

    |an+bn(a+b)||ana|+|bnb|<ε2+ε2=εfor all n with n>N.|a_{n}+b_{n}-(a+b)|\leq|a_{n}-a|+|b_{n}-b|<\frac{\varepsilon}{2}+\frac{% \varepsilon}{2}=\varepsilon\qquad\text{for all $n\in\mathbb{N}$ with $n>N$.}

    Thus, by the ε\varepsilon-NN definition of a limit, an+bna+ba_{n}+b_{n}\to a+b as nn\to\infty.

  2. 2.

    By taking absolute values of both sides of (2.4) and applying the triangle inequality, we have

    (2.5) (2.5) |anbnab||b||ana|+|ana||bnb|+|a||bnb||a_{n}\cdot b_{n}-a\cdot b|\leq|b||a_{n}-a|+|a_{n}-a||b_{n}-b|+|a||b_{n}-b|

    Let ε>0\varepsilon>0 be given. We will further assume 0<ε10<\varepsilon\leq 1. Our goal is to bound the right-hand side of (2.5) by ε\varepsilon, which we can do by bounding the |ana||a_{n}-a| and |bnb||b_{n}-b| terms appropriately. Since anaa_{n}\to a and bnbb_{n}\to b as nn\to\infty, by the ε\varepsilon-NN definition of a limit, there exists some N1N_{1}, N2N_{2}\in\mathbb{N} such that

    |ana|<ε3(|b|+1)for all n>N1and|bnb|<ε3(|a|+1)for all n>N2.|a_{n}-a|<\frac{\varepsilon}{3(|b|+1)}\quad\text{for all $n>N_{1}$}\quad\text{% and}\quad|b_{n}-b|<\frac{\varepsilon}{3(|a|+1)}\quad\text{for all $n>N_{2}$.}

    Choose N:=max{N1,N2}N:=\max\{N_{1},N_{2}\}. Recalling (2.5), for all nn\in\mathbb{N} with n>Nn>N it follows that

    |anbnab|\displaystyle|a_{n}\cdot b_{n}-a\cdot b| |b||ana|+|ana||bnb|+|a||bnb|\displaystyle\leq|b||a_{n}-a|+|a_{n}-a||b_{n}-b|+|a||b_{n}-b|
    <|b|ε3(|b|+1)+ε3(|b|+1)ε3(|a|+1)+|a|ε3(|a|+1)\displaystyle<|b|\cdot\frac{\varepsilon}{3(|b|+1)}+\frac{\varepsilon}{3(|b|+1)% }\cdot\frac{\varepsilon}{3(|a|+1)}+|a|\cdot\frac{\varepsilon}{3(|a|+1)}
    <ε3+ε3+ε3=ε.\displaystyle<\frac{\varepsilon}{3}+\frac{\varepsilon}{3}+\frac{\varepsilon}{3% }=\varepsilon.

    We have shown that the ε\varepsilon-NN definition holds for all 0<ε10<\varepsilon\leq 1. However, by applying the above to min{ε,1}\min\{\varepsilon,1\}, this implies that the definition holds for all ε>0\varepsilon>0. Thus, anbnaba_{n}\cdot b_{n}\to a\cdot b as nn\to\infty.

  3. 3.

    We first show that the sequence (1/bn)n(1/b_{n})_{n\in\mathbb{N}} is convergent and 1/bn1/b1/b_{n}\to 1/b as nn\to\infty. The idea behind the proof is similar to that used above; we leave the details to Exercise 2.41 below.

    Since anaa_{n}\to a as nn\to\infty and 1/bn1/b1/b_{n}\to 1/b as nn\to\infty, we can use the result from part 2 to conclude that an/bna/ba_{n}/b_{n}\to a/b as nn\to\infty, as required.

Exercise 2.41.

Let (bn)n(b_{n})_{n\in\mathbb{N}} be a convergent sequence with bn0b_{n}\neq 0 for all nn\in\mathbb{N} and suppose b:=limnbn0b:=\lim_{n\to\infty}b_{n}\neq 0. Show that 1/bn1/b1/b_{n}\to 1/b as nn\to\infty, and thereby complete the proof of part 3 of Theorem 2.38.

The squeeze theorem

Theorem 2.38 describe how limits interact with the arithmetic operations ++ and \,\cdot\,. We can also consider how limits interact with the order \leq on \mathbb{R}.

Theorem 2.42 (Squeeze theorem).

Suppose (an)n(a_{n})_{n\in\mathbb{N}}, (n)n(\ell_{n})_{n\in\mathbb{N}}, (un)n(u_{n})_{n\in\mathbb{N}} are three sequences such that:

  1. (i)

    nanun\ell_{n}\leq a_{n}\leq u_{n} for all nn\in\mathbb{N}, and

  2. (ii)

    (n)n(\ell_{n})_{n\in\mathbb{N}} and (un)n(u_{n})_{n\in\mathbb{N}} are convergent and limnn=limnun=a\displaystyle\lim_{n\to\infty}\ell_{n}=\lim_{n\to\infty}u_{n}=a for some aa\in\mathbb{R}.

Then (an)n(a_{n})_{n\in\mathbb{N}} is convergent and limnan=a\displaystyle\lim_{n\to\infty}a_{n}=a.

Example 2.43.

Consider the sequence (sinnn)n\big{(}\frac{\sin n}{n}\big{)}_{n\in\mathbb{N}}.

The terms of the sequence satisfy 1nsinnn1n-\frac{1}{n}\leq\frac{\sin n}{n}\leq\frac{1}{n} for all nn\in\mathbb{N}, since we know that 1sinx1-1\leq\sin x\leq 1 for all xx\in\mathbb{R}.55 5 Here (and also in the worksheets) we use the sin\sin function, which we haven’t formally defined (but which, of course, you are familiar with from high school). Since we’ve gone to great lengths to formally define other expressions such as n\sqrt{n}, it seems remiss not to do the same for sin\sin. However, for now, we shall assume a working knowledge of trigonometric functions, in order to furnish our theory with additional examples. We shall come back to the question of their formal definition later. We know from Example 2.25 that 1/n01/n\to 0 as nn\to\infty, and it follows from the limit laws that 1/n0-1/n\to 0 as nn\to\infty.

Hence, by the squeeze theorem (applied to an=sinnna_{n}=\frac{\sin n}{n}, n=1n\ell_{n}=-\frac{1}{n} and un=1nu_{n}=\frac{1}{n}), we conclude that sinnn0\frac{\sin n}{n}\to 0 as nn\to\infty.

Proof (of Theorem 2.42).

Let ε>0\varepsilon>0 so that, by the ε\varepsilon-NN definition of a limit, there exist N1N_{1}, N2N_{2}\in\mathbb{N} such that

|na|<εfor all n>N1and|una|<εfor all n>N2.|\ell_{n}-a|<\varepsilon\quad\text{for all $n>N_{1}$}\qquad\text{and}\qquad|u_% {n}-a|<\varepsilon\quad\text{for all $n>N_{2}$.}

Let N:=max{N1,N2}N:=\max\{N_{1},N_{2}\}. If nn\in\mathbb{N} with n>Nn>N, then it follows that

aε<nanun<a+ε.a-\varepsilon<\ell_{n}\leq a_{n}\leq u_{n}<a+\varepsilon.

In particular, |ana|<ε|a_{n}-a|<\varepsilon. Thus, by the ε\varepsilon-NN definition of a limit, anaa_{n}\to a as nn\to\infty. ∎

Exercise 2.44.

Use the squeeze theorem to show (1)n2n+50\frac{(-1)^{n}}{2^{n}+5}\to 0 as nn\to\infty.

Exercise 2.45.

Let AA\subseteq\mathbb{R} be a nonempty set which is bounded above, so that s:=supAs:=\sup A exists by the completeness axiom.

  1. (i)

    For each nn\in\mathbb{N}, show there exists some anAa_{n}\in A such that s1/n<anss-1/n<a_{n}\leq s.

  2. (ii)

    Conclude that the sequence (an)n(a_{n})_{n\in\mathbb{N}} satisfies anAa_{n}\in A for all nn\in\mathbb{N} and ansa_{n}\to s as nn\to\infty.

Exercise 2.46.

Let (an)n(a_{n})_{n\in\mathbb{N}} and (bn)n(b_{n})_{n\in\mathbb{N}} be convergent sequences.

  1. (i)

    Suppose anbna_{n}\leq b_{n} for all nn\in\mathbb{N}. Show that limnanlimnbn\displaystyle\lim_{n\to\infty}a_{n}\leq\lim_{n\to\infty}b_{n}.

  2. (ii)

    Suppose an<bna_{n}<b_{n} for all nn\in\mathbb{N}. Is it necessarily true that limnan<limnbn\displaystyle\lim_{n\to\infty}a_{n}<\lim_{n\to\infty}b_{n}?