Prove that if $f$ and $g$ are uniformly continuous on A and are both bounded on A, then $fg$ is uniformly continuous on A.

1.3k Views Asked by At

Let $f$ and $g$ be uniformly continuous on A. Then given $\epsilon >0$ there exists a $\delta_{1} > 0$ such that if $|x-y| < \delta_{1}, \forall x,y \in A$, then $|f(x)-f(y)| < \frac{\epsilon}{2M}$. There also exists a $\delta_{2} > 0$ such that if $|x-y| < \delta_{2}, \forall x,y \in A$, then $|g(x)-g(y)| < \frac{\epsilon}{2M}$. Since $f$ and $g$ are both bounded on a, there exists $M_{1}>0$ such that $|f(x)| \leq M_{1}, \forall x,y \in A$ and there exists $M_{2}>0$ such that $|g(x)| \leq M_{2}, \forall x,y \in A$. Let $M=\left\{M_{1}, M_{2}\right\}$. Then $|f(x)| \leq M$ and $|g(x) < M$ for all $x \in A$. Let $\delta=\left\{\delta_{1}, \delta_{2}\right\}$. So if $|x-y|<\delta$ then $|f(x)-f(y)| < \frac{\epsilon}{2M}$ and $|g(x)-g(y)| < \frac{\epsilon}{2M}$. Now consider $|f(x)g(x) - f(y)g(y)| = |f(x)g(x) - g(x)f(y) + g(x)f(y)-f(y)g(y)|$. Then, $|g(x)||f(x)-f(y)| + |f(y)||g(x)-g(y)| \leq M|f(x)-f(y)|+M|g(x)-g(y)|< M\frac{\epsilon}{2M} + M\frac{\epsilon}{2M} = \epsilon$. Does this look right to anyone?

2

There are 2 best solutions below

1
On

And now for something slightly different:

Since $f,g$ are bounded on $A$, their ranges lie in some compact set $[-B,B]$. Since $[-B,B]^2$ is compact, we see that multiplication $\cdot : [-B,B]^2 \to \mathbb{R}$ is uniformly continuous.

Since $f,g$ are uniformly continuous separately, we see that the map $p(x) = (f(x),g(x))$ is also uniformly continuous.

Since the composition of uniformly continuous maps is again uniformly continuous (this follows almost immediately from the definition), we see that $\cdot \circ p$ is uniformly continuous.

0
On

The following version of your proof works out the essentials:

For any sort of multiplication one has $$uv-u_0v_0=v(u-u_0)+u_0(v-v_0)\ .$$ If all quantities appearing here are bounded in absolute value by some constant $M>0$ it follows that $$|uv-u_0v_0|\leq |v||u-u_0|+|u_0||v-v_0|\leq M\bigl(|u-u_0|+|v-v_0|\bigr)\ .\tag{1}$$ Given an $\epsilon>0$ choose a $\delta>0$ that is sufficient for both $f$ and $g$ and tolerance $\epsilon':={\epsilon\over 2M}$. From $(1)$ it then follows that this $\delta$ is sufficient for $fg$ and tolerance $\epsilon$.