3.Sequences

3.1 Real-valued Sequences

3.1.1 Introductory Terms

Definition 3.1 (Real-valued sequence): A real-valued sequence is a function f:NRf: \N \to \R. We use the notation (an)nN(a_n)_{n\in\N} for a real-valued sequence and f(n)=anf(n) = a_n for the values of ff at nn.

In this section we treat only real-valued sequences. Thus, for now, a sequence is a real-valued sequence.

Definition 3.2 (Convergent sequence): Let (an)nN(a_n)_{n\in\N} be a sequence. (an)nN(a_n)_{n\in\N} is said to be convergent if there exists a number aRa \in \R s.t. for any ε\epsilon there exists NNN \in \N s.t. ana<ε\abs{a_n - a} < \epsilon for any nNn \geq \N.
Note: The number aa is called the limit of (an)nN(a_n)_{n\in\N}. We write limn=a\lim_{n\to\infty} = a or annaa_n \xrightarrow{n\to\infty} a.
Example (Convergent sequence): Let an=1na_n = \frac{1}{n}. We show that (an)nN(a_n)_{n\in\N} is convergent with limit 00. Let ε>0\epsilon > 0 be an arbitrary strictly positive real number. As we know from chapter 1 that for any xRx \in \R there exists nNn \in \N s.t. n>xn > x, we pick NNN \in \N, we pick NNN \in \N, s.t. N>1εN > \frac{1}{\epsilon}. Then, for any nNn \geq N, an0=1n1N<ε\abs{a_n - 0} = \frac{1}{n} \leq \frac{1}{N} < \epsilon.
Proposition 3.3 (Uniqueness of limit): If (an)nN(a_n)_{n\in\N} is convergent, then its limit aa is unique.

3.1.2 Results on Real-valued Sequences

Definition 3.4 (Bounded sequence): A sequence (an)nN(a_n)_{n\in\N} is said to be bounded if there exists a real number M>0M > 0 s.t. for any nNn\in\N, anM\abs{a_n} \leq M. (an)nN(a_n)_{n\in\N} is said to be bounded from below, resp. above, if there exists MRM \in \R s.t. anMa_n \geq M, resp. anMa_n \leq M, for any nNn \in \N.
Proposition 3.5 (Convergent implies bounded): If (an)nN(a_n)_{n\in\N} is convergent, then it is bounded.
Definition 3.6 (Increasing, decreasing sequence): A sequence (an)nN(a_n)_{n\in\N} is increasing, resp. decreasing, if anan+1a_n \leq a_{n+1}, resp. anan+1a_n \geq a_{n+1}, nN\forall n \in \N. (an)nN(a_n)_{n\in\N} is said to be monotonic if it is either increasing or decreasing.
Definition 3.7 (Increasing, decreasing limit): If (an)nN(a_n)_{n\in\N} is increasing, resp. decreasing, with limit aa, we write anaa_n \uparrow a, resp. anaa_n \downarrow a.
Proposition 3.8 (Bounded, monotonic implies convergent): A bounded and monotonic sequence (an)nN(a_n)_{n\in\N} is convergent.
Example (Bounded, decreasing implies convergent): Let r<1\abs{r} < 1, and consider an=rna_n = \abs{r}^n, nNn \in \N. For any nNn \in \N, an<1a_n < 1 and rn+1=rnrrn\abs{r}^{n+1} = \abs{r}^n \abs{r} \leq \abs{r}^n. Thus, (an)nN(a_n)_{n\in\N} is bounded and decreasing and hence there exists an LL s.t. limnan=L\lim_{n\to\infty} a_n = L.
Proposition 3.9 (Arithmetic of limits): Let (an)nN(a_n)_{n\in\N} and (bn)nN(b_n)_{n\in\N} be two convergent sequences s.t. annaa_n \xrightarrow{n\to\infty} a and bnnbb_n\xrightarrow{n\to\infty} b. The following properties hold:
  1. an+bnna+ba_n + b_n \xrightarrow{n\to\infty} a+b
  2. anbnnaba_n b_n \xrightarrow{n\to\infty} ab
  3. anbnnab\frac{a_n}{b_n} \xrightarrow{n\to\infty} \frac{a}{b} if b0b\neq 0

TODO