Introduction

In this post, I will discuss limits and continuity. There are 3 purposes for writing this post:

  1. To practise my academic writing.
  2. To write for fun.
  3. To expound some points that I was stuck on for a while at first when I was learning as an undergraduate in my first semester. It may help someone, or not, because the main purposes actually are 1&2.

I hope you can enjoy the read.

Limits of Sequences

First, I would like to note that all the discussions will be based on \mathbb{R}, and the discussions will not involve metric spaces. Before we continue, we need to state two axioms.

Axiom 1 (Archimedes’ axiom)
For every a,b>0a, b > 0, there exists NN \in \mathbb{N}, such that b<Nab < Na.

Axiom 2 (Cantor’s axiom)
an{a_n} and bn{b_n} are two given sequences satisfying an<bn{a_n} < {b_n} for every nn, with associated intervals [an,bn][a_n,b_n] nested and their lengths tending to zero. Then there exists a unique cc such that n=1[an,bn]={c}\bigcap\limits_{n=1}^{\infty} [a_n, b_n]=\{c\}.

These axioms will be used later.

1.1Definition For every ε>0\varepsilon > 0, there exists NN \in \mathbb{N} such that for all nNn \ge N, |anα|<ε|a_n - \alpha| < \varepsilon. We write anαa_n \to \alpha as nn \to \infty, or limnan=α \lim\limits_{n \to \infty}a_n = \alpha

We call α\alpha limit value and we say the limit of sequence {an}\{a_n\} is α\alpha or {an}\{a_n\} converges to α\alpha

Remark. If for every M>0M > 0, there exists an NN \in \mathbb{N} such that for all nN,anMn \ge N, a_n \ge M, then it means that the sequence {an}\{a_n\} does not converge(it diverges). Furthermore, the sequence diverges to positive infinity(for every M<0M < 0, anMa_n \le M, we say the sequence diverges to negative infinity). We write: limnan=+an+(n) \lim_{n \to \infty} a_n = +\infty \qquad a_n \rightarrow +\infty \ (n \to \infty)

or

limnan=an(n) \lim_{n \to \infty} a_n = -\infty \qquad a_n \rightarrow -\infty \ (n \to \infty)

1.2 Theorem If {an}\{a_n\} is convergent, the limit is unique.

Proof. Suppose that there are two different limit values, α\alpha and β\beta. Since αβ\alpha \neq \beta, we let ε=|αβ|2\varepsilon = \frac{|\alpha - \beta|}{2}. By 1.1 Definition, there exists an NN \in \mathbb{N}, such that for all nNn \ge N, |anα|<ε|a_n - \alpha| < \varepsilon and |anβ|<ε|a_n - \beta| < \varepsilon (taking the larger NN if necessary). Then we have |αβ|=|(anα)(anβ)||anα|+|anβ|<2ε=|αβ||\alpha - \beta| = |(a_n - \alpha) - (a_n - \beta)| \le |a_n - \alpha| + |a_n - \beta| < 2\varepsilon = |\alpha - \beta|. This is a contradiction.

1.3 Theorem (Squeeze Theorem) Let {an}\{a_n\}, {bn}\{b_n\}, {cn}\{c_n\} be sequences of real numbers. Suppose that {an}\{a_n\} and {bn}\{b_n\} converge to LL, and also suppose that for every nn, we have an<cn<bna_n < c_n < b_n. Then limncn=L\lim\limits_{n \to \infty} c_n = L.

Proof. Since {an}\{a_n\} and {bn}\{b_n\} converge to LL, it follows that for every given ε>0\varepsilon > 0, there exists an NN \in \mathbb{N} such that for all nNn \ge N, |anL|<ε|a_n - L| < \varepsilon and |bnL|<ε|b_n - L| < \varepsilon. Moreover, since for every nn, an<cn<bna_n < c_n < b_n, we obtain anL<cnL<bnLε<cnL<ε|cnL|<εa_n - L < c_n - L < b_n - L \Rightarrow -\varepsilon < c_n - L < \varepsilon \Rightarrow |c_n - L| < \varepsilon. Hence limncn=L\lim\limits_{n \to \infty} c_n = L.

1.4 Theorem

  1. limn(an+bn)=α+β\lim\limits_{n \to \infty}(a_n + b_n) = \alpha + \beta
  2. limn(anbn)=αβ\lim\limits_{n \to \infty}(a_n - b_n) = \alpha - \beta
  3. limn(can)=cα\lim\limits_{n \to \infty}(c a_n) = c \alpha
  4. limn(anbn)=αβ\lim\limits_{n \to \infty}(a_n b_n) = \alpha \beta
  5. limn(anbn)=αβ(limnbn0,β0)\lim\limits_{n \to \infty}(\frac{a_n}{b_n}) = \frac{\alpha}{\beta} \quad (\lim\limits_{n \to \infty} b_n \neq 0, \beta \neq 0)

Only the first one will be proved; the others can be exercises for practice.

Proof. Let ε>0\varepsilon > 0 be given. Because ana_n and bnb_n are convergent, it follows that for ε=ε2\varepsilon' = \frac{\varepsilon}{2}, there exists an N1N_1 such that for all n>N1n > N_1, |anα|<ε|a_n - \alpha| < \varepsilon'. bnb_n is the same: we know there exists an N2N_2. Let N=max(N1,N2)N= \max(N_1, N_2). It is obvious that for every n>Nn > N, both |anα|<ε|a_n - \alpha| < \varepsilon' and |bnβ|<ε|b_n - \beta| < \varepsilon' are true. Now we estimate: |(an+bn)(α+β)|=|anα+bnβ||anα|+|bnβ|<ε+ε=ε2+ε2=ε|(a_n + b_n) - (\alpha + \beta)| = |a_n - \alpha + b_n - \beta| \le |a_n - \alpha| + |b_n - \beta| < \varepsilon' + \varepsilon' = \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon. Hence, by 1.1 Definition, limn(an+bn)=α+β\lim_{n\to\infty}(a_n+b_n) = \alpha+\beta.