Exercise 4.4.10

Assume that f and g are uniformly continuous functions defined on a common domain A . Which of the following combinations are necessarily uniformly continuous on A :

f ( x ) + g ( x ) , f ( x ) g ( x ) , f ( x ) g ( x ) , f ( g ( x ) ) ?

(Assume that the quotient and the composition are properly defined and thus at least continuous.)

Answers

(i)
f ( x ) + g ( x ) is clearly uniformly continuous
(ii)
f ( x ) = g ( x ) = x are individually uniformly continuous over R but f ( x ) g ( x ) = x 2 is not.

Note this counterexample only works when A is unbounded. If A is bounded you can prove f ( x ) g ( x ) must be uniformly continuous the same way you prove the product rule.

(iii)
False, consider f ( x ) = 1 and g ( x ) = x over ( 0 , 1 ) . Both are uniformly continuous on ( 0 , 1 ) but f g = 1 x is not.
(iv)
Want | f ( g ( x ) ) f ( g ( y ) ) | < 𝜖 . Since f is uniformly continuous we can find an α > 0 so that | g ( x ) g ( y ) | < α | f ( g ( x ) ) f ( g ( y ) ) | < 𝜖

Now since g is uniformly continuous we can find a δ > 0 so that

| x y | < δ | g ( x ) g ( y ) | < α

Combine the two to get

| x y | < δ | f ( g ( x ) ) f ( g ( y ) ) | < 𝜖

as desired, which proves that f ( g ( x ) ) is uniformly continuous.

User profile picture
2022-01-27 00:00
Comments