Exercise 6.2.7

Let f be uniformly continuous on all of R , and define a sequence of functions by f n ( x ) = f ( x + 1 n ) . Show that f n f uniformly. Give an example to show that this proposition fails if f is only assumed to be continuous and not uniformly continuous on R .

Answers

Given 𝜖 > 0 set δ > 0 such that | x y | < δ implies | f ( x ) f ( y ) | < 𝜖 . Then set N > 1 δ so that n N implies (since 1 n < δ )

| f ( x ) f n ( x ) | = | f ( x ) f ( x + 1 n ) | < 𝜖

Which shows ( f n ) f uniformly.

To see this doesn’t work if f is only continuous, consider f ( x ) = x 2 . We have

| f ( x ) f n ( x ) | = | x 2 ( x + 1 n ) 2 | = | 2 x n + 1 n 2 |

which given a fixed n , becomes arbitrarily big as x goes to infinity. Hence ( f n ) does not converge uniformly.

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