Definition 3.1 (Real-valued sequence): A real-valued sequence is a function f:N→R. We use the notation f=(an)n∈N for a real-valued sequence and f(n)=an for the values of f at n.
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)n∈N be a sequence. (an)n∈N is said to be convergent if there exists a number a∈R s.t.
∀ε>0∃N∈N∀n≥N:∣an−a∣<ε
Note: The number a is called the limit of (an)n∈N. We write limn→∞=a or ann→∞a.
Example (Convergent sequence): Let an=n1. We show that (an)n∈N is convergent with limit 0. Let ε>0 be an arbitrary strictly positive real number. As we know, for any x∈R there exists n∈N s.t. n>x, we pick N∈N s.t. N>ε1. Then, for any n≥N,∣an−0∣=n1≤N1<ε.
Proposition 3.3 (Uniqueness of limit): If (an)n∈N is convergent, then its limit a is unique.
3.1.2 Results on Real-valued Sequences
Definition 3.4 (Bounded sequence): A sequence (an)n∈N is said to be
bounded if there exists a real number M>0 s.t. ∀n∈N:∣an∣≤M.
bounded from below if there exists a real number M s.t. ∀n∈N:an≥M.
bounded from above if there exists a real number M s.t. ∀n∈N:an≤M.
Proposition 3.5 (Convergent implies bounded): If (an)n∈N is convergent, then it is bounded.
Definition 3.6 (Increasing, decreasing sequence): A sequence (an)n∈N is
increasing if ∀n∈N:an≤an+1.
decreasing if ∀n∈N:an≥an+1.
monotonic if it is either increasing or decreasing.
Note: If (an)n∈N is increasing with limit a we write an↑a, if it is decreasing with limit a we write an↓a.
Proposition 3.7 (Bounded, monotonic implies convergent): A bounded and monotonic sequence (an)n∈N is convergent.
Example (Bounded, decreasing implies convergent): Let ∣r∣<1, and consider an=∣r∣n,n∈N. For any n∈N,an<1 and ∣r∣n+1=∣r∣n∣r∣≤∣r∣n. Thus, (an)n∈N is bounded and decreasing and hence there exists an L s.t. limn→∞an=L.
Proposition 3.8 (Arithmetic of limits): Let (an)n∈N and (bn)n∈N be two convergent sequences s.t. ann→∞a and bnn→∞b. The following properties hold:
an+bnn→∞a+b
anbnn→∞ab
bnann→∞ba if b=0
Proposition 3.9 (Order persists on converging limits): Let (an)n∈N and (bn)n∈N be two convergent sequences s.t. ann→∞a and bnn→∞b.
If ∀n∈N:an≤bn, then a≤b.
If ∀n∈N:an≥bn, then a≥b.
Proposition 3.10 (Limit of sandwiched sequence): Let (an)n∈N and (bn)n∈N be two convergent sequences that converge to the same limit, i.e., ann→∞a and bnn→∞a. Let (cn)n∈N be another sequence which is s.t. ∀n∈N:an≤cn≤bn. Then, cnn→∞a.
Example (Limit of rn in unit disk): TODO
3.1.3 On Diverging Sequences
Definition 3.11 (Diverging sequence): Let (an)n∈N be a sequence. We write:
(an)n∈Nn→∞∞ if ∀M∈R∃N∈N∀n≥N:an≥M
(an)n∈Nn→∞−∞ if ∀M∈R∃N∈N∀n≥N:an≤M
If (an)n∈Nn→∞∞ or (an)n∈Nn→∞−∞, we say that (an)n∈N diverges.
Note: We refer to limn→∞an as well-defined if limn→∞an∈R, i.e. the sequnece converges or diverges. Notice that if limn→∞an exists it is unique.
Proposition 3.12 (Diverging monotonic sequences): Let (an)n∈N be a monotonic sequence. If (an)n∈N diverges
and is increasing, then it diverges to an↑∞.
and is decreasing, then it diverges to an↓−∞.
Note: If (an)n∈N is monotnoic, then limn→∞an always exists.
We can now formulate a more general proposition on the order of limits, not necessarily requiring convergence.
Proposition 3.13 (Order persists on limits): Let (an)n∈N and (bn)n∈N be two monotonic sequences, either both increasing or both decreasing, with ∀n∈N:an≤bn, then limn→∞an≤limn→∞bn.
3.2 Series
Definition 3.14 (Series): Let (an)n∈N be a sequence. The series ∑i∈Nai=∑i=1∞an is understood as the sequence (sn)n∈N=∑i=1∞ai.
Note: If limn→∞sn exists we write limn→∞sn=∑i∈Na for the limit.
Proposition 3.15 (Positive series): Let ∑i∈Nai be a series where ∀i∈N:ai≥0, then either ∑i∈Nai<∞ or ∑i∈Nai=∞.
Example: TODO
Proposition 3.16 (Sandwiched converging series): Let ∑i∈Nai be a series and ∑i∈Nbi be a series s.t. bi≥0 for any i∈N and ∑i∈Nbi<∞. Suppose that ∀i∈N:∣ai∣≤bi, then ∑i∈Nai<∞.
Proposition 3.17 (Doubly indexed series): Let I,J⊂N and f:I×J→R. Set ai,j=f(i,j). Suppose that either ∀i,j:ai,j≥0 or ∑(i,j)∈I×J∣ai,j∣<∞. Then
(i,j)∈I×J∑ai,j=i∈I∑j∈J∑ai,j=j∈J∑i∈I∑ai,j
exists and we are allowed to change the order of summation.
Note: If I=J, we use the notation ∑(i,j)∈I2ai,j=∑i,j∈Iai,j for the sum over all the pairs (i,j)∈I2.
3.3 Study of Convergence
3.3.1 Subsequences
We remain in the setting of the previous Section, i.e. any sequence (an)n∈N is a real-valude sequence.
Definition 3.18 (Subsequence): Let f=(an)n∈N be a sequence. A subsequence of (an)n∈N is a new sequence g=(bn)n∈N where g=f∘s with s:N→N s.t. s(n)<s(n+1).
Note: For any n∈N we have bn=g(n)=f(s(n))=as(n).
Example (Subsequence): Let an=n1, then (bn)n∈N with bn=a2n is a subsequence.
Theorem 3.19 (Bolzano-Weierstrass): Let (an)n∈N be a sequence. If (an)n∈N is bounded, then there exists a subsequence of (an)n∈N which is convergent.
Example (Bolzano-Weierstrass): Let an=(−1)n,n∈N. We have seen that (an)n∈N is not convergent. However, (bn)n∈N with bn=a2n is convergent with limit bnn→∞1.
Definition 3.20 (Accumulation point): Let (an)n∈N be a sequence and (bn)n∈N be a subsequence s.t. limn→∞bn=b. Then b is said to be an accumulation point of (an)n∈N.
Example (Accumulation point): Let an=(−1)n, then (an)n∈N has two accumulation points, −1 and 1.
Proposition 3.21 (Points around accumulation): Let b be an accumulation point (an)n∈N, then for any ε>0 there are infintely many an s.t. an∈(a−ε,a+ε).
Proposition 3.22 (Convergent series has one accumulation): Let (an)n∈N be a convergent sequence with limit a, then every subsequence of (an)n∈N converges to a. That is, a convergent sequence has only one accumulation point.
Proposition 3.23 (Diverging subsequence): Let (an)n∈N be a sequence.
If (an)n∈N is increasing and there exists a subsequence (bn)n∈N s.t. bnn→∞∞, then ann→∞∞.
If (an)n∈N is decreasing and there exists a subsequence (bn)n∈N s.t. bnn→∞−∞, then ann→∞−∞.
Example: TODO
3.3.2 Limit Inferior and Limit superior
Note: We use the notation infn∈Nan=inf{an∣n∈N} and supn∈Nan=sup{an∣n∈N}.
Proposition 3.24 (inf, sup of unbounded sequences): Let (an)n∈N be a sequence.
If (an)n∈N is not bounded from below, then infn∈Nan=−∞.
If (an)n∈N is not bounded from above, then supn∈Nan=∞.
Note: We use the notation infk≥nak=inf{ak∣k≥n} and supk≥nak=sup{ak∣k≥n}.
Proposition 3.25 (Limit of inf and sup sequences): Let (an)n∈N be a sequence.
If (an)n∈N is bounded from below, the sequence (mn)n∈N with mn=infk≥nak is increasing with
n→∞limmn=n∈Nsupmn=n∈Nsupk≥ninfak
If (an)n∈N is bounded from above, the sequence (Mn)n∈N with Mn=supk≥nak is decreasing with
n→∞limMn=n∈NinfMn=n∈Ninfk≥nsupak
Definition 3.26 (Limit inferior): The limit inferior of (an)n∈N is
n→∞liminfan=n∈Nsupk≥ninfak
if (an)n∈N is bounded from below and liminfn→∞an=−∞ otherwise.
Definition 3.27 (Limit superior): The limit superior of (an)n∈N is
n→∞limsupan=n∈Ninfk≥nsupak
if (an)n∈N is bounded from above and limsupn→∞an=∞ otherwise.
Proposition 3.28 (Order of liminf and limsup): Let (an)n∈N be a sequence. We have that liminfn→∞an≤limsupn→∞an.
The following proposition gives another characterization of convergence.
Proposition 3.29 (Convergence with liminf and limsup): Let (an)n∈N be a bounded sequence. Then (an)n∈N is convergent with limit a if and only if
n→∞liminfan=a=n→∞limsupan
This characterization is useful as liminf and limsup are defined without using limits and solely by using inf and sup which may be easier to work with. A more general statement that includes diverging sequences is the following.
Theorem 3.30 (Existence of limit): Let (an)n∈N be a sequence. Then the limit of the sequence exists with limn→∞an=a∈R if and only if
n→∞liminfan=a=n→∞limsupan
3.4 Vector-valued Sequences
The previous section on real-valued sequences can easily be extended to the notion of vector-valued sequences.
Definition 3.31 (Vector-valued sequence): An Rk-values sequence is a function f:N→Rk, where we write f(n)=(a1,n,…,ak,n)=an for f evaluated at an instance n∈N.
Note: We rely on the notation f=(an)n∈N for a real vector-valued sequence.
We notice that the coordinate functions fi=(ai,n)n∈N of an Rk-valued sequence (an)n∈N are real-valued sequences. If k=1 then (an)n∈N is a real-valued sequence. Upon the Euclidean metric ∥x−y∥ we can introduce the notion of convergence for Rk-valued sequences.
Definition 3.32 (Convergence of vector-valued sequences):(an)n∈N is said to be convergent if there exists an a∈Rk s.t. for any ε>0 there exists N∈N s.t. ∥an−a∥<ε for any n≥N.
Note: We write ann→∞a to indicate that (an)n∈N converges to a.
The following result shows that in order to prove that an Rk-valued sequence converges, it is enough to study the convergence of the individual coordinates.
Proposition 3.33 (Convergence of coordinates implies convergence): Let (an)n∈N and a∈R. Then ann→∞a if and only if ∀i∈{1,…,k}:ai,nn→∞ai.
We point out that the notion of convergence enables a characterization of continuity known as the sequence criterion.
Proposition 3.34 (Sequence criterion for continuity): Let E⊂Rm,f:E→Rk and x∈E. Then f is continuous in x if and only if for any Rm-valued sequence (xn)n∈N,xn∈E, it follows that xnn→∞x implies f(xn)n→∞f(x).
We recall some classical examples of continuos functions.
Example (Continuous functions): The following functions are continuous
f:Rk→R,f(x)=∑i=1kxk
g:Rk→R,g(x)=∏i=1kxk
h:R∖{0}→R∖{0},h(x)=x1
3.5 Sequences in the Extended Real Numbers
Definition 3.35 (Extended real-valued sequence): A sequence (an)n∈N with values in the extended real numbers is a sequence that can obtain any values in R.
Note: Let (an)n∈N be a sequence with values in R, then the definitions of boundedness, monotony, limit inferior and limit superior also apply to (an)n∈N.
Example (Extended real-valued sequence): Let
an={1∞if n is oddif n is even
Regarding convergence, we make the following definition.
Definition 3.36 (Convergence of extended real-valued sequences): Let (an)n∈N be a sequence with values in R. Then (an)n∈N is said to be convergent with limn→∞an=a if and only if liminfn→∞an=alimsupn→∞an.
Note: Notice that in contrast to real-valued sequences, if limn→∞an=∞ or limn→∞an=−∞ then (an)n∈N is said to be convergent instead of divergent. In fact, divergence does not exist for sequences in the extended real numbers.
Example (Non-convergence): Let again
an={1∞if n is oddif n is even
then liminfn→∞an=1 and limsupn→∞an=∞, hence (an)n∈N can not be convergent.
3.6 On Sequences of Functions
Definition 3.37 (Sequence of functions): Let A and B be sets. A sequence of functions is a collection of functions gn:A→B for n∈N.
We primarily focus on the case where B=Rk for k≥1 or B=R.
Definition 3.38 (Pointwise inf and sup): Let gn:A→R be a sequence of functions. Then, given I⊂N, we define the function infn∈Ign:A→R as
n∈Iinfgn(x)=inf{y∈R∃n∈I:gn(x)=y}
and supn∈Ign:A→R as
n∈Isupgn(x)=sup{y∈R∃n∈I:gn(x)=y}
Definition 3.39 (Pointwise limit): Let gn:A→R be a sequence of functions. gn has the limit limn→∞gn(x) in the point x∈A if and only if
n→∞liminfgn(x)=n→∞limgn(x)=n→∞limsupgn(x)
Note: We say that the sequence of functions gn:A→R converges pointwise on a set C⊂A if ∀x∈C:limn→∞gn(x)∈R.
Example (Pointwise non-convergence): Let gn:[0,π]→R with gn(x)=cos(nx). We note liminfn→∞g(π)=−1 and limsupn→∞gn(π)=1. Hence, gn does not converge pointwise on [0,π].