Exercise 3.2.1

Let f : be a function. For any a , let fa : be the shifted function fa(x) := f(x a).

(a)
Show that f is continuous if and only if, whenever (an) n=0 is a sequence of real numbers which converges to zero, the shifted functions fan converge pointwise to f.
(b)
Show that f is uniformly continuous if and only if, whenever (an) n=0 is a sequence of real numbers which converges to zero, the shifted functions fan converge uniformly to f.

Answers

Proof.

(⇒)

Let x0 . Suppose f is continuous at x0. That is, given 𝜖 > 0 there exists δ > 0 such that if |x x0| < δ then |f(x) f (x0)| < 𝜖.

Assume an 0 as n and let xn = x0 an. So given δ > 0 there exists N > 0 such that |xn x0| < δ for all n > N.

Given 𝜖 > 0 take 𝜖 = 𝜖, and take N = N.

So by the continuity of f we get that |xn x0| < δ for all n > N = N

Thus, |f (xn) f (x0)| < 𝜖 = 𝜖.

But, f (xn) = f (x0 an) = fan (x0) for all n > N

So we have |fan (x0) f (x0)| < 𝜖 for all n > N.

Thus fan converges pointwise to f.

(⇐)

Suppose given an 0 that fan converges pointwise to f. Given x0 take a sequence xn which converges to x0. That is, an = x0 xn 0

Since fan converges pointwise to f, given 𝜖 > 0 there is some N > 0 such that fan (x0) f (x0) < 𝜖 for all n > N.

But, |fan (x0) f (x0)| = |f (x0 an) f (x0)| = |f (xn) f (x0)|

Hence, |f (xn) f (x0)| < 𝜖 for all n > N.

That is, f (xn) converges to f (x0). Thus, f is continuous.

For part (b) the argument is the same, except that now δ,N are independent of the base point x0.

User profile picture
2021-12-19 18:46
Comments