SlideShare a Scribd company logo
2
Most read
3
Most read
8
Most read
Continuity and Uniform Continuity
521
May 12, 2010
1. Throughout S will denote a subset of the real numbers R and f : S → R
will be a real valued function defined on S. The set S may be bounded like
S = (0, 5) = {x ∈ R : 0 < x < 5}
or infinite like
S = (0, ∞) = {x ∈ R : 0 < x}.
It may even be all of R. The value f(x) of the function f at the point x ∈ S
will be defined by a formula (or formulas).
Definition 2. The function f is said to be continuous on S iff
∀x0 ∈ S ∀ε > 0 ∃δ > 0 ∀x ∈ S |x − x0| < δ =⇒ |f(x) − f(x0)| < ε .
Hence f is not continuous1
on S iff
∃x0 ∈ S ∃ε > 0 ∀δ > 0 ∃x ∈ S |x − x0| < δ and |f(x) − f(x0)| ≥ ε .
Definition 3. The function f is said to be uniformly continuous on S iff
∀ε > 0 ∃δ > 0 ∀x0 ∈ S ∀x ∈ S |x − x0| < δ =⇒ |f(x) − f(x0)| < ε .
Hence f is not uniformly continuous on S iff
∃ε > 0 ∀δ > 0 ∃x0 ∈ S ∃x ∈ S |x − x0| < δ and |f(x) − f(x0)| ≥ ε .
1
For an example of a function which is not continuous see Example 22 below.
1
4. The only difference between the two definitions is the order of the quan-
tifiers. When you prove f is continuous your proof will have the form
Choose x0 ∈ S. Choose ε > 0. Let δ = δ(x0, ε). Choose x ∈ S.
Assume |x − x0| < δ. · · · Therefore |f(x) − f(x0)| < ε.
The expression for δ(x0, ε) can involve both x0 and ε but must be independent
of x. The order of the quanifiers in the definition signals this; in the proof x
has not yet been chosen at the point where δ is defined so the definition of
δ must not involve x. (The · · · represent the proof that |f(x) − f(x0)| < ε
follows from the earlier steps in the proof.) When you prove f is uniformly
continuous your proof will have the form
Choose ε > 0. Let δ = δ(ε). Choose x0 ∈ S. Choose x ∈ S.
Assume |x − x0| < δ. · · · Therefore |f(x) − f(x0)| < ε.
so the expression for δ can only involve ε and must not involve either x or
x0.
It is obvious that a uniformly continuous function is continuous: if we can
find a δ which works for all x0, we can find one (the same one) which works
for any particular x0. We will see below that there are continuous functions
which are not uniformly continuous.
Example 5. Let S = R and f(x) = 3x + 7. Then f is uniformly continuous
on S.
Proof. Choose ε > 0. Let δ = ε/3. Choose x0 ∈ R. Choose x ∈ R. Assume
|x − x0| < δ. Then
|f(x) − f(x0)| = |(3x + 7) − (3x0 + 7)| = 3|x − x0| < 3δ = ε.
Example 6. Let S = {x ∈ R : 0 < x < 4} and f(x) = x2
. Then f is
uniformly continuous on S.
Proof. Choose ε > 0. Let δ = ε/8. Choose x0 ∈ S. Choose x ∈ S. Thus
0 < x0 < 4 and 0 < x < 4 so 0 < x + x0 < 8. Assume|x − x0| < δ. Then
|f(x) − f(x0)| = |x2
− x2
0| = (x + x0)|x − x0| < (4 + 4)δ = ε.
2
7. In both of the preceeding proofs the function f satisfied an inequality of
form
|f(x1) − f(x2)| ≤ M|x1 − x2| (1)
for x1, x2 ∈ S. In Example 5 we had
|(3x1 + 7) − (3x2 + 7)| ≤ 3|x1 − x2|
and in Example 6 we had
|x2
1 − x2
2| ≤ 8|x1 − x2|
for 0 < x1, x2 < 4. An inequality of form (1) is called a Lipschitz inequality
and the constant M is called the corresponding Lipschitz constant.
Theorem 8. If f satisfies (1) for x1, x2 ∈ S, then f is uniformly continuous
on S.
Proof. Choose ε > 0. Let δ = ε/M. Choose x0 ∈ S. Choose x ∈ S. Assume
that |x − x0| < δ. Then
|f(x) − f(x0)| ≤ M|x − x0| < Mδ = ε.
9. The Lipschitz constant depend might depend on the interval. For example,
|x2
1 − x2
2| = (x1 + x2)|x1 − x2| ≤ 2a|x1 − x2|
for 0 < x1, x2 < a but the function f(x) = x2
does not satisfy a Lipschitz
inequality on the whole interval (0, ∞) since
|x2
1 − x2
2| = (x1 + x2)|x1 − x2| > M|x1 − x2|
if x1 = M and x2 = x1 + 1. In fact,
Example 10. The function f(x) = x2
is continuous but not uniformly con-
tinuous on the interval S = (0, ∞).
Proof. We show f is continuous on S, i.e.
∀x0 ∈ S ∀ε > 0 ∃δ > 0 ∀x ∈ S |x − x0| < δ =⇒ |x2
− x2
0| < ε .
3
Choose x0. Let a = x0 + 1 and δ = min(1, ε/2a). (Note that δ depends on
x0 since a does.) Choose x ∈ S. Assume |x − x0| < δ. Then |x − x0| < 1 so
x < x0 + 1 = a so x, x0 < a so
|x2
− x2
0| = (x + x0)|x − x0| ≤ 2a|x − x0| < 2aδ ≤ 2a
ε
2a
= ε
as required.
We show that f is not uniformly continuous on S, i.e.
∃ε > 0 ∀δ > 0 ∃x0 ∈ S ∃x ∈ S |x − x0| < δ and |x2
− x2
0| ≥ ε .
Let ε = 1. Choose δ > 0. Let x0 = 1/δ and x = x0 + δ/2. Then |x − x0| =
δ/2 < δ but
|x2
− x2
0| =
1
δ
+
δ
2
2
−
1
δ
2
= 1 +
δ2
4
> 1 = ε
as required. (Note that x0 is large when δ is small.)
11. According to the Mean Value Theorem from calculus for a differentiable
function f we have
f(x1) − f(x2) = f (c)(x2 − x1).
for some c between x1 and x2. (The slope (f(x1) − f(x2))/(x1 − x2) of the
secant line joining the two points (x1, f(x1)) and (x2, f(x2)) on the graph is
the same as the slope f (c) of the tangent point at the intermediate point
(c, f(c)).) If x1 and x2 lie in some interval S and |f (c)| ≤ M for all c ∈ S
we conclude that the Lipschitz inequality (1) holds on S. We don’t want to
use the Mean Value Theorem without first proving it, but we certainly can
use it to guess an appropriate value of M and then prove the inequality by
other means.
12. For example, consider the function f(x) = x−1
defined on the interval
S = (a, ∞) where a > 0. For x1, x2 ∈ S the Mean Value Theorem says that
x−1
1 − x−1
2 = −c−2
(x1 − x2) where c is between x1 and x2. If x1, x2 ∈ S then
c ∈ S (as c is between x1 and x2) and hence c > a so c−2
< a−2
. We can
prove the inequality
|x−1
1 − x−1
2 | ≤ a−2
|x2 − x2|
4
for x1, x2 ≥ a as follows. First a2
≤ x1x2 since a ≤ x1 and a ≤ x2. Then
|x−1
1 − x−1
2 | =
|x1 − x2|
x1x2
≤
|x1 − x2|
a2
(2)
where we have used the fact that α−1
< β−1
if 0 < α < β. It follows that
that the function f(x) is uniformly continuous on any interval (a, ∞) where
a > 0. Notice however that the Lipschitz constant M = a−2
depends on
the interval. In fact, the function f(x) = x−1
does not satisfy a Lipshitz
inequality on the interval (0, ∞).
13. We can discover a Lipscitz inequality for the square root function f(x) =√
x in much the same way. Consider the function f(x) =
√
x defined on the
interval S = (a, ∞) where a > 0. For x1, x2 ∈ S the Mean Value Theorem
says that
√
x1 −
√
x2 = (x1 − x2)/(2
√
c) where c is between x1 and x2. If
x1, x2 ∈ S then c ∈ S (as c is between x1 and x2) and hence c > a so
(2
√
c)−1
< (2
√
a)−1
. We can prove the inequality
|
√
x1 −
√
x2| ≤
|x1 − x2|
2
√
a
(3)
for x1, x2 ≥ a as follows: Divide the equation
(
√
x1 −
√
x2)(
√
x1 +
√
x2) = ((
√
x1)2
− (
√
x2)2
) = x1 − x2
by (
√
x1+
√
x2), take absolute values, and use (
√
x1+
√
x2) ≥ 2
√
a. Again the
Lipschitz constant M = (2
√
a)−1
depends on the interval and the function
does not satisfy a Lipschitz inequality on the interval (0, ∞).
Example 14. The function f(x) = x−1
is continuous but not uniformly
continuous on the interval S = (0, ∞).
Proof. We show f is continuous on S, i.e.
∀x0 ∈ S ∀ε > 0 ∃δ > 0 ∀x ∈ S |x − x0| < δ =⇒
1
x
−
1
x0
< ε .
Choose x0. Let a = x0/2 and δ = min(x0 − a, a2
ε). Choose x ∈ S. Assume
|x − x0| < δ. Then x0 − x ≤ |x − x0| < x0 − a so −x < −a so a < x so
x, x0 < a so by (2)
1
x
−
1
x0
≤
|x1 − x2|
a2
<
δ
a2
≤
a2
ε
a2
= ε
5
as required.
We show that f is not uniformly continuous on S, i.e.
∃ε > 0 ∀δ > 0 ∃x0 ∈ S ∃x ∈ S |x − x0| < δ and
1
x
−
1
x0
≥ ε .
Let ε = 1. Choose δ > 0. Let x0 = min(δ, 1) and x = x0/2. Then |x − x0| =
x0/2 ≤ δ/2 < δ but
1
x
−
1
x0
=
1
x0/2
−
1
x0
=
1
x0
≥ 1 = ε
as required.
Example 15. The function f(x) =
√
x is uniformly continuous on the set
S = (0, ∞).
Remark 16. This example shows that a function can be uniformly contin-
uous on a set even though it does not satisfy a Lipschitz inequality on that
set, i.e. the method of Theorem 8 is not the only method for proving a
function uniformly continuous. The proof we give will use the following idea.
After choosing ε > 0 we specify two numbers a and b which will depend on
ε. These numbers will satisfy 0 < a < b. We will choose δ so that (among
other things) δ < b − a. Then after we choose x, x0 ∈ S and assume that
|x − x0| < δ we will be able to conclude that either both x0 and x are less
than b or both are greater than a. We will choose b so small that
√
x and
√
x0 are within ε of zero for x, x0 < b. We will use a Lipschitz inequality to
handle the case where x, x0 > a. We give the details of this proof after some
preliminary lemmas. The only properties of that square root function that
we will use are that
√
x is defined for x ≥ 0 and satisfies
√
x ≥ 0, (
√
x)2
= x,
√
x2 = x.
Lemma 17. The square root function is increasing:
0 ≤ a < b =⇒
√
a <
√
b.
Proof. Assume 0 ≤ a < b. If
√
b ≤
√
a then b = (
√
b)2
≤ (
√
a)2
= a
contradicting a < b. Hence
√
a <
√
b.
Lemma 18.
√
ab =
√
a
√
b for a, b ≥ 0.
6
Proof. (
√
a
√
b)2
= (
√
a)2
(
√
b)2
= ab so
√
a
√
b = (
√
a
√
b)2 =
√
ab.
Lemma 19. Assume a < b. Then for any two numbers x and y at least one
of the four alternatives
(i) x < b & y < b, (ii) a ≤ x & a ≤ y,
(iii) x < a & b ≤ y, (iv) y < a & b ≤ x.
Proof. Exactly one of the three alternatives x < a, a ≤ x < b, b ≤ x holds
and exactly one of the three alternatives y < a, a ≤ y < b, b ≤ y holds.
There are thus nine cases which we can arrange in a table:
x < a a ≤ x < b b ≤ x
y < a (i) (i) (iv)
a ≤ y < b (i) (i), (ii) (ii)
b ≤ y (iii) (ii) (ii)
In each entry of the table we have indicated the alternative (i − iv) which
holds in the corresponding case.
Proof. Now we prove what is claimed in Example 15, viz. that the square
root function is uniformly continuous on the positive real numbers, i.e.
∀ε > 0 ∃δ > 0 ∀x, x0 > 0 |x − x0| < δ =⇒ |
√
x −
√
x0| < ε .
Choose ε > 0. Let δ = min(ε2
/2,
√
2ε2
). Choose x, x0 > 0. Assume |x−x0| <
δ. Read a = ε2
/2 and b = ε2
in Lemma 19: we need consider only four cases:
(i) x < ε2
& x0 < ε2
, (ii) ε2
/2 ≤ x & ε2
/2 ≤ x0,
(iii) x < ε2
/2 & ε2
≤ x0, (iv) x0 < ε2
/2 & ε2
≤ x.
Cases (iii) and (iv) contradict the assumption that |x−x0| < δ ≤ ε2
/2 = b−a
so we need only consider cases (i) and (ii). In case (i) we have
√
x < ε and
√
x0 < ε by Lemma 17 so |
√
x −
√
x0| ≤ max(
√
x,
√
x0) < ε. In case (ii) we
use the inequality (3) and get
|
√
x −
√
x0| ≤
|x − x0|
2 ε2/2
=
|x − x0|
√
2ε
<
δ
√
2ε
≤ ε.
7
Remark 20. Of course, min(ε2
/2,
√
2ε2
) = ε2
/2. The more complicated
formula is given to help the reader understand how the proof was discovered.
Remark 21. We can also prove that the square root function is uniformly
continuous by taking δ = ε2
and using the inequality
√
a + b ≤
√
a +
√
b.
(To prove the inequality square both sides.) If |x − x0| < ε2
then either
x0 ≤ x < x0 +ε2
(which implies
√
x0 ≤
√
x <
√
x0 +ε) or else x ≤ x0 < x+ε2
(which implies
√
x ≤
√
x0 <
√
x + ε). In either case |
√
x −
√
x0| < ε. This
proof is simpler than the one given but is harder to find since it uses a clever
inequality which the reader might not think of.
Example 22. The function f defined by
f(x) =
1 if x > 0
0 if x ≤ 0
is not continuous.
Proof. In other words,
∃x0 ∈ R ∃ε > 0 ∀δ > 0 ∃x ∈ R |x − x0| < δ and |f(x) − f(x0)| ≥ ε .
Let x0 = 0. (No other value of x0 will work here.) Let ε = 1. Choose δ > 0.
Let x = δ/2. Then |x−x0| = δ/2 < δ but |f(x)−f(x0)| = |1−0| = 1 ≥ ε.
8

More Related Content

PPT
Partial Differentiation & Application
PDF
Integral calculus
PPTX
Ordinary differential equation
PPT
INTEGRATION BY PARTS PPT
PPT
Lecture 1
PPTX
First order linear differential equation
PPT
PPT of Improper Integrals IMPROPER INTEGRAL
Partial Differentiation & Application
Integral calculus
Ordinary differential equation
INTEGRATION BY PARTS PPT
Lecture 1
First order linear differential equation
PPT of Improper Integrals IMPROPER INTEGRAL

What's hot (20)

PPT
Introduction to differential equation
PDF
PPTX
5.3 integration by substitution dfs-102
PPTX
APPLICATION OF PARTIAL DIFFERENTIATION
PPTX
Indefinite Integral
PPTX
Limit and continuity (2)
PDF
Logic (slides)
PPTX
Topology M.Sc. 2 semester Mathematics compactness, unit - 4
PPTX
Differential equations of first order
PPTX
Complex variables
PPT
Continuity and Discontinuity of Functions
PPTX
Differential equations
PPTX
Linear differential equation
PPTX
5.1 anti derivatives
PPT
Limits And Derivative
PPTX
Metric space
PPT
Techniques of Integration ppt.ppt
PPT
Lesson3.1 The Derivative And The Tangent Line
PPTX
Multiple integral(tripple integral)
Introduction to differential equation
5.3 integration by substitution dfs-102
APPLICATION OF PARTIAL DIFFERENTIATION
Indefinite Integral
Limit and continuity (2)
Logic (slides)
Topology M.Sc. 2 semester Mathematics compactness, unit - 4
Differential equations of first order
Complex variables
Continuity and Discontinuity of Functions
Differential equations
Linear differential equation
5.1 anti derivatives
Limits And Derivative
Metric space
Techniques of Integration ppt.ppt
Lesson3.1 The Derivative And The Tangent Line
Multiple integral(tripple integral)
Ad

Viewers also liked (20)

PDF
Разбор задач по дискретной вероятности
PDF
Скорость роста функций
PDF
Разбор задач модуля "Теория графов ll"
PDF
Лекция 7: Бинарные кучи (пирамиды)
PPT
D-кучи и их применение
PDF
ЖАДНЫЕ АЛГОРИТМЫ
PDF
Asymptotic Growth of Functions
PDF
Алгоритмы и структуры данных осень 2013 лекция 8
PDF
Диаграммы Юнга, плоские разбиения и знакочередующиеся матрицы
PDF
Зачем изучать алгоритмы?
PDF
Жадные алгоритмы: введение
PDF
Разбор задач пятого модуля
PDF
Рукописные лекции по линейной алгебре
PDF
Recurrences
PDF
Логарифм и экспонента
PDF
С. Дасгупта, Х. Пападимитриу, У. Вазирани. Алгоритмы
PDF
Математическая индукция
PDF
6. Теория графов ll
PDF
Тестовое задание для веб-программиста
PDF
Задача №1. Работа с видео.
Разбор задач по дискретной вероятности
Скорость роста функций
Разбор задач модуля "Теория графов ll"
Лекция 7: Бинарные кучи (пирамиды)
D-кучи и их применение
ЖАДНЫЕ АЛГОРИТМЫ
Asymptotic Growth of Functions
Алгоритмы и структуры данных осень 2013 лекция 8
Диаграммы Юнга, плоские разбиения и знакочередующиеся матрицы
Зачем изучать алгоритмы?
Жадные алгоритмы: введение
Разбор задач пятого модуля
Рукописные лекции по линейной алгебре
Recurrences
Логарифм и экспонента
С. Дасгупта, Х. Пападимитриу, У. Вазирани. Алгоритмы
Математическая индукция
6. Теория графов ll
Тестовое задание для веб-программиста
Задача №1. Работа с видео.
Ad

Similar to Continuity and Uniform Continuity (20)

PDF
Continuity of functions by graph (exercises with detailed solutions)
PDF
Functions of several variables
PDF
limits and continuity
PDF
Local linear approximation
PPTX
Calculus Homework Help
DOCX
Limits and continuity[1]
PPTX
Calculus Assignment Help
PDF
Analysis Solutions CIV
PDF
Differential Calculus
PDF
104newton solution
PPTX
Quantitative Techniques random variables
PDF
__limite functions.sect22-24
PDF
Limits, Continuity & Differentiation (Theory)
PDF
Math lecture 9 (Absolute Value in Algebra)
PDF
mathongo.com-NCERT-Solutions-Class-12-Maths-Chapter-5-Continuity-and-Differen...
PDF
Applications of Differential Calculus in real life
PDF
evans_pde_solutions_ch2_ch3.pdf
PDF
CHAP6 Limits and Continuity.pdf
PDF
PPTX
CALCULUS 2.pptx
Continuity of functions by graph (exercises with detailed solutions)
Functions of several variables
limits and continuity
Local linear approximation
Calculus Homework Help
Limits and continuity[1]
Calculus Assignment Help
Analysis Solutions CIV
Differential Calculus
104newton solution
Quantitative Techniques random variables
__limite functions.sect22-24
Limits, Continuity & Differentiation (Theory)
Math lecture 9 (Absolute Value in Algebra)
mathongo.com-NCERT-Solutions-Class-12-Maths-Chapter-5-Continuity-and-Differen...
Applications of Differential Calculus in real life
evans_pde_solutions_ch2_ch3.pdf
CHAP6 Limits and Continuity.pdf
CALCULUS 2.pptx

More from DEVTYPE (13)

PDF
1.4 Точечные оценки и их свойства
PDF
1.3 Описательная статистика
PDF
1.2 Выборка. Выборочное пространство
PDF
Coin Change Problem
PDF
Кучи
PDF
Кодирование Хаффмана
PDF
Наибольший общий делитель
PDF
Числа Фибоначчи
PDF
О-символика
PDF
Задачи №2. Работа со звуком.
PDF
Программирование: теоремы и задачи
PDF
7. Дискретная вероятность
PDF
Основы комбинаторики II. Разбор задач
1.4 Точечные оценки и их свойства
1.3 Описательная статистика
1.2 Выборка. Выборочное пространство
Coin Change Problem
Кучи
Кодирование Хаффмана
Наибольший общий делитель
Числа Фибоначчи
О-символика
Задачи №2. Работа со звуком.
Программирование: теоремы и задачи
7. Дискретная вероятность
Основы комбинаторики II. Разбор задач

Recently uploaded (20)

PDF
. Radiology Case Scenariosssssssssssssss
PPTX
SCIENCE10 Q1 5 WK8 Evidence Supporting Plate Movement.pptx
PPTX
microscope-Lecturecjchchchchcuvuvhc.pptx
PDF
HPLC-PPT.docx high performance liquid chromatography
PPTX
2. Earth - The Living Planet Module 2ELS
PDF
Formation of Supersonic Turbulence in the Primordial Star-forming Cloud
PDF
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
PPTX
Vitamins & Minerals: Complete Guide to Functions, Food Sources, Deficiency Si...
PDF
diccionario toefl examen de ingles para principiante
PPTX
cpcsea ppt.pptxssssssssssssssjjdjdndndddd
PPTX
ognitive-behavioral therapy, mindfulness-based approaches, coping skills trai...
PDF
SEHH2274 Organic Chemistry Notes 1 Structure and Bonding.pdf
PDF
bbec55_b34400a7914c42429908233dbd381773.pdf
PPTX
Microbiology with diagram medical studies .pptx
PDF
MIRIDeepImagingSurvey(MIDIS)oftheHubbleUltraDeepField
PPTX
ANEMIA WITH LEUKOPENIA MDS 07_25.pptx htggtftgt fredrctvg
PPTX
INTRODUCTION TO EVS | Concept of sustainability
PDF
Biophysics 2.pdffffffffffffffffffffffffff
PPTX
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
PPTX
famous lake in india and its disturibution and importance
. Radiology Case Scenariosssssssssssssss
SCIENCE10 Q1 5 WK8 Evidence Supporting Plate Movement.pptx
microscope-Lecturecjchchchchcuvuvhc.pptx
HPLC-PPT.docx high performance liquid chromatography
2. Earth - The Living Planet Module 2ELS
Formation of Supersonic Turbulence in the Primordial Star-forming Cloud
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
Vitamins & Minerals: Complete Guide to Functions, Food Sources, Deficiency Si...
diccionario toefl examen de ingles para principiante
cpcsea ppt.pptxssssssssssssssjjdjdndndddd
ognitive-behavioral therapy, mindfulness-based approaches, coping skills trai...
SEHH2274 Organic Chemistry Notes 1 Structure and Bonding.pdf
bbec55_b34400a7914c42429908233dbd381773.pdf
Microbiology with diagram medical studies .pptx
MIRIDeepImagingSurvey(MIDIS)oftheHubbleUltraDeepField
ANEMIA WITH LEUKOPENIA MDS 07_25.pptx htggtftgt fredrctvg
INTRODUCTION TO EVS | Concept of sustainability
Biophysics 2.pdffffffffffffffffffffffffff
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
famous lake in india and its disturibution and importance

Continuity and Uniform Continuity

  • 1. Continuity and Uniform Continuity 521 May 12, 2010 1. Throughout S will denote a subset of the real numbers R and f : S → R will be a real valued function defined on S. The set S may be bounded like S = (0, 5) = {x ∈ R : 0 < x < 5} or infinite like S = (0, ∞) = {x ∈ R : 0 < x}. It may even be all of R. The value f(x) of the function f at the point x ∈ S will be defined by a formula (or formulas). Definition 2. The function f is said to be continuous on S iff ∀x0 ∈ S ∀ε > 0 ∃δ > 0 ∀x ∈ S |x − x0| < δ =⇒ |f(x) − f(x0)| < ε . Hence f is not continuous1 on S iff ∃x0 ∈ S ∃ε > 0 ∀δ > 0 ∃x ∈ S |x − x0| < δ and |f(x) − f(x0)| ≥ ε . Definition 3. The function f is said to be uniformly continuous on S iff ∀ε > 0 ∃δ > 0 ∀x0 ∈ S ∀x ∈ S |x − x0| < δ =⇒ |f(x) − f(x0)| < ε . Hence f is not uniformly continuous on S iff ∃ε > 0 ∀δ > 0 ∃x0 ∈ S ∃x ∈ S |x − x0| < δ and |f(x) − f(x0)| ≥ ε . 1 For an example of a function which is not continuous see Example 22 below. 1
  • 2. 4. The only difference between the two definitions is the order of the quan- tifiers. When you prove f is continuous your proof will have the form Choose x0 ∈ S. Choose ε > 0. Let δ = δ(x0, ε). Choose x ∈ S. Assume |x − x0| < δ. · · · Therefore |f(x) − f(x0)| < ε. The expression for δ(x0, ε) can involve both x0 and ε but must be independent of x. The order of the quanifiers in the definition signals this; in the proof x has not yet been chosen at the point where δ is defined so the definition of δ must not involve x. (The · · · represent the proof that |f(x) − f(x0)| < ε follows from the earlier steps in the proof.) When you prove f is uniformly continuous your proof will have the form Choose ε > 0. Let δ = δ(ε). Choose x0 ∈ S. Choose x ∈ S. Assume |x − x0| < δ. · · · Therefore |f(x) − f(x0)| < ε. so the expression for δ can only involve ε and must not involve either x or x0. It is obvious that a uniformly continuous function is continuous: if we can find a δ which works for all x0, we can find one (the same one) which works for any particular x0. We will see below that there are continuous functions which are not uniformly continuous. Example 5. Let S = R and f(x) = 3x + 7. Then f is uniformly continuous on S. Proof. Choose ε > 0. Let δ = ε/3. Choose x0 ∈ R. Choose x ∈ R. Assume |x − x0| < δ. Then |f(x) − f(x0)| = |(3x + 7) − (3x0 + 7)| = 3|x − x0| < 3δ = ε. Example 6. Let S = {x ∈ R : 0 < x < 4} and f(x) = x2 . Then f is uniformly continuous on S. Proof. Choose ε > 0. Let δ = ε/8. Choose x0 ∈ S. Choose x ∈ S. Thus 0 < x0 < 4 and 0 < x < 4 so 0 < x + x0 < 8. Assume|x − x0| < δ. Then |f(x) − f(x0)| = |x2 − x2 0| = (x + x0)|x − x0| < (4 + 4)δ = ε. 2
  • 3. 7. In both of the preceeding proofs the function f satisfied an inequality of form |f(x1) − f(x2)| ≤ M|x1 − x2| (1) for x1, x2 ∈ S. In Example 5 we had |(3x1 + 7) − (3x2 + 7)| ≤ 3|x1 − x2| and in Example 6 we had |x2 1 − x2 2| ≤ 8|x1 − x2| for 0 < x1, x2 < 4. An inequality of form (1) is called a Lipschitz inequality and the constant M is called the corresponding Lipschitz constant. Theorem 8. If f satisfies (1) for x1, x2 ∈ S, then f is uniformly continuous on S. Proof. Choose ε > 0. Let δ = ε/M. Choose x0 ∈ S. Choose x ∈ S. Assume that |x − x0| < δ. Then |f(x) − f(x0)| ≤ M|x − x0| < Mδ = ε. 9. The Lipschitz constant depend might depend on the interval. For example, |x2 1 − x2 2| = (x1 + x2)|x1 − x2| ≤ 2a|x1 − x2| for 0 < x1, x2 < a but the function f(x) = x2 does not satisfy a Lipschitz inequality on the whole interval (0, ∞) since |x2 1 − x2 2| = (x1 + x2)|x1 − x2| > M|x1 − x2| if x1 = M and x2 = x1 + 1. In fact, Example 10. The function f(x) = x2 is continuous but not uniformly con- tinuous on the interval S = (0, ∞). Proof. We show f is continuous on S, i.e. ∀x0 ∈ S ∀ε > 0 ∃δ > 0 ∀x ∈ S |x − x0| < δ =⇒ |x2 − x2 0| < ε . 3
  • 4. Choose x0. Let a = x0 + 1 and δ = min(1, ε/2a). (Note that δ depends on x0 since a does.) Choose x ∈ S. Assume |x − x0| < δ. Then |x − x0| < 1 so x < x0 + 1 = a so x, x0 < a so |x2 − x2 0| = (x + x0)|x − x0| ≤ 2a|x − x0| < 2aδ ≤ 2a ε 2a = ε as required. We show that f is not uniformly continuous on S, i.e. ∃ε > 0 ∀δ > 0 ∃x0 ∈ S ∃x ∈ S |x − x0| < δ and |x2 − x2 0| ≥ ε . Let ε = 1. Choose δ > 0. Let x0 = 1/δ and x = x0 + δ/2. Then |x − x0| = δ/2 < δ but |x2 − x2 0| = 1 δ + δ 2 2 − 1 δ 2 = 1 + δ2 4 > 1 = ε as required. (Note that x0 is large when δ is small.) 11. According to the Mean Value Theorem from calculus for a differentiable function f we have f(x1) − f(x2) = f (c)(x2 − x1). for some c between x1 and x2. (The slope (f(x1) − f(x2))/(x1 − x2) of the secant line joining the two points (x1, f(x1)) and (x2, f(x2)) on the graph is the same as the slope f (c) of the tangent point at the intermediate point (c, f(c)).) If x1 and x2 lie in some interval S and |f (c)| ≤ M for all c ∈ S we conclude that the Lipschitz inequality (1) holds on S. We don’t want to use the Mean Value Theorem without first proving it, but we certainly can use it to guess an appropriate value of M and then prove the inequality by other means. 12. For example, consider the function f(x) = x−1 defined on the interval S = (a, ∞) where a > 0. For x1, x2 ∈ S the Mean Value Theorem says that x−1 1 − x−1 2 = −c−2 (x1 − x2) where c is between x1 and x2. If x1, x2 ∈ S then c ∈ S (as c is between x1 and x2) and hence c > a so c−2 < a−2 . We can prove the inequality |x−1 1 − x−1 2 | ≤ a−2 |x2 − x2| 4
  • 5. for x1, x2 ≥ a as follows. First a2 ≤ x1x2 since a ≤ x1 and a ≤ x2. Then |x−1 1 − x−1 2 | = |x1 − x2| x1x2 ≤ |x1 − x2| a2 (2) where we have used the fact that α−1 < β−1 if 0 < α < β. It follows that that the function f(x) is uniformly continuous on any interval (a, ∞) where a > 0. Notice however that the Lipschitz constant M = a−2 depends on the interval. In fact, the function f(x) = x−1 does not satisfy a Lipshitz inequality on the interval (0, ∞). 13. We can discover a Lipscitz inequality for the square root function f(x) =√ x in much the same way. Consider the function f(x) = √ x defined on the interval S = (a, ∞) where a > 0. For x1, x2 ∈ S the Mean Value Theorem says that √ x1 − √ x2 = (x1 − x2)/(2 √ c) where c is between x1 and x2. If x1, x2 ∈ S then c ∈ S (as c is between x1 and x2) and hence c > a so (2 √ c)−1 < (2 √ a)−1 . We can prove the inequality | √ x1 − √ x2| ≤ |x1 − x2| 2 √ a (3) for x1, x2 ≥ a as follows: Divide the equation ( √ x1 − √ x2)( √ x1 + √ x2) = (( √ x1)2 − ( √ x2)2 ) = x1 − x2 by ( √ x1+ √ x2), take absolute values, and use ( √ x1+ √ x2) ≥ 2 √ a. Again the Lipschitz constant M = (2 √ a)−1 depends on the interval and the function does not satisfy a Lipschitz inequality on the interval (0, ∞). Example 14. The function f(x) = x−1 is continuous but not uniformly continuous on the interval S = (0, ∞). Proof. We show f is continuous on S, i.e. ∀x0 ∈ S ∀ε > 0 ∃δ > 0 ∀x ∈ S |x − x0| < δ =⇒ 1 x − 1 x0 < ε . Choose x0. Let a = x0/2 and δ = min(x0 − a, a2 ε). Choose x ∈ S. Assume |x − x0| < δ. Then x0 − x ≤ |x − x0| < x0 − a so −x < −a so a < x so x, x0 < a so by (2) 1 x − 1 x0 ≤ |x1 − x2| a2 < δ a2 ≤ a2 ε a2 = ε 5
  • 6. as required. We show that f is not uniformly continuous on S, i.e. ∃ε > 0 ∀δ > 0 ∃x0 ∈ S ∃x ∈ S |x − x0| < δ and 1 x − 1 x0 ≥ ε . Let ε = 1. Choose δ > 0. Let x0 = min(δ, 1) and x = x0/2. Then |x − x0| = x0/2 ≤ δ/2 < δ but 1 x − 1 x0 = 1 x0/2 − 1 x0 = 1 x0 ≥ 1 = ε as required. Example 15. The function f(x) = √ x is uniformly continuous on the set S = (0, ∞). Remark 16. This example shows that a function can be uniformly contin- uous on a set even though it does not satisfy a Lipschitz inequality on that set, i.e. the method of Theorem 8 is not the only method for proving a function uniformly continuous. The proof we give will use the following idea. After choosing ε > 0 we specify two numbers a and b which will depend on ε. These numbers will satisfy 0 < a < b. We will choose δ so that (among other things) δ < b − a. Then after we choose x, x0 ∈ S and assume that |x − x0| < δ we will be able to conclude that either both x0 and x are less than b or both are greater than a. We will choose b so small that √ x and √ x0 are within ε of zero for x, x0 < b. We will use a Lipschitz inequality to handle the case where x, x0 > a. We give the details of this proof after some preliminary lemmas. The only properties of that square root function that we will use are that √ x is defined for x ≥ 0 and satisfies √ x ≥ 0, ( √ x)2 = x, √ x2 = x. Lemma 17. The square root function is increasing: 0 ≤ a < b =⇒ √ a < √ b. Proof. Assume 0 ≤ a < b. If √ b ≤ √ a then b = ( √ b)2 ≤ ( √ a)2 = a contradicting a < b. Hence √ a < √ b. Lemma 18. √ ab = √ a √ b for a, b ≥ 0. 6
  • 7. Proof. ( √ a √ b)2 = ( √ a)2 ( √ b)2 = ab so √ a √ b = ( √ a √ b)2 = √ ab. Lemma 19. Assume a < b. Then for any two numbers x and y at least one of the four alternatives (i) x < b & y < b, (ii) a ≤ x & a ≤ y, (iii) x < a & b ≤ y, (iv) y < a & b ≤ x. Proof. Exactly one of the three alternatives x < a, a ≤ x < b, b ≤ x holds and exactly one of the three alternatives y < a, a ≤ y < b, b ≤ y holds. There are thus nine cases which we can arrange in a table: x < a a ≤ x < b b ≤ x y < a (i) (i) (iv) a ≤ y < b (i) (i), (ii) (ii) b ≤ y (iii) (ii) (ii) In each entry of the table we have indicated the alternative (i − iv) which holds in the corresponding case. Proof. Now we prove what is claimed in Example 15, viz. that the square root function is uniformly continuous on the positive real numbers, i.e. ∀ε > 0 ∃δ > 0 ∀x, x0 > 0 |x − x0| < δ =⇒ | √ x − √ x0| < ε . Choose ε > 0. Let δ = min(ε2 /2, √ 2ε2 ). Choose x, x0 > 0. Assume |x−x0| < δ. Read a = ε2 /2 and b = ε2 in Lemma 19: we need consider only four cases: (i) x < ε2 & x0 < ε2 , (ii) ε2 /2 ≤ x & ε2 /2 ≤ x0, (iii) x < ε2 /2 & ε2 ≤ x0, (iv) x0 < ε2 /2 & ε2 ≤ x. Cases (iii) and (iv) contradict the assumption that |x−x0| < δ ≤ ε2 /2 = b−a so we need only consider cases (i) and (ii). In case (i) we have √ x < ε and √ x0 < ε by Lemma 17 so | √ x − √ x0| ≤ max( √ x, √ x0) < ε. In case (ii) we use the inequality (3) and get | √ x − √ x0| ≤ |x − x0| 2 ε2/2 = |x − x0| √ 2ε < δ √ 2ε ≤ ε. 7
  • 8. Remark 20. Of course, min(ε2 /2, √ 2ε2 ) = ε2 /2. The more complicated formula is given to help the reader understand how the proof was discovered. Remark 21. We can also prove that the square root function is uniformly continuous by taking δ = ε2 and using the inequality √ a + b ≤ √ a + √ b. (To prove the inequality square both sides.) If |x − x0| < ε2 then either x0 ≤ x < x0 +ε2 (which implies √ x0 ≤ √ x < √ x0 +ε) or else x ≤ x0 < x+ε2 (which implies √ x ≤ √ x0 < √ x + ε). In either case | √ x − √ x0| < ε. This proof is simpler than the one given but is harder to find since it uses a clever inequality which the reader might not think of. Example 22. The function f defined by f(x) = 1 if x > 0 0 if x ≤ 0 is not continuous. Proof. In other words, ∃x0 ∈ R ∃ε > 0 ∀δ > 0 ∃x ∈ R |x − x0| < δ and |f(x) − f(x0)| ≥ ε . Let x0 = 0. (No other value of x0 will work here.) Let ε = 1. Choose δ > 0. Let x = δ/2. Then |x−x0| = δ/2 < δ but |f(x)−f(x0)| = |1−0| = 1 ≥ ε. 8