Exercise 3.2.2

(a)
Let (f(n)) n=1 be a sequence of functions from one metric space (X,dX) to another metric space (Y,dY ), and let f : X Y be another function from X to Y . Show that if f(n) converges uniformly to f, then f(n) converges pointwise to f.
(b)
For each integer n 1, let f(n) : (1,1) be the function f(n)(x) := xn. Prove that f(n) converges pointwise to the zero function, but does not converge uniformly to any function f : .
(c)
Let g : (1,1) be the function g(x) := x(1 x). With the notation as in (b), show that the partial sums n=1Nf(n) converges pointwise as N to g, but does not conform uniformly to g on the open interval (1,1). What would happen if we replaced the open interval (1,1) with the closed interval [1,1]?

Answers

(a)
This is obvious from the definitions.
(b)
We have lim nf(n)(x) = lim nxn = 0

for all x (1,1) (from previous work). Thus f(n) converges pointwise to 0.

To show that f(n) does not converge uniformly to any function it is enough to show that it does not converge uniformly to 0 (because of the result in part (a)).

So we need to show that there exists 𝜖 > 0 such that for all N > 0 there is an n > N and x (1,1) such that |xn| 𝜖.

Consider, 0 < 𝜖 < 1,n = N + 1,x = 𝜖1n (1,1)

Then we get

|xn| = | (𝜖1n) n| = 𝜖.

So |xn| 𝜖. And hence f(n) does not conver uniformly to any function.

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