Given that $f,g:(a,b) \rightarrow \mathbb{R}$ and both uniformly continuous on $(a,b)$ .... Can we say that $fg$ is uniformly continuous? .... If not please provide a counter-example and if true please provide me a hint
Thank you
Given that $f,g:(a,b) \rightarrow \mathbb{R}$ and both uniformly continuous on $(a,b)$ .... Can we say that $fg$ is uniformly continuous? .... If not please provide a counter-example and if true please provide me a hint
Thank you
If $f$ is uniformly continuous on $(a,b)$ then $f$ is bounded. To see this find a $\delta$ such that $|f(x)-f(y)| < 1$ whenever $|x-y| < \delta$. Then pick some $n$ such that ${b-a\over n} < \delta$ and take the points $x_k = a+ k {b-a\over n}$ for $k=1,....,n-1$. Note that every point in $(a,b)$ is less than $\delta$ away from one of the $x_k$. Then let $B = \max_k |f(x_k)|+1$ and check that $|f(x)| \le B$ for all $x \in (a,b)$.
Hence $f,g$ are bounded by some $B$.
Given $\epsilon>0$. Choose $\delta>0$ such that if $|x-y| < \delta$, then $|f(x)-f(y)| < {1 \over 2B} \epsilon$ and $|f(x)-f(y)| < {1 \over 2B} \epsilon$.
Then \begin{eqnarray} |f(x)g(x)-f(y)g(y)| &\le& |f(x)(g(x)-g(y))| + |g(y)(f(x)-f(y))| \\ &\le& B|g(x)-g(y)| + B|f(x)-f(y)| \\ &<& \epsilon \end{eqnarray}