MATH 409 Lecture 12

From Notes
Jump to navigation Jump to search

« previous | Thursday, October 3, 2013 | next »

Lecture Slides

Uniform Continuity

A function f:E defined on a set E is called uniformly continuous on E if for every e>0 there exists δ=δ(ϵ)>0 such that |xy|<δ and x,yE imply |f(x)f(y)|<ϵ.

First introduced by Cauchy with all his work on ϵ's and δ's.

Recall that f is continuous at a point yE if for every ϵ>0 there exists δ=δ(y,ϵ)>0 such that |xy|<δ and xE imply |f(x)f(y)|<ϵ.

Therefore the uniform continuity of f is a stronger property than the continuity of f on E.

Examples

Constant function. f(x)=a is uniformly continuous

Indeed |f(x)f(y)|=0<ϵ for any ϵ>0 and x,y.

Identity function. f(x)=x

Since f(x)f(y)=xy, we choose δ=ϵ and we have |f(x)f(y)|<ϵ and |xy|<ϵ.

Sine function. f(x)=sinx

It was shown in the previous lecture that |sinxsiny||xy| for all x,y, therefore |f(x)f(y)|<ϵ whenever |xy|<ϵ


Lipschitz Functions

A function f:E is called a Lipschitz function if there exists a constant L>0 such that |f(x)f(y)|L|xy| for all x,yE.

Theorem. Any Lipschitz function is uniformly continuous.

Proof. Using notatino of the the definition, let δ=ϵ/L for any ϵ>0, then |xy|<δ implies

|f(x)f(y)|L|xy|<Lδ=ϵ

for all x,yE.

quod erat demonstrandum

This is nice because we don't have to work with ϵ's and δ's to show that a function is uniformly continuous.

Theorem. The function f(x)=x is uniformly continuous on [0,), but not Lipschitz.

Proof. For any n, we have |f(1n)f(0)|=1n=n|1n0|. It follows that f is not Lipschitz.

Given ϵ>0, let δ=ϵ2 In order to change the function by ϵ, we can only choose a difference in x and y smaller than ϵ2<ϵ.

Suppose |xy|<δ, where x,y0. To estimate |f(x)f(y)|, we consider two cases:

  1. x,y[0,δ): we use the fact that f is strictly increasing. Then |f(x)f(y)|<f(δ)f(0)=δ=ϵ. Since the function x is strictly increasing, the farthest that f(x) and f(y) can be is at the extremes of an interval. Note that δ is not included in this interval, hence the strict "less than".
  2. x,y∉[0,δ): we have δmax(x,y). Then |xy|=|xyx+y||xy|max(x,y)<δδ=δ=ϵ.

Thus f is uniformly continuous.

quod erat demonstrandum

Theorem. f(x)=x2 is not uniformly continuous on .

Let ϵ=2 and an arbitrary δ>0. Let nδ be a natural number such that 1nδ<δ. Further, let xδ=nδ+1nδ and yδ=nδ.

(The numbers are large, but the distance between them is small)

Then |xδyδ|=1nδ<δ while f(xδ)f(yδ)=(nδ+1nδ)2nδ2=2+1nδ2>ϵ.

We conclude that f is not uniformly continuous.

quod erat demonstrandum

Theorem. The function f(x)=x2 is Lipschitz (and hence uniformly continuous) on any bounded interval [a,b].

Proof. For any x,y[a,b] we obtain

|x2y2|=|x+y||xy|(|x|+|y|)|xy|2max(|a|,|b|)|xy|

quod erat demonstrandum

Theorem. Any function continuous on a closed bounded interval [a,b] is also uniformly continuous on [a,b].

Proof by contraposition. Assume that f:[a,b] is not uniformly continuous on [a,b]. We have to show that f is not continuous on [a,b],

By assumption, there exists a ϵ>0 tsuch that for any δ>0, we can find two points x,y[a,b] satisfying |xy|<δ and |f(x)f(y)|ϵ. In particular, for any n, there exist points xn,yn[a,b] such that |xnyn|<1n while |f(xn)f(yn)|ϵ.

By construction, {xn} is a bounded sequence. According to the Bolzano-Weierstrass theorem, there is a subsequence {xnk} converging to a limit c. Moreover, c belongs to [a,b] as {xn}[a,b].

Since xn1n<yn<xn+1n for all n, the subsequence {ynk} also converges to c. However, the inequalities |f(xnk)f(xnk)|ϵ imply that at least one of the sequences {f(xnk)} and {f(ynk)} is not converging to f(c). It follows that the function f is not continuous at c.

quod erat demonstrandum

Theorem. Suppose that a function f:E is uniformly continuous on E. Then it maps Cauchy sequences to Cauchy sequences, that is, for any Cauchy sequence {xn}E, the sequence {f(xn)} is also Cauchy.

Proof. Let {xn}E be a Cauchy sequence. Since f is uniformly continuous on E, for every ϵ>0 there exists δ=δ(ϵ) such that |xy|<δ and x,yE imply |f(x)f(y)|<ϵ.

Since {xn} is a Cauchy sequence, there exists N=N(δ) (note that δ depends on ϵ, so ultimately N depends on ϵ) such that |xnxm|<δ for all m,nN. Then |f(xn)f(xm)|<ϵ for all n,mN. We conclude that {f(xn)} is a Cauchy sequence.

quod erat demonstrandum

Cauchy sequences are nice because every Cauchy sequence is a convergent sequence (and vice versa), so the image of a convergent sequence is also a convergent sequence that converges to the limit of the function.

Dense Subsets

Given a set E and its subset E0E, we say that E0 is dense in E if for any point xE and any ϵ>0 the interval (xϵ,x+ϵ) contains an element of E0.

Examples

  • An open bounded interval (a,b) is dense in the closed interval [a,b].
  • The set of rational numbers is dense in (previously shown without notion of density.

Theorem. A subset E0 of the set E is dense in E if and only if for any cE there exists a sequence {xn}E0 converging to c.

Proof. Suppose that for any point cE there is a sequence {xn}E0 converging to c. Then any ϵ-neighborhood (cϵ,c+ϵ) of c contains an element of that sequence.

Conversely, suppose that E0 is dense in E. Then, given cE, for any n there is a point xn(c1n,c+1n)E0. Clearly xnc as x.

quod erat demonstrandum


Continuous Extension

Main function of the day.

Theorem. Suppose that E0E is dense in E. Then any uniformly continuous function f:E0 can be extended to a continuous function on E. Moreover, the extension is unique and uniformly continuous.

Proof. First let us show that a continuous extension of the function f to the set E is unique (assuming it exists). Suppose g,h:E are two continuous extensions of f. Since the set E0 is dense in E, for any cE there is a sequence {xn}E0 converging to c. Since g and h are continuous at c, we get g(xn)g(c) and h(xn)h(c) as n (by sequential characterization of continuity). However g(xn)=h(xn)=f(xn) for all n. Hence g(c)=h(c). This shows the uniqueness of the extension.

Now to prove existence. given cE, let {xn} be a sequence of elements of E0 converging to c. The sequence {xn} is Cauchy. Since f is uniformly continuous, it follows that the sequence {f(xn)} is also Cauchy. Hence it converges to a limit L. We claim that the limit L depends only on c and does not depend on the choice of the sequence {xn}.

Indeed, let {x~n}E0 be another sequence converging to c. Then a sequence x1,x~1,x2,x~2, also converges to c. Consequently, f(x1),f(x~1),f(x2),f(x~2), is convergent. The limit is L since the subsequence {f(xn)} converges to L. Another subsequence is {f(x~n)}, hence it converges to L as well. Now we set F(c)=L, which defines a function F:E.

The continuity of the function f implies that F(c)=f(c) for cE0, that is, F is an extension of f.

Finally, we need to show that the extension F is uniformly continuous.

Given ϵ>0, let ϵ0=ϵ2. Since f is uniformly continuous, there is δ>0 such that |xy|<δ implies |f(x)f(y)|<ϵ0 for all x,yE0. For any c,dE we can find sequences {xn} and {yn} of elements of E0 such that xnc and ynd as n.

By construction of F, we have f(xn)F(c) and f(yn)F(d) as n.

If |cd|<δ, then |xnyn|<δ for all sufficiently large n. Consequently, |f(xn)f(yn)|<ϵ0 for all sufficiently large n, which implies |F(c)F(d)|ϵ0 (by comparison theorem of taking limit of inequality). Thus |F(c)F(d)|ϵ0<ϵ and F is uniformly continuous.

quod erat demonstrandum

The implication of this theorem is the definition of the exponential function. We will define it for rational exponents and then extend it to the real line.


Exponential Functions

Theorem. For any a>0, there exists a unique function Fa: satisfying the following conditions:

  1. Fa(1)=a
  2. Fa(x+y)=Fa(x)Fa(y) for all x,y
  3. Fa is continuous at 0.

This function is denoted Fa(x)=ax and called the exponential function with base a.

Sketch of proof of uniqueness. We know how to prove this function is not negative: at any point c. Let's take x=c2 and y=c2. Thus f(x+y)=f(c)=F(c/2)2>0

(nonzero)

If it's continuous at 0 and strictly positive, we can show it must be continuous at any point.

Sketch of proof of existence. Let a0=1, a1=a, and an+1=ana for all n. Further, let an=1an for all n.

Lemma 1. a^{m+n} = a^m \, a^n and amn=(am)n for all m,n.

Lemma 2. If m1,m2 and n1,n2 satisfy m1n1=m2n2, then am1n1=am2n2.

For any r, let ar=amn, where m and n are chosen so that r=mn.

Lemma 3. ar+s=aras and ars=(ar)s for all r,s.

Lemma 4. The function f(r)=ar, r, is monotone.

Lemma 5. a1n1 as n.

Lemma 6. The function f(r)=ar for r is uniformly continuous on [b1,b2] for any bounded interval [b1,b2].

quod erat demonstrandum