product of two uniformly continuous functions is uniformly continuous

22.8k Views Asked by At

Suppose that $f$ and $g$ are uniformly continuous functions defined on $(a,b)$. Prove that $fg$ is also uniformly continuous on $(a,b)$.

My attempt: Since $f$ is uniformly continuous on $(a,b)$, for all $\epsilon>0$, we have $\delta_f(\epsilon)>0$ such that for all $x,y \in (a,b)$, $|x-y|<\delta_f$, $|f(x)-f(y)|<\epsilon$

Since $g$ is uniformly continuous on $(a,b)$, for all $\epsilon>0$, we have $\delta_g(\epsilon)>0$ such that for all $x,y \in (a,b)$, $|x-y|<\delta_g$, $|g(x)-g(y)|<\epsilon$

Notice that $$|f(x)g(x)-f(y)g(y)|=|f(x)g(x)-f(x)g(y)+f(x)g(y)-f(y)g(y)| \leq |f(x)||g(x)-g(y)| + |g(y)||f(x)-f(y)|$$

Here I don't know how to bound $|f(x)|$ and $|g(y)|$. I have proven that uniformly continuous functions preserve boundedness of an interval , i.e. $f$ is bounded on $(a,b)$. Can anyone help me?

3

There are 3 best solutions below

5
On BEST ANSWER

There is a nice way:

Hint: Try to show that if f, g are Uniformly continuous, so are $f \pm g$ and $f^2$. Then observe that $fg = 0.5((f+g)^2 - f^2 -g^2)$. Hope this helps.

3
On

$f$ and $g$ are continuous on $[a,b]$ hence bounded

try to show :$\lim_{x\rightarrow a+} f(x)$ and $\lim_{x\rightarrow b-} f(x) $ exist as finite limits.

0
On

$f$ uniform continuous on $(a,b)$ implies $\exists \varepsilon > 0$ such that $|f(x)-f(y)|< 1$ whenever $|x - y| < \varepsilon$. Pick a $N \in \mathbb{N}$ such that $\frac{b-a}{N} < \varepsilon$, we then have:

$$ \min_{i=1 \ldots N-1} f(a + \frac{i}{N})- 1 < f(x) < \max_{i=1 \ldots N-1} f(a + \frac{i}{N}) +1$$ because every $x \in (a,b)$ is at a distance $< \varepsilon$ from one of the $a + \frac{i}{N}, i=1 \ldots N-1$.