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

continuityepsilon-deltareal-analysisuniform-continuity

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?

Best Answer

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.