Product of Uniformly Continuous Functions

Icebreaker
"Let h and g be uniformly continuous on I\subset\mathbb{R} and are both bounded. Show that hg is uniformly continuous."

h and g are uniformly continuous and bounded on I implies that h and g are continuous and bounded on I. This implies that hg (h times g) is continuous and bounded on I. Let f(x) = h(x)g(x).

Assume that f is continuous on I but not uniformly, then there exists e>0 such that for all d>0, there exists x and y in I such that |x-y|<d and |f(y)-f(x)|>e. In particular, for every n>0, there exists x_n and y_n in I such that |y_n - x_n|<1/n and |f(y_n)-f(x_n)|>e. Since {x_n} is a sequence in I, by the Bolzano-Weierstrass theorem, there exists a subsequence x_n_p converging to z in I. As y_n_p = x_n_p + (y_n_p - x_n_p) for every n, and {y_n_p - x_n_p} converges to 0, {y_n_p} also converges to z. Since f is continuous at z, {f(y_n_p)-f(x_n_p)} converges to f(z)-f(z) = 0. This contradicts the assumption that |f(y_n_p)-f(x_n_p)|>e for all n. Hence, f must be uniformly continuous on I.

Does anyone see any flaws in that argument? I did it without referring to the fact that h and g are both bounded.
 
Physics news on Phys.org
You can prove this "directly" from the definition. This will be a useful identity:

|f(x)g(x) - f(y)g(y)| = |f(x)g(x) - f(x)g(y) + f(x)g(y) - f(y)g(y)|.

The problem with your proof is this:

Since {x_n} is a sequence in I, by the Bolzano-Weierstrass theorem...

You assume that I is bounded (and later you assume that it's closed too). Which you really can't.
 
Last edited:
Darn it. I thought something was amiss. Thanks.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top