Exercise 3.3.8

Let (X,d) be a metric space, and for every positive integer n, let f(n) : X and g(n) : X be functions. Suppose that (f(n)) n=1 converges uniformly to another function f : X , and that (g(n)) n=1 converges uniformly to another function g : X . Suppose also that the functions (f(n)) n=1 and (g(n)) n=1 are uniformly bounded. Prove that the functions f(n)g(n) : X converge uniformly to fg : X .

Answers

Suppose that (f(n)) n=1 converges uniformly to another function f : X , and that (g(n)) n=1 converges uniformly to another function g : X .

That is, given 𝜖 > 0 there exists N > 0 such that |f(n)(x) f(x)| < 𝜖 and |g(n)(x) g(x)| < 𝜖 for all n > N and x X.

Also suppose that the functions (f(n)) n=1 and (g(n)) n=1 are uniformly bounded.

That is, there exists M > 0 such that |f(n)(x)| M and |g(n)(x)| M for all n 1 and x X.

And hence from the previous exercise we know that |f(x)|,|g(x)| M for all x X. (Note that I am being lazy and using the same M as above. This is not necessarily true, but we can take the max between the two M ’s and just call that M ).

Given 𝜖 > 0 take 𝜖 = 𝜖M and choose N = N. Thus we have that |f(n)(x) f(x)| < 𝜖 = 𝜖M and |g(n)(x) g(x)| < 𝜖 = 𝜖M for all n > N and x X.

But,

|f(n)g(n)(x) fg(x)| = |f(n)g(n)(x) fg(x) + f(n)g(x) f(n)g(x)| = |f(n)(x) (g(n)(x) g(x)) + g(x) (f(n)(x) f(x))| |f(n)(x)| |g(n)(x) g(x)| + |g(x)| |f(n)(x) f(x)| M 𝜖 M + M 𝜖 M = 𝜖

Thus f(n)g(n) fg uniformly.

User profile picture
2021-12-19 19:50
Comments