21-355 Notes
21-355 Notes
CONTENTS
21-355 Notes
Contents
1 The Number Systems
1.1
1.2
1.3
1.4
1.5
1.6
1.1.1
Positivity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.1.2
Order . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.1.3
Multiplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
The Integers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.2.1
Properties of Integers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.2.2
Algebraic Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.3.1
Problems with Q . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.4.1
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
Properties of R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.6.1
Absolute Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2 Sequences
2.1
13
Squeeze Lemma . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
2.2
2.3
Subsequences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.3.1
2.4
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
Limsup Theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
Special Sequences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
3 Series
3.1
3.2
17
Convergence Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
3.1.1
3.1.2
Logarithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
The number e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
CONTENTS
21-355 Notes
3.3
3.4
Algebra of Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
3.5
4 Topology of R
4.1
4.2
Open Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
4.1.2
Closed Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
4.1.3
Limit Points . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
4.1.4
Compact Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
4.2.1
4.3
24
Heine-Borel Theorem
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
Connected Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
5 Continuity
5.1
30
Limits of Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
5.1.1
Divergence Criteria . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
5.2
Continuous Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
5.3
5.4
5.5
Discontinuities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
5.6
Monotone Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
6 Differentiation
35
6.1
The Derivative . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
6.2
6.3
Darbouxs Theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
6.4
LH
opitals Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
6.5
7 Riemann-Stieltjes Integration
39
7.1
7.2
Integrability Criteria . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
21-355 Notes
1
1.1
Theorem (existence of N): There exists a set N satisfying the following properties, known as the
Peano Axioms:
PA1 0 N
PA2 There exists a function S : N N called the successor function. In particular,
S(n) N.
PA3 n N. S(n) 6= 0
PA4 S(n) = S(m) = n = m (S is injective, one-to-one)
PA5 [Axiom of Induction] Let P (n) be a property associated to each n N.
If P (0) is true, and P (n) = P (S(n)), then P (n) is true n N.
Definition: PA1 = 0 N. PA2 = S(0) N.
Define 1 = S(0), 2 = S(1), 3 = S(2), etc.
PA2 guarantees that {0, 1, 2, } N.
PA3 prevents wraparound: no successor can map to a negative number.
PA4 prevents stagnation: the cycle does not terminate.
Theorem: N = {0, 1, 2, }
Proof : We know that {0, 1, 2, } N, so it suffices to prove that N {0, 1, 2, }.
Let P (n) denote the proposition that n {0, 1, 2, }. Clearly P (0) is true.
Suppose P (n) is true; then n {0, 1, 2, } = S(n) {0, 1, 2, } by construction.
Hence, P (S(n)) is true. By induction, PA5 guarantees that P (n) is true n N.
It follows that N {0, 1, 2, }.
Definition: For any m N, we define 0 + m = m.
Then if n + m is defined for n N, we set S(n) + m = S(n + m).
Proposition (Properties of Addition):
1. n N. n + 0 = n
2. m, n N. n + S(m) = S(n + m)
3. m, n N. m + n = n + m
(commutativity)
4. k, m, n N. k + (m + n) = (k + m) + n
(associativity)
5. k, m, n N. n + k = n + m = k = m
(cancelation)
Proof :
1. Let P (n) be n + 0 = n.
P (0) is true because 0 + 0 = 0 by definition.
Note P (n) = S(n) + 0 = S(n + 0) = S(n), so P (S(n)) is true. By induction,
(1) is true.
3
1.1
21-355 Notes
Positivity
Order
1.2
The Integers
21-355 Notes
Theorem (Trichotomy of Order): Let m, n N. Then exactly one of the following is true:
m<n
m=n
m>n
Proof : Show that no two can be true simultaneously (by definition of < and >), and then at least
one must be true (by induction on n).
1.1.3
Multiplication
1.2
The Integers
1.2
The Integers
21-355 Notes
Properties of Integers
(We can see that every integer x Z can be represented as x := m n where x = [(m, n)].)
Theorem: Every x Z satisfies exactly one of the following:
1. x = n for some n N\{0}
2. x = 0
3. x = n for some n N\{0}
Proof : Write x = [(p, q)] for some p, q N. By trichotomy of order on N we know that p < q or
p = q or p > q. Each of these correlates to one of the three properties.
Corollary: Z = {0, 1, 2, . . .} {1, 2, 3, . . .}
1.2.2
Algebraic Properties
1.3
21-355 Notes
6. (xy)z = x(yz)
7. x 1 = 1 x = x
8. x(y + z) = xy + xz
Definition: Define x y = x + (y). The usual properties hold.
Definition: For x, y Z, we say x y or y x if y x = n for some n N.
We say x < y if x y x 6= y.
1.3
m
n
= [(m, n)].
x
y
Proposition: Q = { m
n | m, n Z, n 6= 0}.
We define and propose the trichotomy of order on Q, as per the integers.
1.3.1
Definition: A field is a set F endowed with two binary operations, +, , satisfying the following
axioms:
(A1, M1) x, y F. x + y F, xy F (closure)
(A2, M2) x, y F. x + y = y + x, xy = yx (commutativity)
(A3, M3) x, y, z F. x + (y + z) = (x + y) + z, x(yz) = (xy)z (associativity)
(A4, M4) (0, 1) F. x F. 0 + x = x + 0 = x, 1 x = x 1 = x (identity)
(A5, M5) x F. (x). x + (x) = 0; x1 F. xx1 = x1 x = 1 (inverse)
(D1) x, y, z F. x(y + z) = xy + xz (distributivity)
Remark : Field must have at least 2 elements (0, 1) by (A/M4). To prove field, must prove 5
properties of addition and multiplication (closure, commutativity, associativity, identity, inverse)
as well as distributivity.
Definition: Let E be a set; an order on E is a relation < satisfying the following:
7
1.4
Problems with Q
21-355 Notes
x
y
= xy 1 (for y 6= 0).
1.4
Problems with Q
m 2
m
2
Since n S(q), we know that q = m
n for some m Z. Then q = ( n ) = n2 =
2
2
2
m = 2n = m is even. We claim that m is also even (proof is exercise to reader).
1.4.1
1.5
21-355 Notes
1 2p+q
n ( q ).
( pq
1 2
n)
p
q
<
p2
q2
2p
qn
1
n2
N+ .
p
q
1
n
A. But then
Case 2: Suppose x2 > 2. Considering ( pq n1 )2 > 2 and using the same logic as
before, we can choose n large enough such that pq n1 is an upper bound of A. But
p
p
1
q n < q = x, which contradicts the fact that x = sup A.
As all cases are false, we contradict trichotomy, and hence Q cannot have the least
upper bound property.
1.5
We now construct an ordered field satisfying the least upper bound property using Q.
Definition: We say Q is Archimedean iff (x Q). x > 0 = (n N). x < n.
Lemma: If Q is Archimedean, then (p < q Q). (r Q). p < r < q.
(Proofs in HW 2.)
1.5.1
Definition: We say that C P(Q) is a cut (Dedekind cut) iff the following hold:
(C1) 6= C, C 6= Q
(C2) If p C and q Q with q < p, then q C.
(C3) If p C, (r Q). p < r r C.
Lemma: Suppose C is a cut. Then:
1. p C, q
/ C = p < q
2. r
/ C, r < s = s
/C
3. C is bounded above
Lemma: Let q Q. Then {p Q | p < q} is a cut.
Proof : Call the set C. We prove the 3 properties of a cut:
(C1) q 1 C = C =
6 ; q + 1
/ C = C =
6 Q.
(C2) If p C and r Q such that r < p, then r < p < q = r < q = r C.
(C3) Let p C where p < q. Since Q is Archimedean, (r Q). p < r < q = r C.
9
1.5
21-355 Notes
AE
A R.
AE
A R. We claim B = sup E.
10
1.5
1.5.4
21-355 Notes
11
1.6
Properties of R
1.5.6
21-355 Notes
1.6
Properties of R
21-355 Notes
1.6.1
Absolute Value
if x > 0
x
|x| = 0
if x = 0
x if x < 0
Proposition (Properties of | |):
1. x R. |x| 0 and |x| = 0 x = 0
2. x, y R. |x| < y y < x < y
3. x, y R. |xy| = |x||y|
4. x, y R. |x + y| |x| + |y| (Triangle Inequality)
5. x, y R. ||x| |y|| |x y|
Sequences
2.1
2.1
21-355 Notes
|an bab|
|bn ||b|
|ababn |
|b||bn |
|an a|
|bn |
b|.
Let > 0. Since bn b 6= 0 we know that N1 such that n N1 = |bn b| < |b|
2 .
|b|
|b|
Then n N = 0 < |b| = |b bn + bn | |b bn | + |bn | < 2 + |bn | = 0 < 2
2
|bn | = 0 < |b1n | < |b|
.
Similarly, an a = N2 . (n N2 = |an a| < 4 |b|; and
bn b = N3 . (n N3 = |bn b| <
|b|2
4(1+|a|) .
2|a|
|b
|b|2 n
b| <
2
|a|
2 1+|a|
|an a|
|bn |
|a|
|bn ||b| |bn
b| <
< .
an
bn
a
b
as n .
2
2
2
is an upper bound
= . Hence an a.
Squeeze Lemma
2.2
21-355 Notes
1. Suppose an 0 and {bn } is bounded, i.e. |bn | M (n l). Then |an bn | = |an ||bn | |an |M .
But cn 0 |cn | 0. Then 0 |an bn | |an |M , both sides of which go to 0; and by
the squeeze lemma, |an bn | 0 = an bn 0.
2. Fix k N with k 1. Set an =
1
,n
nk
1. Then 0
1
nk
1
nk
0.
2.2
2.3
Subsequences
2.3
Subsequences
21-355 Notes
Limsup Theorem
2.4
Special Sequences
21-355 Notes
(2) = (3)
Limsup theorem (4,5) = {a(k) }, {a(k) } subsequences such that a(k) lim supn an , a(k)
lim inf n an as k . By (2) the limits must agree.
(3) = (1)
Limsup theorem (1-3) = {a(k) }. lim inf n an lim inf k a(k) lim supk a(k)
lim supn an . As the first and last are equal, by transitivity it follows all subsequences
satisfy lim inf k a(k) = lim supk a(k) . As an is a subsequence of itself, it therefore
converges to some a as n .
Theorem (Bolzano-Weierstrass): If {an } R is bounded then there exists a convergent subsequence. Proof from (4) or (5) of Limsup Theorem.
2.4
Special Sequences
Pn
= a0 + a1 + + an .
n
P
n k nk
Lemma (Binomial Theorem): Let x, y R and n N. Then (x + y)n =
, where
k x y
k=0
n
n!
k := k!(nk)! N.
k=0 an
1
nx 0
x1/n
as n .
1 as n .
na
(1+x)a
0 as n .
Series
n
P
k=l
Pq
n=p an
= (ap + + aq ).
2. P
If s R. Sn s as n , then
n=l an converges.
n=l
a
converges
and
in
fact
n=0 n
n=0 = b b0 .
17
3.1
Convergence Results
3.1
21-355 Notes
Convergence Results
We develop tools that will let us deduce the convergence of a series without knowing its value.
P
Theorem: Suppose
n=l an converges. Then an 0 as n .
Proof : Notice that an = Sn Sn1 and so limn an = limn (Sn Sn1 ) = S S = 0.
P
P
n
Corollary:
n=0 (1) and
n=0 n diverge, as neither sequences converge to 0.
P n
Corollary: The series n=0 x converges |x| < 1.
Proof : |x| 1 = |xn | = |x|n 1(n N). The converse was proved last time.
Next, we provide a characterization of convergence in terms of the size of the tails of the series.
P
Pm
Theorem:
n=l an converges > 0. N l. m k N = |
n=k an | < .
P
Pk
Proof : n=l an converges Sk = n=l an converges {Sk } is Cauchy.
This is useful in practice because we can guarantee a series converges without knowing its value.
Theorem:
1. If n k. |an | bn for some k l, and
bn converges, then
n=l
an converges.
n=l
an diverges, then
n=l
bn diverges.
n=l
Proof : (1) Let > 0 and prove with previous theorem and induction on triangle inequality. (2)
follows from contrapositive.
Examples:
P
1.
n=0
(1)n
2n
1
2n
and
1
n=0 2n
2. Suppose
n=0 an converges and an 0 n 0. Let {bn } R be
Pbounded,
i.e.
= |an ||bn | M an . Then M Sn = M nk=0 an =
Pn |bn | M n. Then |an bn | P
n=0 an bn converges.
k=0 M an , so by the theorem,
P (1)n n!
2
3n
3.
n=0 2n nn 4n2 +2 converges because the product is bounded.
P
P
P
n
an converges
2 a2n converges.
n=1
n=0
Proof :
P
P
n
k
Let Sn = nk=1 ak and Tn = m
n=0 2 a2n . Notice that if m 2 then Sm = a1 + a2 +
+ a2k a1 + (a2 + a3 ) + + (a2k + + a2k+1 1 ) a1 + 2a2 + + 2k a2k = Tk .
18
3.1
Convergence Results
21-355 Notes
1
n=1 np
converges p > 1.
Proof :
If p 0 the result is trivial since n1p 1 (the sequences converges to 0). Assume that
1
1
p > 0. Then (n+1)
p np , so we can apply the Cauchy criterion:
X
X
1
2n
converges
converges.
np
(2n )p
n=1
But
2n
n=0 (2n )p
n=0
1
n=0 (2p1 )n ,
P
P
1
Notice
n=1 n is divergent, but
n=1
we need the logarithm.
3.1.2
1
n1+r
1
2p1
< 1 p > 1.
Logarithm
logb n
nr
= 0 (r R, r > 0)
So
1
n(logb n)p
P
n=2
n=2
P
n=1
n1 .
n)p
1
n(logb n)p
converges
1
(logb 2)p np
In particular,
P
n=2
1
n(logb n)p
1
(logb 2)p
1
n logb n
P
n=1
P
n=1
1
np
2n
2n (logb 2n )p
converges p > 1.
is divergent.
19
3.2
3.2
The number e
21-355 Notes
The number e
Lemma:
1
n=0 n!
converges.
Proof : If n 2 then:
n
X
1
1
1
=1+1+
+ +
Sn =
k!
21
n(n 1) 2 1
k=0
1
1
1
+
+ + n1
2 22
2
X
1
=1+2=3
1+
2k
1+1+
k=0
P
n=0
1
n! .
1
n=0 n!
converges.
Theorem: e = limn (1 + n1 )n .
P
1
Proof : Let Sn = nk=0 k!
, Tn = (1 + n1 )n . Then by the Binomial Theorem:
n
X
n!
1
1
Tn = (1 + )n =
n
k!(n k)! nk
k=0
1 n(n 1) 1
1 n(n 1)
=1+1+
+ +
2
2!
n
n!
nn
1
1
1
2
1
1
n1
1
)
= 1 + 1 + (1 ) + (1 )(1 ) + + (1 ) (1
2!
n
3!
n
n
n!
n
n
1
1
= Sn
1 + 1 + + +
2!
n!
Hence, lim supn Tn lim supn Sn = limn Sn = e.
OTOH, fix m N. Then for n m:
1
1
1
1
m1
(1 ) + +
(1 ) (1
)
2!
n
m!
n
n
1
1
1
1
m1
= lim inf Tn lim inf RHS 1 + 1 + lim inf (1 ) + +
lim inf (1 (1
) =1+1+
n
n
2! n
n
m! n
n
n
Tn 1 + 1 +
1
nn! .
Proof : Since Sn is increasing, 0 < e Sn is clear. The other side can be seen from algebra.
Now, suppose e Q; then e =
p
q
for p, q N, p, q 1.
Then 0 < q!(e Sq ) < 1q (q 1). Notice that q!e = q! pq = (q 1)!p N and
q!(1 + 2!1 + + q!1 ) N.
Hence q!(e Sq ) Z; but this yields an integer between 0 and 1, a contradiction. So e
is irrational.
Remark : In fact, e is transcendental.
20
3.3
3.3
21-355 Notes
n=l
an :
1. converges if {| an+1
an |}n=l is bounded and lim supn
|an+1 |
|an |
< 1.
2. diverges if k l. |ak | =
6 0 and |an+1 | |an |(n k).
Lemma (Summation of Parts): Let {an }
n=0 R and define:
(P
n
k=0 ak if n 0
An =
0
if n = 1
Then if 0 p < q:
q
X
an bn =
n=p
q1
X
n=p
2. 0 bn+1 bn (n N)
3. limn bn = 0
Then
n=0 an bn
converges.
P
n
Corollary (Alternating Series): Suppose 0 an+1 an , an 0 as n . Then
n=l (1) an
converges. Proof follows from Dirichlet Test.
P
Corollary
(Abels
Test):
Suppose
n=l an converges, bn+1 bn (n l) and bn b as n .
P
Then n=l an bn converges.
3.4
Algebra of Series
Theorem: If A =
n=l
an , B =
(1)A + B =
n=l
B N , then
(an + bn )
(2)cA =
n=l
can (c R)
n=l
(1)
|an | converges
n=0
Then
n=0 cn
(2)
bn = B
n=0
(3) cn =
n
X
k=0
= A B converges.
21
ak bnk for n 0
3.5
an ,
n=0
n
P
cn , where cn =
n=0
21-355 Notes
k=0
bn .
n=0
P
P
P
Remark : If an , bn converge, cn does not necessarily converge if neither series has convergent
absolute values.
3.5
P
|an | converges, then
n=l an converges. Proof is trivial.
P
P
Definition:
Suppose n=l an converges. If n=l |an | converges, the series converges absolutely. If
P
|an | diverges, the series is conditionally convergent.
P
P
(1)n
(1)n
Example:
is conditionally convergent, while
n=1
n=1 n2 is absolutely convergent.
n
Proposition: If
n=l
X
(1)n+1
n=1
= lim (Sk =
k
=1
1 1 1
+ +
2 3 4
k
X
(1)n+1
n=0
) = lim (S2k =
k
2k
X
(1)n+1
n=0
1
1 1
1
1
but: S2k = (1 ) + ( + + (
)>0
2
3 4
2k 1 2k
Hence, > 0. But the next step is questionable:
2 =
?
X
(2)(1)n+1
n=1
X
k=0
X
k=0
X 2
2
2k + 1
2k
k=1
X
X
2
1 X 1
1
=
2k + 1
k
2k + 1
2k
k=1
= 2 = > 0
k=0
k=1
a contradiction!
Pk
an converges absolutely, N l. k m N =
n=m |an | < 2 .
P
Let k :
n=m |an | 2 < .
Now choose MP N suchPthat {l, l + 1,
. . , N } {(l), (l + 1), . . . , (M )}. Then
P.
m
m
m M = | n=l an n=l a(n) | n=N |an | < .
Pm
P
Hence lim
and from this we deduce
m ( n=l an
n=l
P
Pam(n) ) = 0P
limm m
a
=
lim
a
=
m
n=l (n)
n=l n
n=l an .
Since
n=l
22
3.5
21-355 Notes
n=0 bn
and
n=0 cn
both diverge.
P
Proof
IfP bn converges,
then cn = bn an =
P : Suppose
P
Pnot; one of the series is convergent.
P
P
cn = bn an ; but |anP
| = bn +cn and so |an | = bn + cn is convergent, a contradiction.
A similar argument holds if
cn converges.
Rearrangement Theorem Proof :
Let {a+
n }n=0 denote the subsequence of {bn | bn > 0 or bn = 0 an = 0}. Let {an }n=0
denote the subsequence of {cn | cn > 0} (from last lemma). Note:
1. a+
n 0, an 0 since an 0 = bn 0, cn 0.
P +
P
P
P
2.
an and a
bn , cn respectively.
n both diverge because they differ by 0 from
P +
m1 =
Set m0 = n0 =
Since
an diverges we may use the well-ordering
Pk
Pm1 + principle:
P1.
< c}.
a
a
>
c}.
Similarly,
n
=
min{k
N
|
min{k N | kn=0 a+
1
n
n=0 n
n=0 n
Next, if mp and np are known, we set:
p1 X
p1 X
nl
ml
k
X
X
X
+
a
>
c
a
+
mp+1 = min k N |
a+
j
j
j
j=1+mp
l=0 j=1+nl
l=0 j=1+ml
mp+1
p1 X
p1 X
nl
ml
k
X
X
X
X
+
a
<
c
np+1 = min k N |
a+
a
+
a
j
j
j
j
l=0 j=1+ml
l=0 j=1+nl
j=1+mp
j=1+np
+
) + (a+
Consider the series (a+
1+m1 + + am+2 ) (a1+n1 +
1 + + am1 ) (a1 + + an+1P
+ a
n2 ) + . This is clearly a rearrangement of
n=0 an .
Pmp+1
P
np+1
+
n=0 a(n) = c.
l=0 Al ) = c, and so limj Sj = c =
a(n) = .
23
21-355 Notes
Topology of R
Our goal in Section 4 is to develop some tools for understanding the topology of R, which is a
sort of generalized qualitative geometry.
4.1
4.1.1
Definition:
1. For a, b R with a b, we define:
(a, b) = {x R | a < x < b}
[a, b) = {x R | a x < b}
(a, b] = {x R | a < x b}
[a, b] = {x R | a x b}
4.1.2
Closed Sets
4.1
21-355 Notes
Limit Points
Definition: Let E R.
1. A point x R is a limit point of E iff. > 0. (B(x, ) E)\{x} =
6 .
2. A point x E is called isolated if it is not a limit point.
Example: E = { n1 | n 1}. 0 is a limit point, but
1
n
1
E is isolated, since B( n1 , n(n+1)
) E = { n1 }.
4.1
21-355 Notes
= :
Suppose x is a limit point of E, i.e. > 0. (B(x, ) E)\{x} 6= . Set r1 = 1 and
choose x1 E such that x1 (B(x, r) E)\{x}.
Set rn = min( n1 , |x xn1 |) and choose xn (B(x1 , rn ) E)\{x}.
1
Then n 1. {xn }
n=1 E and |x xn1 | < |x xn | and |x xn | < n . It follows {xn }
is not eventually constant, and xn x as n .
=:
Let > 0. N 1. n N = |x xn | < . Then {xn | n N } B(x, ) E.
If {xn | n N } = {x} then {xn } is eventually constant, a contradiction. Hence
6= {xn | n N }\{x} (B(x, ) E)\{x} = (B(x, ) E)\{x} 6= , and hence x
is a limit point.
Corollary: Let E R. The following are equivalent (proof follows from last theorem):
1. E is closed.
2. If x R is a limit point of E, x E.
3. If {xn }
n=l E is such that xn x as n , then x E.
Corollary: Let E R and E 6= . Suppose E is closed.
1. If E is bounded above, then sup E E, i.e. sup E = max E.
2. If E is bounded below, then inf E E, i.e. inf E = min E.
4.1.4
Definition: Let E R.
1. Let O(E) = {V R | V E and V is open} P(R)
C(E) = {C R | E C and C is closed} P(R).
Note that O(E) and R C(E).
S
2. We define E 0 = V O(E) V , and call this set the interior of E.
=T
We define E
CC(E) C, and call this set the closure of E.
3. We define E = E\E 0 to be the boundary of E.
Theorem: Let E R. The following hold:
1. E 0 E E
E are closed.
2. E 0 is open and E,
3. For every x E, x E 0 x E.
4. E = {x R | > 0. B(x, ) E 6= and B(x, ) E c 6= }.
5. E is open E = E 0 , E is closed E = E.
Proof :
1. Trivial.
is an arbitrary intersection
2. E 0 is an arbitrary union of open sets and thus open; E
0
4.2
Compact Sets
21-355 Notes
3. Trivial.
4. Suppose x E. Show the two properties of the set are satisfied via contradiction.
Next, assume x in the set, and show that x E.
5. Trivial.
Corollary: Let E R. Then E is closed E E.
= E E
E. On the other hand, if E E then
Proof : E is closed = E = E
0
E E = E E E, so E = E.
Theorem (Bolzano-Weierstass, Part 2): Let E R be infinite and bounded. Then E has a
limit point.
Proof : Since E is infinite we may construct a non-eventually-constant sequence {xn }
n=0 E. We
+
do so by choosing x0 E arbitrarily, and xn E\{x0 , . . . , xn1 } for any n N . Since E is
bounded, the sequence is too, so B-W implies there exists a convergent subsequence {xnk }
k=0 E.
This subsequence is not eventually constant by construction, so its limit is a limit point.
4.2
Compact Sets
Definition:
1. Let A be some index set and assume A. V R. We write V = {V }A for
the collection of all of these subsets.
S
2. If E R and E A V , then we say V is a cover of E.
3. If V R is open A and V is a cover of E, we say V is an open cover.
4. Let V be a cover of E. We say W = {V }A0 is a subcover of E if A0 A and W
is a cover of E.
5. Let V be a cover of E. If A is finite, then W = {V }A0 is a finite subcover of E,
if W is a subcover of E.
Examples:
1. Every E R admits a cover: E =
xE {x}.
xE
27
4.2
Compact Sets
21-355 Notes
Definition: Let E R. We say that E is compact if every open cover of E admits a finite
subcover.
Examples:
1. is trivially compact.
2. R is not compact because V = {B(0, n)}nN is an open cover that clearly does not
admit a finite subcover of R.
3. Any finite set E R is compact.
4. (a, b) for a < b is not compact.
5. { n1 | n 1} is not compact.
6. {0} { n1 | n 1} is compact.
Notice in each of our examples of compact sets that the set is closed and bounded.
4.2.1
Heine-Borel Theorem
a
finite
subcover :
n=1
B(0,
n
)
for
some
m
N.
K m
i
i=1
S
Set r = maxi[m] ni . Then K m
i=1 B(0, ni ) B(0, r) = K is bounded.
Now we show K is closed. Let x K C . For each y K we set ry = 21 |x y| > 0. Then
B(y, ry ) B(x, ry ) = (y K). Also, {B(y, ry )}yK is an open cover.
S
B(yi , ryi ). Set r = mini[n] ri > 0
K compact = a finite subcover: K ni=1S
and notice that B(yi , ryi ) B(y, r) = . Hence ni=1 B(yi , ryi ) B(x, r) = =
K B(x, r) = = B(x, r) K C . This means that K C is open and so K is closed.
= (Heine-Borel) Suppose K is closed and bounded. If K = were done, so suppose K 6= .
Notice that K bounded = inf K, sup K R, and K closed = inf K, sup K K.
In particular, sup K = max K, inf = min K. Let V be an open cover of K.
Let E = {x K | V admits a finite subcover of K [inf K, x]} K. Notice that
K [inf K, inf K] = {inf K} is a finite set and hence compact; thus V admits a finite
subcover of K [inf K, inf K]. Hence inf K E, and so E 6= . Clearly E is bounded
above by sup K. By LUB property, sup E R and sup E sup K.
We want to show sup E = sup K = max E. Notice that n 1. xn E K such
that sup E n1 < xn sup E. Then xn sup E as n , and so sup E K (since
K is closed).
Write V = {V }A . Since sup E K, 0 A such that sup E V0 . But V0 is
open so > 0. B(sup E, ) V0 . By definition, x E. sup E S< x sup E.
n
Hence V admits a finite
Sn subcoverof K [inf K, x], i.e. K [inf K, x] i=1 Vi . Then
K [inf K, sup E] i=0 Vi = sup E E = sup E = max E.
28
4.3
Connected Sets
21-355 Notes
S
Assume for sake of contradiction that max E < max K. Let K 0 = K\ ni=0 Vi . K 0
0
is
Snclosed since its the intersection of closed sets. K 6= since otherwise K
i=0 Vi = max E = max K.
Let y = inf K 0 = min K 0 (since S
K 0 is closed) and note that y > max E. Then K
0
[inf K, y] = K[inf K, min K ] ni=0 Vi {y}. But since y K 0 K, Vn+1 V such
S
that y Vn+1 . Hence K [inf K, y] n+1
i=0 Vi = y E = max E < y max E,
a contradiction. We then deduce that max E = max K = K = K [min K, max K]
is covered by a finite subcover of V; thus, K is compact.
Corollary:
1. If K R is compact and E R is closed, then E K is compact.
2. If K R is compact and E K is closed, then E is compact.
S
3. If Ki R is compact for i [n], then ni=1 Ki is compact.
T
4. If K R is compact A, then A K is compact.
4.3
Connected Sets
= A B = .
Definition: We say two sets A, B R are separated if A B
A set E R is disconnected if E = A B such that a 6= , B 6= and A, B are separated.
If a set is E R is not disconnected, we say its connected.
Examples:
1. (0, 1) and [1, 2) are not separated, though they are disjoint, since (0, 1) [1, 2) =
[0, 1] [1, 2) = {1} =
6 .
2. (a, b) and (b, c) for a < b < c are separated, since (a, b) (b, c) = = (a, b) (b, c).
Then (a, c)\{b} is disconnected, since (a, c)\{b} = (a, b) (b, c).
3. Similarly, a R. (, a) an (a, ) are separated.
Then R\{a} = (, a) (a, ) is disconnected.
Theorem: Let E R. Then E is connected (x, y E and x < z < y = z E).
Proof :
2 = 1:
If (2) is false then x, y E and z (x, y) such that z
/ E. Then E = Lz Rz for
Lz = E (, z) and Rz = E (z, ). Since x Lz , y Rz , and Lz (, z) and
Rz (z, ), it follows that Lz and Rz are separated. Hence E is disconnected.
1 = 2
= .
Suppose E is disconnected. Write E = A B with A, B 6= and A B = A B
Let x A and y B. Without loss of generality, we assume x < y.
Let z = sup(A [x, y]). Clearly z A and so z
/ B = z 6= y = x z y. If
z
/ A then z 6= x = x < z < y and z
/ A B = E. Otherwise, if z A, then z
/ B.
C
is closed, so B
is open; and hence we can find w such that z < w < y, w
B
/ B, and
w
/ A. Then x < w < y and w
/ A B = E. In all cases, then, 2 is true.
Corollary: R, (, a), (, a], (a, ), [a, ), (a, b), (a, b], [a, b), and[a, b] are all connected.
29
21-355 Notes
Continuity
5.1
Limits of Functions
Proof : Let > 0; choose = > 0. Then x [0, 1] and 0 < |x 21 | < S =
|f (x) 12 | < .
2. E = [0, 1], f (x) = x (for x 6= 21 ), f (x) = 37 (for x = 12 ).
By the proof of (1), the claim still holds.
3. f (x) = xn on E = (0, 1) for 2 n N. 0 is a limit point of E; we claim
limx0 xn = 0.
Proof : Let > 0; choose = 1/n > 0. Then x (0, 1) and 0 < |x 0| < =
0 < x < = 0 < xn < n = = |f (x) 0| = xn < .
4. limxp x = p whenever p is a limit point of E.
5. If x E. f (x) = 1 then limxp f (x) = 1 whenever p is a limit point of E.
2
=
min(1,
/e) > 0. Then for x R, 0 < |x 0| <
p
= |x| < min(1, /e) = | cos(x) 1| x2 e1 (since |x|2 < 1 =
p
2
e|x| e1 ) = | cos(x) 1| < 2 e ( /e)2 e = .
7. E = { n1 | n 1}, p = 0. Let f (x) = x1 for x E. We claim limx0 f (x) does not
exist.
Proof : Suppose not. Then for = 1. > 0. x E, 0 < |x 0| < =
1
|f (x) q| < 1. But x E, |x| < = x = n1 , 1 < n, and |f (x) q| = | 1/n
q| =
|n q| < 1, which is a contradiction.
Definition: Let f : E R for some E R. If A E we define f (A) = {f (x) | x A} R as
the image of A under f . If B R we define f 1 (B) = {x E | f (x) B} as the pre-image of B
under f .
Lemma: Suppose f : E R. Then A B E = f (A) f (B), and
A B R = f 1 (A) f 1 (B) E.
5.1.1
Divergence Criteria
30
5.2
Continuous Functions
21-355 Notes
3. If {xn }
n=l E satisfies xn 6= p (n l) and xn p as n , the sequence
{f (xn )}
n=l R converges and f (xn ) q as n . (Sequential characterization)
Proof :
(1) = (2) :
Assume (1) and let V R be open with q V . Since V is open, > 0. B(q, ) V .
Since limxp f (x) = q, > 0. x E 0 < |x p| < = |f (x) q| < . Let
U = B(p, ) (an open set). Then x U E\{p} = x E |x p| < =
|f (x) q| < = f (x) B(q, ) V . So f (U E\{p}) V as desired.
(2) = (3):
Assume (2) and let {xn }
n=l E satisfy xn 6= p, xn p. Let > 0 and set V = B(q, )
(open). From (2), open U such that f (U E\{p}) V and p U . Since U is open,
> 0. B(p, ) U . Since xn p as n , N l. n N = ) < |xn p| <
= xn U E\{p} = f (xn ) V = B(q, ). Hence n N = |f (xn ) q| < ,
and f (x) q as n .
(1) = (3):
Suppose (1) is false; then > 0. > 0. x E with 0 < |x p| < such that
|f (x) q| . For n N, n 1, set = n1 to find xn E such that 0 < |xn p| < n1
and |f (xn ) q| . Clearly, {xn }
n=1 E satisfies xn 6= p, xn p. But f (xn ) does
not converge to q. Hence (3) fails.
Corollary: If E R, f : E R, p is a limit point of E, and limxp f (x) = q, then q is unique.
Proof : Limits of sequences are unique, so this follows from (3) in Divergent Criteria theorem.
Corollary (Algebra of limits): Let E R, f, g : E R, p be a limit point of E. Assume
limxp f (x) = q1 , limxp g(x) = q2 . The following hold:
1. If , R then limxp (f (x) + g(x)) = q1 + q2
2. limxp f (x)g(x) = q1 q2
3. If q2 = limxp g(x) 6= 0, then
f
g
q1
q2
Proof : All follow from the algebra of sequential limits and (3) in the Theorem.
As an application of this, we get a large class of limit examples.
Corollary: Let P : E R be a polynomial, i.e. P (x) = a0 +a1 x+ +an xn for some n N, ai R
for i [n]. If p is a limit point of E, then limxp P (x) = P (p).
Proof : We know limxp 1 = 1, limxp x = p. Algebra of limits (2) and simple induction show
limxp xk = pk (k N+ ). Then algebra of limits (1) and another induction argument prove
limxp P (x) = limxp (a0 + a1 x + + an xn ) = limxp (a0 + a1 p + + an pn ) = P (p).
5.2
Continuous Functions
5.2
Continuous Functions
21-355 Notes
f
g
Proof : If p is isolated, the claim is vacuously true. Assume p is not isolated, i.e. p is a limit point
of E. Then the last theorem and algebra of limits gives the result.
Corollary: Let E R, f, g : E R. If f, g are continuous on E, then:
1. If , R then f + g is continuous on E.
2. f g is continuous on E.
3. If g(x) 6= 0 (x E), then
f
g
is continuous on E.
5.3
21-355 Notes
1. exp, cos, sin : R R are continuous on R (proof in HW). YAlso, log : (0, ) R
is continuous on (0, ).
2. Let R and set f : (0, ) R via f (x) = x . Notice that f (x) = exp( log x).
Since log and exp are continuous, f (x) = x is continuous.
Definition: Let E R and A E. We say A is relatively open in E iff A = U E for some open
set U R. Similarly, we say A is relatively closed in E iff A = C E for some closed C R.
Proposition: Let A E R. The following hold:
1. A is relatively open in E x A. > 0. B(x, ) A E.
2. A is relatively closed in E A = B C E for some relatively open B E.
Theorem (Continuity Criteria): Let E R, f : E R. The following are equivalent:
1. f is continuous on E.
2. If p E is a limit point of E, then limxp f (x) = f (p).
3. If p E is a limit point of E and {xn }
n=l E satisfies xn p as n , then
f (xn ) f (p) as n .
4. If V R is open, then f 1 (V ) E is relatively open in E.
5. If C R is closed, then f 1 (C) E is relatively closed in E.
Proof :
(1) (2) (3) follows from the sequential criterion of limits, previous theorem.
(4) (5) follows since f 1 (V C ) = (f 1 (V ))C E.
(1) = (4):
Let V R be open and choose p f 1 (V ). Since V is open, > 0. B(f (p), ) V .
It suffices to show, via previous proposition, that > 0. B(p, ) E f 1 (V ). Since
f is continuous on E, > 0. x E, |x p| < = |f (x) f (p)| < . That
is, x B(p, ) E = |f (x) f (p)| < = f (x) B(f (p), ) V . Hence
B(p, ) E f 1 (V ).
(4) = (1):
Let p E, > 0, and V = B(f (p), ). Then f 1 (B(f (p), )) E is relatively open in
E = (by previous proposition) > 0. B(p, ) E f 1 (B(f (p), )). Then x E
and |x p| < = f (x) B(f (p), ) = |f (x) f (p)| < . Since , p were arbitrary,
we deduce f is continuous on E.
5.3
5.4
21-355 Notes
contradiction.
1
n2
< if n N . Then
1
2
5.4
5.5
Discontinuities
34
5.6
Monotone Functions
21-355 Notes
Proposition: If p is not a limit point of Ep+ then limxp f (x) = limxp f (x). If p is not a limit
point of Ep then limxp f (x) = limxp+ f (x).
Proposition: If p is both a limit point of either Ep+ or Ep , then
lim f (x) = q lim f (x) = lim f (x) = q
xp
xp
xp+
5.6
Monotone Functions
xp
xp+
6
6.1
Differentiation
The Derivative
Definition: Assume f : [a, b] R for a < b R. For all x [a, b], the function : (a, b)\{x} R
(x)
via (t) = f (t)f
is well-defined, and x is a limit point of (a, b)\{x}. If limtx (t) exists we
tx
0
write f (x) = limtx (t) and say that f is differentiable at x.
We define f 0 : {x [a, b] | x is differentiable at x} R to be the derivative of f . If f is differentiable x E [a, b], we say f is differentiable on E.
Definition (General): Let E R, f : E R, and x E be a limit point of E. Define
(x)
: E\{x} R by (t) = f (t)f
. If limtx (t) exists we say f is differentiable at x, and write
tx
0
f (x) = limtx (t).
Proposition (locality of derivative): Suppose f : E R, g : F R, x E F is a limiit
point of E F , and that f and g are differentiable at x. If f = g on E F then f 0 (x) = g 0 (x).
This shows that f 0 (x) only depends on the value of f near x.
35
6.2
21-355 Notes
f
g
Examples:
1. f (x) = + x on R = f 0 (x) = limtx
f (t)f (x)
tx
= (x R).
6.2
36
6.3
Darbouxs Theorem
21-355 Notes
Proof : It suffices to assume that f has a local max at x. Let > 0 such that t E and
(x)
|x t| < = f (t) f (x). Then t E, 0 < x t < = f (t)f
0 and 0 < t x < =
tx
f (t)f (x)
tx
0. So limtx
f (t)f (x)
tx
= f 0 (x) 0, limtx
f (t)f (x)
tx
Remark : The result is false if x is not a limit point of either Ex+ or Ex . Consider f (x) = x on
E = [0, 1]; f has a local min at x = 0, local max at x = 1, but f 0 (x) = 1x [0, 1].
Theorem (Monotonicity part 1): Let f : E R be differentiable at x E.
1. If f is non-decreasing on E, then f 0 (x) 0.
2. If f is non-increasing on E, then f 0 (x) 0.
Cauchys Mean Value Theorem: Suppose that f, g : [a, b] R are continuous on [a, b], differentiable on (a, b). Then x (a, b). (g(b) g(a))f 0 (x) = (f (b) f (a))g 0 (x).
Proof :
Consider h : [a, b] R via h(x) = (g(b) g(a))f (x) (f (b) f (a))g(x). To prove the
result, it suffices to find x (a, b) such that h0 (x) = 0 (since h is cont, diff on [a, b] and
(a, b)).
Notice that h(a) = g(b)f (a) g(a)f (b) = h(b).
If h is constant, then h0 (x) = 0 trivially and were done. Assume h is not constant; then
t (a, b). h(t) > h(a) or h(t) < h(a).
If h(t) h(a), then Extreme Value Theorem guarantees that x (a, b). h(x) =
max h([a, b]) and Local Extremum Theorem = h0 (x) = 0.
If h(t) < h(a) then EVT guarantees x (a, b). h(x) = min h([a, b]) and LET =
h0 (x) = 0.
Corollary (Mean Value Theorem): If f : [a, b] R is cont and diff on [a, b], (a, b) then
x (a, b). f (b) f (a) = f 0 (x)(b a). Proof : Set g(x) = x.
Corollary (Monotonicity part 2): Suppose f : (a, b) R is differentiable on (a, b). The
following hold:
1. x (a, b). f 0 (x) > 0 = f is increasing.
2. x (a, b). f 0 (x) 0 = f is non-decreasing.
3. x (a, b). f 0 (x) = 0 = f is constant.
4. x (a, b). f 0 (x) 0 = f is non-increasing.
5. x (a, b). f 0 (x) < 0 = f is decreasing.
Proof : by MVT, if a < x1 < x2 < b, then f (x2 ) f (x1 ) = f 0 (x)(x2 x1 ).
6.3
Darbouxs Theorem
Definition: We say a function g : R R is periodic with period p > 0 if g(x + p) = g(x) (x R).
Theorem (Darboux): Suppose f : [a, b] R is differentiable on [a, b] and f 0 (a) < < f 0 (b).
Then x (a, b). f 0 (x) = .
Corollary: If f : [a, b] R is differentiable on [a, b], then f 0 has no simple discontinuities.
37
6.4
6.4
LHopitals Rule
21-355 Notes
LH
opitals Rule
Theorem: Suppose f, g : [a, b] R are continuous on [a, b], differentiable on (a, b), and g 0 (x) 6= 0
0 (x)
(x)
(x (a, b)). Assume that limxa fg0 (x)
= L. If f (a) = g(a) = 0, then limxa fg(x)
= L.
Proof :
We claim first that g(x) 6= 0 for x (a, b]. Otherwise, g(x) = 0 for some x (a, b] =
0 = g(x)g(a)
= g 0 (z) for some z (a, x), a contradiction. So fg : (a, b] R is wellxa
defined.
f (xn )
Let {xn }
n=l (a, b] satisfy xn a as n . We claim that limn g(xn ) = L. Once
this is established, the sequential characterization of limits yields the desired result.
To prove the claim, we apply Cauchys Mean Value Theorem on [a, xn ]: yn (a, xn )
such that f 0 (yn )g(xn ) = f 0 (yn )(g(xn ) g(a)) = g 0 (xn )(f (xn ) f (a)) = g 0 (xn )f (xn ).
0 (x )
(xn )
n
Then n l. fg(x
= fg0 (x
. Since a < yn < xn , the squeeze lemma implies yn a.
n)
n)
Hence limn
f (xn )
g(xn )
= limn
f 0 (xn )
g 0 (xn )
= limxa
f 0 (x)
g 0 (x)
= L.
Remarks:
1. The theorem is also true if we take limits at t.
2. If f, g : (a, b] R and limxa f (x) = limxa g(x) = 0, then the theorem still
works.
6.5
n1
X
k=0
f (k) (x)
f (n) (z)
(y x)k +
(y x)n
k!
n!
f (y)P (y)
(yx)n .
f (n) (z)
n!
Pn1
k=0
f (k) (x)
k! (t
Define g(t) = f (t) P (t) M (t x)n , and notice that g (n) (t) = f (n) (t) n!M . As such,
it suffices to show that g (n) (z) = 0 for some z (x, y).
By construction, g (k) (x) = 0 (k = 0, . . . , n 1), and g(y) = 0 (by choice of M ).
By Mean Value Theorem, xi (x, y). g 0 (x1 ) = g(y)g(x)
= 0. Similarly, x2
yx
g 0 (x1 )g 0 (x)
= 0. Iterating,
x1x
(n1)
(xn1 )g (n1) (x)
g (n) (z) = g
xn1 x
(x, x1 ). g 00 (x2 ) =
0. Then 0 =
38
21-355 Notes
7
7.1
Riemann-Stieltjes Integration
The R-S Integral
Rb
f d = C((b) (a)).
P
Proof : For any P [a, b] we have mi = Mi = C. Hence U (P, f, ) = L(P, f, ) = ni=1 Ci =
Rb
Rb
C((b) (a)). So a f d = sup{(L(P, f, )} = C((b) (a)) = inf{U (P, f, } = a f d.
a
7.2
Integrability Criteria
21-355 Notes
Rb
a f d
Rb
a f d.
Proof : Let P1 , P2 [a, b]. Then L(P1 , f, ) L(P1 #P2 , f, ) U (P1 #P2 , f, ) U (P 2, f, )
Rb
Rb
by last proposition. Hence a f d = sup{L(P1 , f, ) | P1 [a, b]} U (P2 , f, ). Then a f d
Rb
inf{U (P2 , f, ) | P2 [a, b]} = a f d.
7.2
Integrability Criteria
Theorem (Riemann)*: f R([a, b]; ) > 0. P [a, b]. U (P, f, ) L(P, f, ) < .
Proof :
(1) = (2):
Rb
Let > 0. By definition, P1 , P2 [a, b]. a f d 2 < L(P1 , f, ), and U (P2 , f, )
Rb
Rb
f
d
+
.
Let
P
=
P
#P
.
Then
U
(P
,
f,
)
U
(P
,
f,
)
<
1
2
1
2
2
a
a f d + 2 . Hence
U (P, f, ) L(P, f, ) < .
(2) = (1):
Rb
Rb
For any partition P [a, b] we know a f d U (P1 , f, ) and L(P, f, ) a f d.
Rb
Rb
We also know a f d a f d. Then (2) implies that for > 0 we have P
Rb
Rb
[a, b]. U (P1 , f, ) L(P1 , f, ) < . But then 0 a f d a f d < ( > 0)
Rb
Rb
and so a f d = a f d = f R([a, b]; ).
Lemma: Let P [a, b]. The following are true:
1. If P 0 is a refinement of P , then U (P 0 , f, ) L(P 0 , f, ) U (P, f, ) L(P, f, ).
P
2. If si , ti [xi1 , xi ] (i [n]), then 0 ni=1 |f (si ) f (ti )|i U (P, f, )
L(P, f, ).
Rb
P
3. If f R([a, b]; ), then ti [xi1 , xi ] = | ni=1 f (ti )i a f d| U (P, f, )
L(P, f, ).
Theorem: If f is continuous on [a, b], then f R([a, b]; ).
Proof :
Note that EVT implies f is bounded. Let > 0 and choose k > 0 so k((b) (a)) < .
Since f is cont on compact [a, b], f is uniformly continuous. Then > 0. x, y [a, b]
and |x y| < = |f (x) f (y)| < k.
Choose a partition P [a, b] such that xi xi1 < (i [n]). Then by EVT,
s
that mi = f (si ), Mi = f P
(ti ). Then U (P,P
f, ) L(P, f, ) =
Pin, ti [xi1 , xi ] suchP
n
n
n
i=1 (Mi mi )i =
i=1 (f (ti ) f (si ))i
i=1 ki = k
k=1 i =
k((b) (a)) < . Since > 0 was arbitrary, we deduce Riemanns Theorem that
f R([a, b]; ).
Theorem: Suppose that f is monotone and is continuous on [a, b]; then f R([a, b]; ).
Remarks:
40
7.2
Integrability Criteria
21-355 Notes
1. If = x, then all monotone functions f are in R([a, b]), i.e. all monotone functions
are Riemann integrable.
2. Monotone functions dont have to be continuous, so f with simple discontinuities
in R([a, b]; ) when is continuous.
3. Monotone functions can have countably infinite sets of discontinuity; R-S integrals
can handle infinite discontinuities.
41