Monotone Sequence and Sub Sequence
Monotone Sequence and Sub Sequence
6 Sequences
7 Sequences II
8 Sequences III
9 Sequences IV
10 Sequences V
11 Sequences VI
12 Sequences VII
Mathematics
and Statistics
Z Z
dω = ω
M ∂M
Mathematics 3A03
Real Analysis I
Lecture 6
Sequences
Friday 18 January 2019
Announcements
Sequences
1 1 1 1 1
, , , , ..., , ...
1 2 3 4 n
f : N → R.
Specifying sequences
i.e., xn = c + (n − 1)d, n = 1, 2, 3, . . .
Specifying sequences
2. Recursive formula.
Specify first term and function f (x) to iterate.
x1 = c, f (x) = x + d
∴ xn = xn−1 + d, n = 2, 3, 4, . . .
Note: f is the most typical function name for both the direct and
recursive specifications. The correct interpretation of f should be
clear from context.
Instructor: David Earn Mathematics 3A03 Real Analysis I
Sequences Specifying sequences 9/73
Specifying sequences
Example (geometric progression with common ratio r )
Sequence is: c, cr , cr 2 , cr 3 , . . .
Direct formula: xn = f (n) = cr n−1 , n = 1, 2, 3, . . .
Recursive formula: x1 = c, f (x) = rx, xn = f (xn−1 )
Number line representation of {xn } with c = 1 and r = 43 :
Graph of f (n):
1.0
0.8
0.6
xn 0.4
0.2
0.0 n
5
Instructor: David Earn 10 Mathematics 3A03 15Real Analysis I 20
Sequences Specifying sequences 10/73
Specifying sequences
1
Example (f (n) = 1 + n2 )
5 10 17
Sequence is: 2, 4 , 9 16 , ...
1
Direct formula: xn = f (n) = 1 + n2 , n = 1, 2, 3, . . .
Recursive formula: x1 = 2, f (x) = 1 + [1 + (x − 1)−1/2 ]−2
Get this formula by solving for n in terms of x in
x = 1 + 1/(n − 1)2 (= xn−1 ).
Such an inversion will NOT always be possible.
Number line representation of {xn }:
Graph of f (n):
2.0
1.8
1.6
xn 1.4
1.2
1.0 n
5 10 15 20
Instructor: David Earn Mathematics 3A03 Real Analysis I
Sequences Convergence 11/73
Convergence of sequences
Convergence of sequences
Definition (Limit of a sequence)
A sequence {sn } converges to L if, given any ε > 0 there is some
integer N such that
Convergence of sequences
Convergence terminology:
A sequence that converges is said to be convergent.
Convergence of sequences
Example
Use the formal definition of a limit of a sequence to prove that
n2 + 1
→1 as n → ∞ .
n2
(solution on board)
Mathematics
and Statistics
Z Z
dω = ω
M ∂M
Mathematics 3A03
Real Analysis I
Lecture 7
Sequences II
Monday 21 January 2019
Announcements
Convergence of sequences
Example
Use the formal definition of a limit of a sequence to prove that
n5 − n3 + 1
→0 as n → ∞ .
n8 − n5 + n + 1
(solution on board)
Uniqueness of limits
(solution on board)
Divergence of sequences
Notes:
The n that exists will, in general, depend on L, ε and N.
This is the meaning of not converging to any limit, but it does
not tell us anything about what happens to the sequence {sn }
as n → ∞.
Divergence to ±∞
Definition (Divergence to ∞)
The sequence {sn } of real numbers diverges to ∞ if, for every
real number M there is an integer N such that
n≥N =⇒ sn ≥ M ,
n≥N =⇒ sn ≤ M .
Divergence to ∞
Example
Use the formal definition to prove that
3
n −1
diverges to ∞ .
n+1
(solution on board)
Mathematics
and Statistics
Z Z
dω = ω
M ∂M
Mathematics 3A03
Real Analysis I
Lecture 8
Sequences III
Wednesday 23 January 2019
Definition of convergence.
Definition of divergence.
Examples.
Divergence to ∞
Clean proof.
Given M ∈ R>0 , let N = dMe + 1. Then N − 1 = dMe ≥ M.
∴ ∀n ≥ N, n − 1 ≥ M. Now observe that
(n − 1)(n + 1) n2 − 1 n3 − 1
∀n ∈ N, n−1= = ≤ .
n+1 n+1 n+1
∴ ∀n ≥ N we have
n3 − 1
≥M,
n+1
as required.
Instructor: David Earn Mathematics 3A03 Real Analysis I
Sequences III Series 25/73
Boundedness of sequences
(solution on board)
Boundedness of sequences
Corollary (Unbounded sequences diverge)
If {sn } is unbounded then {sn } diverges.
sn 3
1 n
0 20 40 60 80 100
(solution on board)
Instructor: David Earn Mathematics 3A03 Real Analysis I
Sequences III Harmonic series 28/73
1 1 1 1 1 1 1
1+ + + + + + + + ···
| {z 2 } | 3 {z 4 } | 5 6 {z 7 8 }
> 1× 1 > 2× 14 > 4× 18
| {z 2 }
s2 > 1× 12
| {z }
s4 > 2× 12
| {z }
s8 > 3× 21
1
=⇒ s2n > n ×
2
Note: These sorts calculations are just “rough work”, not a formal proof.
A proof must be a clearly presented coherent argument from beginning to end.
Instructor: David Earn Mathematics 3A03 Real Analysis I
Sequences III Harmonic series 29/73
Proof.
Part (i). Prove (e.g., by induction) that s2n > n/2 ∀n ∈ N.
Algebra of limits
Theorem (Algebraic operations on limits)
Suppose {sn } and {tn } are convergent sequences and C ∈ R.
1 lim C sn = C lim sn ;
n→∞ n→∞
2 lim (sn + tn ) = lim sn + lim tn ;
n→∞ n→∞ n→∞
3 lim (sn − tn ) = lim sn − lim tn ;
n→∞ n→∞ n→∞
4 lim (sn tn ) = lim sn lim tn ;
n→∞ n→∞ n→∞
(solution on board)
Instructor: David Earn Mathematics 3A03 Real Analysis I
Sequences III Algebra of limits 31/73
Revisit example
n5 − n3 + 1
→0 as n → ∞ .
n8 − n5 + n + 1
(solution on board)
Mathematics
and Statistics
Z Z
dω = ω
M ∂M
Mathematics 3A03
Real Analysis I
Lecture 9
Sequences IV
Friday 25 January 2019
Announcements
Assignment 2 is posted.
Due next Friday, 1 Feb 2019, at 1:25pm.
Definition of convergence.
Definition of divergence.
Examples.
Proof.
For any n ∈ N, |sn tn − ST | = |sn tn − ST + sn T − sn T |
= |sn (tn − T ) + T (sn − S)|
≤ |sn ||tn − T | + |T ||sn − S|
Now, {sn } converges, so it is bounded by some M > 0, i.e.,
|sn | ≤ M ∀n ∈ N. Therefore, given ε > 0, choose N ∈ N such that
ε ε
|tn − T | < and |sn − S| < .
2M 2(1 + |T |)
Then |sn tn − ST | < ε/2 + ε/2 = ε, as required.
Instructor: David Earn Mathematics 3A03 Real Analysis I
Sequences IV 36/73
Proof.
1 1 tn − T 1 1
For any n ∈ N, − = = |tn − T | · · .
tn T tn T |tn | |T |
Since {tn } converges, ∃N1 ∈ N such that ∀n ≥ N1 , |tn | > |T |/2
(details on next slide) and hence 1/|tn | < 2/|T |.
Now choose N ≥ N1 such that |tn − T | < ε|T |2 /2. Then
1 1 1 1 ε|T |2 2 1
− = |tn − T | · · < · · = ε,
tn T |tn | |T | 2 |T | |T |
as required.
Instructor: David Earn Mathematics 3A03 Real Analysis I
Sequences IV 37/73
sn ≤ t n ∀n ∈ N =⇒ lim sn ≤ lim tn .
n→∞ n→∞
(solution on board)
α ≤ sn ≤ β ∀n ∈ N =⇒ α ≤ lim sn ≤ β .
n→∞
(solution on board)
Mathematics
and Statistics
Z Z
dω = ω
M ∂M
Mathematics 3A03
Real Analysis I
Lecture 10
Sequences V
Monday 28 January 2019
Announcements
Assignment 2.
Due next Friday, 1 Feb 2019, at 1:25pm.
Definition of convergence.
Definition of divergence.
Definition of divergence to ±∞.
Every convergent sequence is bounded.
Harmonic series diverges.
Algebra of limits (sums, products, quotients).
Order properties of limits; squeeze theorem
Today:
Proof of Squeeze Theorem
Absolute value and max/min of limits.
Monotone convergence.
(solution on board)
Proof.
Suppose sn → L. Given ε > 0, choose N ∈ N such that
∀n ≥ N,|sn − L| < ε. But for any x, y ∈ R, we know? from the
triangle inequality that ||x| − |y || ≤ |x − y |. Therefore, ∀n ≥ N,
||sn | − |L|| ≤ |sn − L| < ε. Thus, |sn | → |L|, as required.
?
To see this, observe that |x| = |x − y + y | ≤ |x − y | + |y |, which implies |x| − |y | ≤ |x − y | .
Similarly, |y | = |y − x + x| ≤ |y − x| + |x|, which implies |y | − |x| ≤ |y − x|, which can in turn be
rewritten −(|x| − |y |) ≤ |x − y |. Combining these inequalities, we have ||x| − |y || ≤ |x − y |.
(solution on board)
Subsequences
Definition (Subsequence)
Let {s1 , s2 , s3 , . . .} be a sequence. If {n1 , n2 , n3 , . . .} is an
increasing sequence of natural numbers then {sn1 , sn2 , sn3 , . . .} is a
subsequence of {s1 , s2 , s3 , . . .}.
Example (Subsequences)
Consider the sequence {sn } defined by sn = n2 for all n ∈ N.
What are the first few terms of these subsequences?
{sn : n even} {22 , 42 , 62 , . . .}
{sn : n = 2k + 1, ∃k ∈ N} {32 , 52 , 72 , . . .}
{s2n+1 } Same as line above
{s2n } {22 , 42 , 82 , . . .}
{sn2 } {12 , 42 , 92 , . . .}
Subsequences
Given any sequence {sn }, can you always find a subsequence that
is monotonic?
Theorem
Every sequence contains a monotonic subsequence.
Mathematics
and Statistics
Z Z
dω = ω
M ∂M
Mathematics 3A03
Real Analysis I
Lecture 11
Sequences VI
Wednesday 30 January 2019
Announcements
(solution on board)
Monotonic subsequences
Given any sequence {sn }, can you always find a subsequence that
is monotonic?
Theorem
Every sequence contains a monotonic subsequence.
If there are only finitely many sni such that sni ≤ sn ∀n > ni . . .
12
10
8
sn 6
4
2
n1 n2 n3 n4 m1 m2 m3 m4 m5
0 n
5 10 15 20
. . . then after the last “turn-back point” (sn4 above) there must be
some m1 > n4 such that sm1 is not ≤ all later terms, i.e.,
∃m2 > m1 with sm2 < sm1 , and similarly for m2 , so there must be a
decreasing subsequence sm1 > sm2 > sm3 > · · ·
Convergent subsequences
Proof.
Suppose {xn } is a bounded sequence. It follows from the previous
theorem that {xn } contains a subsequence {xmk } that is
monotonic. Since {xn } is bounded, the subsequence {xmk } is
bounded as well (by the same bound). Thus, {xmk } is a
subsequence of {xn } that is both bounded and monotonic. Hence,
it converges by the Monotone Convergence Theorem.
Mathematics
and Statistics
Z Z
dω = ω
M ∂M
Mathematics 3A03
Real Analysis I
Lecture 12
Sequences VII
Friday 1 February 2019
Announcements
Sequences Finale!
Cauchy sequences
Remark: The proof of the “only if” direction is easy. The proof of
the “if” direction contains only one tricky feature: showing that
every Cauchy sequence {sn } is bounded.
Cauchy sequences
Thus {sm : m > N} is bounded; moreover, since there are only finitely
many other si ’s, the whole sequence {sn } is bounded. Hence, by the
Bolzano-Weierstrass theorem, some subsequence of sn converges; let’s
write this subsequence as {smk }, and its limit as L.
. . . continued on next slide. . .
Instructor: David Earn Mathematics 3A03 Real Analysis I
Sequences VII Cauchy sequences 66/73
Cauchy sequences
Proof of Cauchy criterion (cont’d).
We will show that {sn } converges to L. To prove this, consider any
ε > 0. Since the sequence {sn } is Cauchy, there is some N ∈ N such that
ε
|sn − sm | < for all n, m ≥ N.
2
Since the subsequence {smk } converges to L, there is some N 0 so that
ε
|smk − L| < for all k ≥ N 0 .
2
Now fix an integer k satisfying k ≥ N 0 and mk ≥ N. Then ∀n ≥ N,
Cauchy sequences
Notes:
The Cauchy criterion is sometimes easier to use in proofs than
the original definition of convergence.
Bijectivity
Definition (Bijection)
Let f : A → B be a function. Then
(i) f is injective (or one-to-one) if ∀a1 , a2 ∈ A,
f (a1 ) = f (a2 ) =⇒ a1 = a2 .
Countability
Sequences {sn }∞
n=1 are generalizations of the intuitive notion of
sets whose elements can be counted.
Example
Suppose S is a subset of R. Then S is countable if and only if S is
the range of a sequence.
Countability
Theorem
The natural numbers N are countable.
(solution on board)
Theorem
The integers Z are countable.
(solution on board)
Theorem
The rational numbers Q are countable.
Countability
Theorem (Cantor)
The real numbers R are uncountable.
(solution on board)
Notes:
The main argument in the proof is known as “Cantor’s
diagonal argument”.
We can infer that not only are some real numbers not
rational, but there are “many more” real numbers than
rational numbers.
Countability
Theorem (Existence and uniqueness of binary expansions)
If x ∈ [0, 1) then there is a sequence {an } such that an ∈ {0, 1} ∀n and
∞
X an
x= n
.
n=1
2
n−1
$ ! %
X ai
Specifically, an = x− i
2n .
=
2
i 1
Countability
∗
We normally assume implicitly that the endpoints of intervals are
distinct. If the endpoints are the same then the interval is degenerate,
e.g., (a, a) = ∅ and [a, a] = {a}.