Skip to main content

Real Analysis: Math 4050-4060

Section 3.4 Infinite limits

Two simple examples of divergent sequences are \(a_n=n\) and \(a_n=(-1)^n\text{.}\) We know the first diverges because it is not bounded, and we proved from the definition in Example 3.2.6 that the second diverges. But there is a difference. Even though \(a_n=n\) does not approach any real number as \(n\) gets large, we can say that it gets larger and larger, or that it approaches infinity. So we define a new type of limit.

Definition 3.4.1.

Let \((a_n)\) be a sequence. We say that \((a_n)\) tends to infinity (or goes to infinity), and write
\begin{equation*} \lim_{n\rightarrow \infty} a_n=\infty \end{equation*}
if it becomes as large as we like for sufficiently large \(n\text{.}\) More precisely, using symbols, if the following statement is true:
\begin{equation*} \left(\forall M\in {\mathbb R}\right)\left(\exists n_0\in{\mathbb N}\right)\left(n\geq n_0 \Rightarrow a_n\gt M\right). \end{equation*}
In a similar way, we say that \((a_n)\) tends to minus infinity and write
\begin{equation*} \lim_{n\rightarrow \infty} a_n=-\infty \end{equation*}
if it becomes very large and negative, or
\begin{equation*} \left(\forall M\in {\mathbb R}\right)\left(\exists n_0\in{\mathbb N}\right)\left(n\geq n_0 \Rightarrow a_n\lt M\right). \end{equation*}

Subsection 3.4.1 Examples

Just like in our previous discussion of limits, proving that a sequence goes to \(\infty\) or \(-\infty\) boils down to finding an \(n_0\) that “works”. This time it will need to work for the given \(M\text{,}\) meaning that we need to have \(a_m\gt M\) (or \(\lt M\)) when \(n\geq n_0\text{.}\)

Example 3.4.2.

If \(a_n=n\text{,}\) then \(\displaystyle \lim_{n\rightarrow \infty} a_n=\infty\text{,}\) and if \(a_n=-n\text{,}\) then \(\displaystyle \lim_{n\rightarrow \infty} a_n=-\infty\text{.}\) To prove this for \(a_n=n\text{,}\) we use the Archimedean principle to find \(n_0\geq M\text{.}\) Then \(n\geq n_0\) implies \(n\geq n_0 \geq M\text{.}\) The case \(a_n=-n\) is Exercise 3.7.6.

Example 3.4.3.