34
LECTURE 29: THE ESSENCE OF ANALYSIS Video: The Essence of Analysis (whole lecture) There’s a saying in German that says: “Everything has an end, except for a sausage, which has two.” 1 And with this, I would like to welcome you to the last lecture of this class and the last lecture of my UC Irvine career! In this segment called The Essence of Analysis, I will go over the main concepts of the course and explain how they’re tied together. 1. Real Numbers Video: Real Numbers Real Analysis is the study of real numbers. You might ask: “Why Real Analysis?” What is it about the real numbers that makes them so different from the rational numbers? In particular, why is there no course called Rational Analysis ? For this, let’s discuss some number systems. First, we define N = {1, 2,... }, which do inductively: Start with 1, then define 2 as the successor of 1, then 3 as the successor of 2 etc. Date : Friday, June 5, 2020. 1 Alles hat ein Ende, nur die Wurst, die hat zwei 1

Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS

Video: The Essence of Analysis (whole lecture)

There’s a saying in German that says: “Everything has an end, exceptfor a sausage, which has two.” 1 And with this, I would like to welcomeyou to the last lecture of this class and the last lecture of my UC Irvinecareer! In this segment called The Essence of Analysis, I will go overthe main concepts of the course and explain how they’re tied together.

1. Real Numbers

Video: Real Numbers

Real Analysis is the study of real numbers. You might ask: “WhyReal Analysis?” What is it about the real numbers that makes themso different from the rational numbers? In particular, why is there nocourse called Rational Analysis? For this, let’s discuss some numbersystems.

First, we define N = {1, 2, . . . }, which do inductively: Start with 1,then define 2 as the successor of 1, then 3 as the successor of 2 etc.

Date: Friday, June 5, 2020.1Alles hat ein Ende, nur die Wurst, die hat zwei

1

Page 2: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

2 LECTURE 29: THE ESSENCE OF ANALYSIS

The main problem with N is that we cannot subtract things, so num-bers like 1− 2 = −1 are not in N. That’s why we need to extend ouruniverse to the integers Z = {. . . ,−2,−1, 0, 1, 2, . . . }

But then, the problem with Z is that we can’t divide things, so thingslike 1

2 are not in Z. Hence we extend out universe once again to getthe rational numbers Q, which are just fractions of the form a

b , wherea and b are integers (and b 6= 0)

What makes Q nice is that it’s a field, which is a system where youcan add/subtract/multiply/divide by things.

Even more is true: Q is an ordered field, meaning that we can com-pare rational numbers, like 1

2 ≤23 .

Not every number is rational. For instance,√

2 is irrational. However,this doesn’t explain why R is better than Q because, by the same token,not every number is real, so we should study only complex numbers orquaternions.

Page 3: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 3

The reason we study R is because of the least upper bound prop-erty, which we’ll define below. A least upper bound is a generalizationof a maximum, so let’s define that first.

Definition:

Let S be a nonempty subset of R. Then M = maxS means:

(1) M ∈ S

(2) For all s ∈ S, s ≤M

The problem is that maxS doesn’t always exist! For example S = [0, 2)has no max because the max would be M = 2, which is not in S

Question: Is there a way of generalizing the max so that it alwaysexists? Yes, and it’s the concept of a sup

In the picture above, the blue M on the far right is an upper boundof S (= for all s ∈ S, s ≤ M). But we can do better! The green M

Page 4: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

4 LECTURE 29: THE ESSENCE OF ANALYSIS

to the second right is also a upper bound of S, and smaller than thefirst one. And we can continue until we reach the least upper boundsup(S) (which barely touches S)

Definition:

M = sup(S) (M is the supremum of S) if

(1) M is an upper bound of S

(2) For all M1 < M there is s1 ∈ S such that s1 > M1

Analogy: If you (= M1) are not the best student (= M), then thereis a student (= s1) who’s better than you.

This says that sup(S) is the least upper bound of S. Any other numberM1 smaller than the sup cannot be an upper bound.

Question: Does sup(S) always exists? It depends!

In Q, sup(S) does not always exist

Page 5: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 5

Example:

Let S ={r ∈ Q | r2 < 2

}= (−

√2,√

2) (in Q)

In this case, sup(S) =√

2, which is not in Q, so, strictly speaking,sup(S) does not exist (in Q). However, if you consider the same set inR, then sup(S) exists, and is

√2.

IN FACT, the single, most important property that distinguishes Rfrom Q (and the main reason that we study Real Analysis) is that Rsatisfies the least-upper bound property, whereas Q doesn’t:

Page 6: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

6 LECTURE 29: THE ESSENCE OF ANALYSIS

Least Upper Bound Property

If S 6= ∅ is bounded above, then sup(S) exists

(If we include the case sup(S) =∞, then we don’t even need to requirethat S be bounded above)

It seems like such a small detail, but it’s literally the Big Bang that trig-gers the Theory of Real Analysis; and in fact, without it, we wouldn’teven be here!

Some Applications:

Archimedean Property

If a > 0 and b > 0 are real numbers, then there is n ∈ N suchthat na > b

Q is dense in R

For any a, b ∈ R with a < b there is r ∈ Q such that a < r < b

Page 7: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 7

A couple of Remarks:

(1) Similarly to sup, we can define the greatest lower bound of S

Inf

m = inf(S) if for all m1 > m there is s1 ∈ S such thats1 < m1

Page 8: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

8 LECTURE 29: THE ESSENCE OF ANALYSIS

However, inf and sup are related via

inf(S) = − sup(−S)

In particular, if S is bounded below, inf(S) exists.

(3) We can extend the real numbers to include ±∞. In this case

Definition:

sup(S) =∞ if for all M there is s1 ∈ S such that s1 > M .

Page 9: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 9

Finally, there is a way of explicitly constructing R using Dedekind cuts,but this is beyond the scope of the exam. That said, there is a beau-tiful comment (from a YouTuber) that perfectly summarizes what R is:

Quote: A real number is a way of cutting up (= Dedekind cuts) equiv-alence classes (= Rational Numbers) of equivalence classes (= Integers)of ways of building up the empty set (= Natural Numbers)

2. Sequences

Video: Sequences

Now that we’ve defined real numbers, we can talk about sequences,which are infinite lists of real numbers.

The single most important thing about sequences is the definition ofconvergence:

Definition:

limn→∞

sn = s if and only if

For all ε > 0 there is some N such that if n > N , then |sn − s| < ε

Page 10: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

10 LECTURE 29: THE ESSENCE OF ANALYSIS

(No matter how small the error, there is some threshold N such that,after that threshold, sn is within ε away from s)

Examples:

(1) sn = 1n2 → 0

(2) sn =(1 + 1

n

)n → e

(3) sn = (−1)n does not converge

From this, we can prove some nice limit laws, such as

Page 11: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 11

sn → s and tn → t⇒ sn + tn → s+ t

Note: Similarly, we can define

Definition:

limn→∞ sn =∞ if and only if for all M > 0 there is N such thatif n > N , then sn > M

In general, it is hard to show that a sequence converges, but luckilythere are two neat convergence “tests:”

Page 12: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

12 LECTURE 29: THE ESSENCE OF ANALYSIS

Cauchy:

(sn) is Cauchy sequence if for all ε > 0 there is N such that ifm,n > N , then

|sm − sn| < ε

Monotone Sequence Theorem:

(sn) is increasing and bounded above, then (sn) converges.

Page 13: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 13

Similarly if (sn) is decreasing and bounded below, then (sn) converges.

Limsup: The Monotone Sequence Theorem allows us to define thelimsup, which is the analog of the sup, but for sequences. For this, let(sn) be a sequence and consider:

sup {sn | n > N}

(that is, the sup of sn but after the threshold N)

Notice that, the bigger N , the smaller the sup is:

Page 14: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

14 LECTURE 29: THE ESSENCE OF ANALYSIS

This is because, the bigger N , the less values of sn with n > N thereare, so the sup is becoming smaller (for example, if you have a class of10 students, and 5 good students drop, then the highest score will belower)

In particular the sequence sup {sn | n > N} is decreasing, and so, bythe Monotone Sequence Theorem, it converges. It’s that limit that wecall lim sup:

Definition:

lim supn→∞

sn = limN→∞

sup {sn | n > N}

And the amazing fact is that lim sup always exists (or is ±∞)

Page 15: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 15

Even though the lim sup is an abstract concept, we can always attainit using subsequences:

Fact:

There is a subsequence (snk) of (sn) that converges to

lim supn→∞ sn

(in other words, there is an express train with destination lim sup)

Finally, the most important fact about subsequences is the Bolzano-Weierstraß Theorem:

Bolzano-Weierstraß:

Every bounded sequence (sn) has a convergent subsequence (snk)

Page 16: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

16 LECTURE 29: THE ESSENCE OF ANALYSIS

It says that if a sequence is bounded, it is trapped, which forces a sub-sequence to converge. That subsequence is like a string to a balloon,which prevents it from flying away.

3. Metric Spaces

Video: Metric Spaces

Now the question is, can we generalize all the results that we’ve learnedso far to more general spaces? Yes, we can! For this, we need to definethe concept of a metric space

Notice: The only properties about absolute value that we’ve used arethe following:

For all x, y, z ∈ R,

(1) |x− y| ≥ 0 and |x− y| = 0⇔ x = y

(2) |x− y| = |y − x|

(3) Triangle Inequality: |x− z| ≤ |x− y|+ |y − z|

Page 17: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 17

(Interpretation: The third leg of a triangle is less than or equal to thesum of the other two legs)

Definition:

(S, d) is a metric space if:

(1) d(x, y) ≥ 0, d(x, y) = 0⇔ x = y

(2) d(x, y) = d(y, x)

(3) d(x, z) ≤ d(x, y) + d(y, z)

Notice the similarity between d(x, y) and |x− y|, so in fact d (called ametric) is just a generalization of the absolute value.

Examples:

(1) R (with the usual absolute value)

(2) Rk (with the usual distance)

(3) Q

(4) Any set with the discrete metric

(5) Sequences

(6) Continuous functions

Once we have a metric, we can define convergence of sequences inmetric spaces, it’s amazing how it’s nearly identical our usual notionof convergence:

Page 18: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

18 LECTURE 29: THE ESSENCE OF ANALYSIS

Definition:

If (S, d) is a metric space and (sn) is a sequence in S, then sn → sif for all ε > 0 there is N such that if n > N , then d(sn, s) < ε

And similar for Cauchy sequences:

Definition:

(sn) is Cauchy if, for all ε > 0, there is N such that if m,n > N ,then d(sn, sm) < ε

Page 19: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 19

Although Convergence ⇒ Cauchy, it is NOT always true that Cauchy⇒ Convergence. But if it’s true, then we call that complete:

Definition:

(S, d) is complete if every Cauchy sequence (sn) in S converges

So, for instance, R and Rk are complete. This is yet another reasonwhy R is so much better than Q.

Open Sets: A very useful set in R is the open interval, or (more gen-erally) the open ball:

Definition:

B(x, r) = {y ∈ S | d(x, y) < r}

And using balls, we can define the notion of an open set:

Page 20: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

20 LECTURE 29: THE ESSENCE OF ANALYSIS

Definition:

E is open if for all x ∈ E there is r > 0 such that B(x, r) ⊆ E.

In other words, at any point in E, we can squeeze in a very small ball.So open sets have a little wiggle room, we can always move aroundthem.

And similarly, there is the notion of a closed set, but for this we haveto define limit points:

Definition:

s ∈ E if and only if there is a sequence (sn) in E that convergesto s.

In some sense E is the set of all the places you can reach using se-quences.

Page 21: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 21

Definition:

E is closed if and only if E = E, that is, whenever (sn) is asequence in E that converges to s, then s ∈ E

So a closed set contains all its limit points; you cannot escape E bytaking limits.

Compactness: Another useful set is the closed ball B(x, r). Whatmakes closed balls so nice is that they are closed and bounded, andcompactness is the perfect generalization of closed and bounded sets:

Page 22: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

22 LECTURE 29: THE ESSENCE OF ANALYSIS

Definition:

A set E is compact if every open cover U of E has a finitesubcover V

Fact 1:

If E is compact, then it is closed and bounded

In Rk, the converse is true as well:

Fact 2: Heine-Borel Theorem

In Rk, E is compact if and only if E is closed and bounded.

(But in general metric spaces, this is not true, see Problem 15 in HW7)

Cantor Set: Finally, a wonderful example of a compact set in R is theCantor set, which is obtained by starting with [0, 1] and successively

Page 23: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 23

removing the middle third of each interval:

4. Series

Video: Series

Given a sequence (an), we would like to sum up all the values of an.For this, we need to use partial sums:

Definition:

∞∑n=0

an = S ⇔ limn→∞

sn = S , where

sn =n∑

k=0

ak = a0 + a1 + · · ·+ an

Page 24: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

24 LECTURE 29: THE ESSENCE OF ANALYSIS

Notice that indeed sn = a0+· · ·+an is a sequence depending only on n.In other words, the series

∑an converges if and only if the sequence

(sn) converges. This ties a new concept with an old concept that wealready know.

Definition:

If the above limit exists, then we say∑an converges. Else, if

S = ±∞ and/or the limit does not exist, then∑an diverges.

Example:

What is ∞∑n=0

(1

2

)n

= 1 +1

2+

1

4+ . . .

For this, look at

sn =n∑

k=0

(1

2

)k

=1−

(12

)n+1

1−(12

) → 1

1− 12

= 2

Therefore∑∞

n=0

(12

)n= 2

In general, it is difficult to find the exact value of a series; that’s why,in the remainder, we will just focus on the easier problem of figuringout if a series converges. For this, there are again two neat tricks:

Fact:

Suppose an ≥ 0 for all n

Then∑an converges if and only if (sn) (as above) is bounded

Page 25: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 25

Note: This is what calculus textbooks mean when they say “A seriesconverges if and only if it is bounded”

This is because, since an ≥ 0, (sn) is a non-decreasing sequence, andtherefore, (⇐) (sn) is bounded, by the Monotone Sequence Theorem,(sn) converges, which implies that

∑an converges.

The second trick is the Cauchy criterion:

Cauchy Criterion:∑∞n=1 an converges if and only if it satisfies the Cauchy crite-

rion:

For all ε > 0 there is N such that, if n ≥ m > N , then∣∣∣∣∣n∑

k=m

ak

∣∣∣∣∣ < ε

In other words, no matter how small the error, any tail∑n

k=m ak of theseries (no matter how long) eventually becomes as small as we want.

Page 26: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

26 LECTURE 29: THE ESSENCE OF ANALYSIS

Convergence Tests: Then there are all the convergence tests fromCalculus:

Convergence Tests:

(1) Divergence Test (If (an) doesn’t converge, then∑an

diverges)

(2) Comparison Test (If 0 ≤ an ≤ bn and∑bn converges,

then∑an converges)

(3) Ratio Test (If lim supn→∞

∣∣∣an+1

an

∣∣∣ = α, then if α < 1,∑an

converges absolutely and if α > 1, then∑an diverges)

(4) Root Test (If lim supn→∞ |an|1n = α, then if α < 1,

∑an

converges absolutely and if α > 1, then∑an diverges)

(5) Integral Test

(6) Alternating Series Test (For series of the form∑(−1)nan, like 1 − 1

2 + 13 − . . . , If an ≥ 0 is decreasing

and → 0, then∑an converges, very easy to apply)

Page 27: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 27

(Notice how in the Ratio and Root tests we use lim sup. This is be-

cause for example we don’t know if the limit of |an|1n exists)

An important consequence from the Integral Test is:

p−series

∞∑n=1

1

npconverges ⇔ p > 1

5. Continuity

Video: Continuity

Finally, we would like to define the notion of continuity, which justmeans that if the inputs of x are close together, then the outputs f(x)are close together.

There are two equivalent definitions of continuity:

Definition 1:

f is continuous at x0 if, whenever xn is a sequence that convergesto x0, then f(xn) converges to f(x0)

Page 28: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

28 LECTURE 29: THE ESSENCE OF ANALYSIS

Definition 2:

f is continuous at x0 if for all ε > 0 there is δ > 0 such that forall x, if |x− x0| < δ, then |f(x)− f(x0)| < ε

f is continuous if for all x0, f is continuous at x0

(No matter how small the error ε, there is some small threshold δ suchthat, if |x− x0| is within the threshold δ, then |f(x)− f(x0)| is within

Page 29: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 29

the good region ε)

Using those definitions, one can show that familiar functions such asx2, ex, sin(x) are continuous.

Moreover, one can show some continuity laws, such as, whenever fand g are continuous, then f + g, fg, fg , g ◦ f, f

−1 are continuous

Properties of Continuity: Continuous functions enjoy some niceproperties:

Fact 1:

If f : [a, b]→ R is continuous, then f is bounded

Fact 2: Extreme Value Theorem:

Suppose f : [a, b]→ R is continuous, then f has a maximum anda minimum on [a, b]

Page 30: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

30 LECTURE 29: THE ESSENCE OF ANALYSIS

Fact 3: Intermediate Value Theorem:

If f : [a, b] → R is continuous and if c is any number betweenf(a) and f(b), then there is some x ∈ [a, b] such that f(x) = c

Uniform Continuity: This is a better version of continuity, and ba-sically says that δ doesn’t depend on x0, it doesn’t depend on where

Page 31: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 31

your position.

Definition:

f is uniformly continuous on a set S if for all ε > 0 there is δ >0 such that, for all x, y ∈ S, if |x− y| < δ, then |f(x)− f(y)| < ε

(Here δ does not depend on x or y; there is universal δ that works forevery x and y)

Page 32: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

32 LECTURE 29: THE ESSENCE OF ANALYSIS

Useful Properties:

(1) If f : [a, b]→ R is continuous, then f is uniformly contin-uous on [a, b]

(2) If f is uniformly continuous on S and (sn) is Cauchy, thenf(sn) is Cauchy (not true if f is just continuous)

(3) f : (a, b)→ R is uniformly continuous on (a, b) if and onlyif f has a continuous extension f̃ : [a, b]→ R

The last property says that if f is uniformly continuous on (a, b), thenwe can extend f to a continuous function at the endpoints.

Examples:

(1) f(x) = x sin(1x

)is uniformly continuous on (0, 1] because

we can extend it to a continuous function f̃ on [0, 1] (bydefining f̃(0) = 0)

(2) f(x) = sin(1x

)is not uniformly continuous on (0, 1] be-

cause we can’t extend f to a continuous function f̃ on[0, 1]

Page 33: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

LECTURE 29: THE ESSENCE OF ANALYSIS 33

Page 34: Real Numbers - sites.uci.eduLECTURE 29: THE ESSENCE OF ANALYSIS 3 The reason we study R is because of the least upper bound prop-erty, which we’ll de ne below. A least upper bound

34 LECTURE 29: THE ESSENCE OF ANALYSIS

6. Epilogue

Video: Good Bye

CONGRATULATIONS, you have now officially reached a limit pointof your Analysis adventure! I just wanted to thank you and all of UCIrvine for the wonderful 3 years I have had here, I will always cherishthem deeply in my heart. With that said, thank you so much for flyingPeyam Airlines, I hope you had a pleasant stay on board, and I wishyou a safe onward journey! ZOT ZOT ZOT!!!