Exercise 2.3.6

Show that the additive function (x,y)x + y and the subtraction function (x,y)x y are uniformly continuous from 2 to , but the multiplication function (x,y)xy is not. Conclude that if f : X and g : X are uniformly continuous functions on a metric space (X,d), then f + g : X and f g : X are also uniformly continuous. Give an example to show that fg : X need not be uniformly continuous. What is the situation for max (f,g),min (f,g),fg, and cf for a real number c?

Answers

Note that to deduce the second part we can: First let a denote the addition function, and s denote the subtraction function, then note that f + g = a (f g) and f g = s (f g). Now using exercises 2.3.4 and 2.3.5 we immediately get that f + g,f g are both uniformly continuous.

We will, however, just prove the generalization (second part) which automatically gives us the first.

(a)
f + g is uniformly continuous.

Proof. Since f,g are uniformly continuous we know that given 𝜖 > 0 there is δ > 0 such that if dX (x,x0) < δ then d (f(x),f (x0)) < 𝜖 and d (g(x),g (x0)) < 𝜖 for all x X.

Given 𝜖 > 0 let 𝜖 = 𝜖2 and take δ = δ.

If dX (x,x0) < δ = δ then from the uniform continuity of f,g we know that d (f(x),f (x0)) = |f(x) f (x0)| < 𝜖 = 𝜖2 and d (g(x),g (x0)) = |g(x) g (x0)| < 𝜖 = 𝜖2 But,

|(f + g)(x) (f + g) (x0)| = |f(x) + g(x) (f (x0) + g (x0))| = |f(x) f (x0) + g(x) g (x0)| |f(x) f (x0)| + |g(x) g (x0)| < 𝜖2 + 𝜖2 = 𝜖

Thus, f + g is uniformly continuous. □

(b)
f g is uniformly continuous.
A similar argument shows that f g is uniformly continuous.
(c)
fg is not uniformly continuous.

Proof. To show that fg is not uniformly continuous we take f : (0,) ,g : (0,) defined by f(x) = g(x) = x. So fg = x2 which we know is not uniformly continuous. □

(d)
max {f,g} is uniformly continuous.

Proof. Suppose f,g are both uniformly continuous. That is, given 𝜖 > 0 there exists δ > 0 such that if dX (x,x0) < δ then |f(x) f (x0)| < 𝜖 and |g(x) g (x0)| < 𝜖 for all x X. (which we can do if we just take the smaller of the two deltas that we would get from the original definition).

Now we want to show that given 𝜖 > 0 there exists δ > 0 such that if dX (x,x0) < δ then |max (f(x),g(x)) max (f (x0) ,g (x0))| < 𝜖 for all x X.

So let us break this into four cases.

1: max (f(x),g(x)) = f(x),max (f (x0) ,g (x0)) = f (x0). Given 𝜖 > 0 take 𝜖 = 𝜖 and δ = δ then we immediately get that

|max (f(x),g(x)) max (f (x0) ,g (x0))| < 𝜖 Case 2: max (f(x),g(x)) = g(x),max (f (x0) ,g (x0)) = g (x0) This case is exactly the same as Case 1. Case 3: max (f(x),g(x)) = f(x),max (f (x0) ,g (x0)) = g (x0). This case is a bit more complicated. So we have f(x) > g(x) and g (x0) > f (x0). And we can assume that f(x)g (x0) (if f(x) = g (x0) then we are clearly done). Without loss of generality we can assume that x < x0. Consider h = f g on the interval [x,x0]. Then h(x) > 0 and h (x0) < 0. And since both f,g are continuous we know that h is continuous and hence by the Intermediate Value Theorem we know that there exists z [x,x0] such that h(z) = 0. That is f(z) = g(z). Now given 𝜖 > 0 take 𝜖 = 𝜖2 and take δ = δ and we get: |max (f(x),g(x)) max (f (x0) ,g (x0))| = |f(x) g (x0)| = |f(x) g (x0) h(z)| since h(z) = 0 = |f(x) f(z) + g(z) g (x0)| |f(x) f(z)| + |g(z) g (x0)| 𝜖2 + 𝜖2 = 𝜖 as desired. Case 4: max (f(x),g(x)) = g(x), and max (f (x0) ,g (x0)) = f (x0). This is exactly the same as case 3.

Therefore max (f,g) is uniformly continuous whenever f,g are uniformly continuous. □

(e)
min {f,g} is uniformly continuous.
A similar argument shows that min {f,g} is uniformly continuous.
(f)
fg is not uniformly continuous.

Proof. Consider f = x,g = 1x where f,g : (1,) . Then fg = x2 which is not uniformly continuous. □

(g)
cf is uniformly continuous.
Obvious.
User profile picture
2021-12-19 18:27
Comments