Proof Uniform Continuity: Epsilon-Delta & Sequential Equivalents

In summary: to get
  • #1
BSMSMSTMSPHD
131
0
I'm working on a proof that is not a homework assignment - that's why I'm posting it here. My question is simple.

The epsilon-delta definition of continuity at a point a in an open subset E of the Complex plane is:

[tex] \forall a \in E, \ \forall \ \varepsilon > 0 \ , \exists \ \delta > 0 \ [/tex] such that [tex] \ \forall \ z \in E \ [ \ |z - a| < \delta \ ] \Rightarrow [ \ |f(z) - f(a)| < \varepsilon \ ] [/tex]

This definition has a sequential equivalent as follows:

[tex] \forall \{ z_n \} \in E \ , [ \ z_n \rightarrow a \ ] \Rightarrow [ \ f(z_n) \rightarrow f(a) \ ] [/tex]

My question deals with uniform continuity at a point a in an open subset E of the Complex plane. I know the epsilon-delta definition is:

[tex] \forall \ \varepsilon > 0 \ , \exists \ \delta > 0 \ [/tex] such that [tex] \ \forall \ z, a \in E \ [ \ |z - a| < \delta \ ] \Rightarrow [ \ |f(z) - f(a)| < \varepsilon \ ] [/tex]

What I am looking for is a sequential equivalent for uniform continuity. It seems that the only difference is that now a is not fixed, it varies as does z. Any ideas? I have to put my kids to bed, but I'll be back...
 
Last edited:
Physics news on Phys.org
  • #2
i deleted my reply because it didnt make sense. i got uniform continuity & uniform convergence mixed up :cry:
 
  • #3
Why are you looking for a sequential equivalent? Roughly, continuity says that if {zn} converges to z, then {f(zn)} converges to f(z), but the rate of convergence of latter sequence depends on:

a) z
b) the rate of convergence of {zn} to z

Roughly, then, uniform continuity says that if {zn} converges to z, then {f(zn)} converges to f(z), but the rate of convergence here only depends on the rate of convergence of {zn} to z, but does not depend on z itself, i.e. the rate of convergence is uniform with respect to z.

Note that the above is meant to be very rough. If you understand it, you can formalize it.
 
  • #4
i nkow thisa won't reproducxe, but iw rote notes for a frwshman honors calc class on variousa versions of continuity that might interest you, and maybe you can figure out what is missing:

Math 2310H: Several versions of continuity

Recall the useful shorthand notations:
 
  • #5
Math 2310H: Several versions of continuity

Recall the useful shorthand notations: “ ” means “for all”, and “ ” means “for some”, or “there exists...such that”, “ ” means “if and only if”, and “ ” means “implies” or “if...then”.

Continuity on an interval:
Then we have the familiar definition of continuity of a function f at every point of an interval I.

Definition: A function f defined on an interval I, is continuous at every point of I ( a in I) ( >0)( >0):( x in I)(|x-a|< |f(x)-f(a)|< ).

In English this says: f is a continuous on I if and only if, for every point a of I, and every positive number , there is a corresponding positive number = (a, ), [i.e. may depend on both a and ], such that, for every x in I, if x is within a distance of a, then f(x) is within a distance of f(a). Very, very informally, this means: for numbers x close to a, the values f(x) are close to f(a). But it is much more precise than this: i.e. you can make the values f(x) as close to f(a) as you want, just by making the number x close enough to a.

Example: The function f(x) = 1/x, is continuous on the interval
(0, + ).
proof: Given a >0, and >0, we must find so that |x-a|< implies that |1/x - 1/a| < . To do this we set x = a+h, where |h| = |x-a| < , and ask how small needs to be so that |1/x - 1/a| < . I.e. we set
|1/(a+h) - 1/a| < , and try to see how small we need h to be.

Since 1/x will be extremely large if x is near zero, we start by asking that |h| < a/2, in order to keep x away from 0. Then note that |a+h| ≤ |a|-|h|, by the triangle inequality, so since |h| < |a/2|, we have -|h| > -|a/2|, hence after adding |a| to both sides, we get |a|-|h| > |a|-|a/2| = |a/2|.

Now simplify the expression |1/(a+h) - 1/a| = |h/[a(a+h)]|, and we see that
|1/(a+h) - 1/a| = |h/[a(a+h)]| < , if and only if |h| < |a||a+h|. Since |a+h| ≥ |a| - |h| ≥ |a/2|, we claim it will suffice to have |h| < both |a/2| and |a||a/2|.

I.e. if |h| = |x-a| < both |a/2| and |a||a/2|, then the reasoning above shows that |1/(a+h) - 1/a| = |h/[a(a+h)]| < |h/[a(a/2)]| < |a||a/2|/|a||a/2| = .

Thus given , choose < |a/2| and also < |a||a/2|. Then |x-a| < , will imply that |f(x)-f(a)| < . QED.
OK, This was kind of a pain. In fact I rememebr after 40 years that this proof looked hard in my freshman class too, but we got it, anyway. If it makes you feel better, this is probably the hardest , proof.

Note: In this proof, = min{|a|/2, |a||a/2|} depends on both a and .

Remember: to negate a quantified statement, you just change all the quantifiers to their opposites and tyhen negate the assertion inside the quantifiers.

Hence to say f is not continuous on I, means:
( a in I) ( >0)( >0):( x in I)(|x-a|< does not imply |f(x)-f(a)|< ).

Now rememeber, A imples B, menas that B is true whenever A is true, so A does not imply B means that A is true “but” (i.e. and) B is not.

So the previous statement becomes:

To say f is not continuous on I, means:
( a in I) ( >0)( >0):( x in I)(|x-a|< and |f(x)-f(a)| ≥ ).

In English this says, there is some point a, and some distance , such that f(x) cannot be guaranteed to be as close to f(a) as , no matter how close we take x to a. I.e. for some , there are x’s with |f(x)-f(a)| ≥ in every interval around a.

Here is an example of a discontinuous function:

Let f(t) = sec(t) for t ≠ π/2 on the interval [0,π], and f(π/2) = 0. Then f is not continuous on [0,π] because it is not continuous at π/2. I.e. let = 1. Then I claim, no matter how close we get to π/2, we can always find an x that close, but with f(x) further from f(π/2) = 0 than 1. By looking at the circle, note that on every interval around π/2, there are points t where cos(t) < 1, hence where sec(t) = 1/cos(t) > 1. That proves it.

Note that this is an “infinite discontinuity” like the one on page 37 of our book.


Uniform continuity on an interval:
If we can choose to depend only on , and not on a, then we say f is “uniformly continuous” on the interval I. In symbols this says:

Definition: A function f defined on an interval I, is uniformly continuous on I
( >0)( >0):( a in I)( x in I)(|x-a|< |f(x)-f(a)|< ).

The following big theorem is proved in analysis courses and also in my handout from math 2300H:

Theorem: If the interval I is closed and bounded, i.e. if I = [a,b] where a and b are finite numbers, then every function f which is continuous at every point of I, is also uniformly continuous on I.

Example: Let f(x) = sqrt(x), on the interval [0,+ ). Then we claim f is uniformly continuous on [0,+ ).

To prove it , given , we must find a that works in the definition of continuity at every point a of the interval [0,+ ). Using the insight we got from working this problem in class, we start by finding a that works at a = 0. I.e. we want |x-0| = x < to imply that |sqrt(x) - sqrt(0)| = sqrt(x) < . But squaring both sides gives that if x < 2, then sqrt(x) < . So just take = 2. Now we claim this same works at every positive a. I.e. we claim that if a , x > 0, and |x-a| < 2, then |sqrt(x) - sqrt(a)| < .

OK, I’m not claiming I expect you to be able to do this, but I did sit down and knock this out on scratch paper. You tell me how it seems to you:
First of all, I will assume that a < x, without loss of generality, i.e. since we are talking about any two points a, x >0, we can name the larger one x.

Then I want to show that if x-a < 2, then sqrt(x) - sqrt(a) < . But
x-a < 2, implies that x < a+ 2, so taking square roots of both sides this says that sqrt(x) < sqrt(a+ 2). Now I claim that sqrt(a+ 2) ≤ sqrt(a) + . I.e. in general, I claim that for positive numbers C,D, that
sqrt(C+D)≤ sqrt(C) + sqrt(D). to see this note that by squaring both sides it suffices to show that
C+D ≤ [sqrt(C)+sqrt(D)]2 = C + D + 2sqrt(C)sqrt(D), but this is obvious since 2sqrt(C)sqrt(D) ≥ 0. So indeed we have sqrt(a+ 2) ≤ sqrt(a) + . Combining this with what we had before, we see that:

sqrt(x) < sqrt(a+ 2) ≤ sqrt(a) + . So sqrt(x) - sqrt(a) < , as desired.
QED.

Now do not be discouraged by the complexity of this. These arguments with inequalities, and , are considered the hardest arguments in elementary math, and I am not expecting you to master them. That will come in a much later class, at the 3000 or 4000 level, but it does not hurt to see a few now, done for you.



Lipschitz continuity:
Even if a function is uniformly continuous on I, it can still be very hard to actually find the that goes with a given , as perhaps is believable from the argument above. There is a special case that comes up very often however where this is easy. For this purpose we introduce the idea of “Lipschitz continuity”.

A function is Lipschitz continuous on an interval I if not only can the
be chosen to depend only on , but if in fact can be chosen to be a fixed constant multiple of . More precisely:

Definition: A function f is “Lipschitz continuous” on the interval I, if and only if: ( K >0)( >0):( a in I)( x in I)(|x-a|< /K |f(x)-f(a)|< ).

This implies that f is uniformly continuous in I by taking = /K in the definition of uniform continuity.

Although Lipschitz continuity is stronger than uniform continuity and hence also stronger than continuity, still many functions are Lipschitz continuous, and it is often easier to recognize, and to prove, Lipschitz continuity than the other kinds. To see this, we restate the definition as follows.

Lemma: f is Lipschitz continuous on I if and only if the set of absolute values of secant slopes: { |f(x)-f(a)|/|x-a| , for all a,x, in I} is bounded. i.e. if and only if there is a number K>0 such that: for all a,x in I,
|f(x)-f(a)|/|x-a| ≤ K, i.e. if and only if for all a,x in I, |f(x)-f(a)| ≤ K|x-a|.
proof: If such a K exists, then whenever 0 < |x-a| < /K, we conclude that
|f(x)-f(a)| = (|x-a|)(|f(x)-f(a)|/|x-a| ) ≤ |x-a| K < ( /K)K = . So K is a Lipschitz constant. It is obvious that also when 0 = |x-a|, then |f(x)-f(a)| = 0< . On the other hand if K>0 is a Lipschitz constant for f on I, we claim that |f(x)-f(a)|/|x-a| ≤ K for all a,x in I. For if there did exist a,x in I such that |f(x)-f(a)|/|x-a| > K, then |f(x)-f(a)| /K|x-a| > 1. Then there is some number c > 0 such that |f(x)-f(a)| /K|x-a| > 1+c. Then if we take
= K|x-a|(1+c), we have |x-a| < |x-a|(1+c) = /K, and yet
|f(x)-f(a)| > = K|x-a|(1+c). This contradicts the assumption that K was a Lipschitz constant for f on I. QED.

Thus any number K larger than the absolute values | y/ x| of all secant slopes for f on I, serves as a Lipschitz constant for f on I. This is often taken as the definition of Lipschitz continutity. Such numbers are sometimes easy to find for differentiable functions f, as we will see next.

Lemma: If f is a differentiable function on the interval I, and if the absolute values |f’(x)| of the derivative are bounded by K on I, then K is a Lipschitz constant for f on I. I.e. if there is a number K>0 such that for all x in I, we have |f’(x)| ≤ K, then f is Lipschitz on I and K is a Lipschitz constant.
Proof: Since every derivative f’(x) is a limit of difference quotients y/ x, the same is true for their absolute values. Hence if K is less than some number of form |f’(x)|, then K is also less than some number of form | y/ x|. Thus, if K is not smaller than any difference quotient | y/ x|, i.e. if K ≥ all numbers | y/ x|, then also K≥ |f’(x)| for all x in I.

Conversely, if K ≥ |f’(x)| for all x in I, then we claim that also K ≥ | y/ x|, for all difference quotients y/ x = (f(x1)-f(x0))/(x1-x0), with x0, x1 in I. This follows from the famous “Mean value theorem” of differential calculus. I.e. recall if x0 < x1 in I, and f is differentiable on [x0,x1], theen there is some point x with x0 < x < x1, such that
(f(x1)-f(x0))/(x1-x0) = f’(x). Hence the set of difference quotients (f(x1)-f(x0))/(x1-x0), is actually a subset of the set of derivatives f’(x). So if K is ≥ than all derivatives, it must also be ≥ all difference quotients.
QED.

Example: If f(x) = x1/3, on the interval [1,+ ), then f is Lipschitz there. Note that f is differentiable on this interval with derivative
f’(x) = (1/3)x -(2/3) = (1/3)/x (2/3) And that for x in [1,+ ),
we have x (2/3) ≥ 1, hence f’(x) ≤ 1/3. So K = 1/3 serves as a Lipschitz constant on this interval.

Recall another big theorem from first semester calculus, also proved in my handout notes.
MMV: (Max - min value theorem): If f is continuous on the clsoed bounded interval I = [a,b], then there is a number K>0, such that for all x in I, we have |f(x) ≤ K.

Recall also that a function with a continuous derivative is called a “C1” function, or “a function of class C1”. We may say for short simply that “f is C1”, using C1 as an adjective modifying f.

Then we have the following corollary of our previous results:

Corollary: Any function f which is C1 on a closed bounded interval I = [a,b], is also Lipschitz continuous on that interval, and any bound K for the absolute values |f’(x)| of the derivative of f on I, serves as a Lipschitz constant.

Example: If f(x) = sin(x), on the interval (- ,+ ), then since the derivative sin’(x) = cos(x) is bounded between -1 and 1 everywhere, f(x) =sin(x) is Lipschitz on the whole real line, with Lipschitz constant 1. In particular for any pair of points a,b, we have |sin(a)-sin(b)| ≤ |b-a|.

Example: If f(x) = x3, then f is Lipschitz continuous on any closed bounded interval [a,b] but not on the whole real line. I.e. f is C1, so it is Lipschitz on a closed bounded interval, but since f’(x) = 3x2, the derivatives f’(x) are not bounded on the whole real line, so f is not Lipschitz there.

Example: f(x) = x1/2 is uniformly continuous on the interval [0,1] but not Lipschitz there. Since f is continuous on this closed bounded interval it is uniformly continuous. But since f is diferentiable with derivative f’(x) = (1/2)/x1/2 on the interval (0,1], with unbounded derivative there, f is not Lipschitz on the half open interval (0,1]. Hence it cannot be Lipschitz on the entire interval [0,1]. I.e. if the set of secant slopes is already unbounded on the smaller interval (0,1], it is also unbounded on the larger interval [0,1].

Remark: The interest of the concept of Lipschitz continuity is further enhanced for us because if f is any Riemann integrable function on a clsoed bounded interval [a,b], then the indefinite integral of f is Lipschitz continuous on [a,b]. Hence Lipschitz continuity is a necessary condition for a function to be an indefinite integral of an integrable function on a closed bounded interval.
 
  • #6
gee almosat all the verbs are missing from the definitiopns, and all the quantifiers. sorry.

at least yopu know you should study continuity, uniform continuity, a;lipschir=tz continuity, and continuously differewntiable functions. this is a strictly increasing hierarchy oif restrictions.
 

Related to Proof Uniform Continuity: Epsilon-Delta & Sequential Equivalents

1. What is the definition of uniform continuity?

Uniform continuity is a mathematical concept that describes the behavior of a function over its entire domain. A function is uniformly continuous if for any given value of epsilon, there exists a corresponding value of delta such that the difference between any two points in the function's domain is less than epsilon whenever the difference in their corresponding outputs is less than delta.

2. How is uniform continuity different from regular continuity?

Regular continuity only requires that the function is continuous at each point in its domain, while uniform continuity requires that the function is continuous across its entire domain. In other words, uniform continuity ensures that the function does not have any sudden jumps or breaks in its behavior, while regular continuity allows for small fluctuations between points.

3. What is the epsilon-delta definition of uniform continuity?

The epsilon-delta definition of uniform continuity states that for any given value of epsilon, there exists a corresponding value of delta such that the difference between any two points in the function's domain is less than epsilon whenever the difference in their corresponding outputs is less than delta. In other words, as the difference between input values approaches zero, the difference between output values also approaches zero.

4. What are sequential equivalents of uniform continuity?

The sequential equivalents of uniform continuity are two theorems that provide alternative ways to prove uniform continuity. The first is the sequential criterion, which states that a function is uniformly continuous if and only if every Cauchy sequence in its domain has a Cauchy image. The second is the sequential continuity criterion, which states that a function is uniformly continuous if and only if it is continuous on every Cauchy sequence in its domain.

5. How is uniform continuity useful in real-world applications?

Uniform continuity is a crucial concept in mathematics and has many real-world applications. It is used in physics to describe the behavior of objects in motion, in engineering to design stable structures, and in economics to model the behavior of markets. In general, uniform continuity ensures that a function behaves in a predictable and consistent manner, making it an essential tool in many fields of study.

Similar threads

Replies
1
Views
221
Replies
18
Views
2K
Replies
9
Views
931
Replies
25
Views
3K
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
Replies
11
Views
1K
Replies
7
Views
1K
  • Differential Equations
Replies
1
Views
792
Back
Top