Supongamos $f:E \rightarrow \mathbb{R}$ $g:E \rightarrow \mathbb{R}$ son uniformemente continuas, donde $E$ es un subconjunto de a $\mathbb{R}$. Mostrar que $f+g$ es uniformemente continua. ¿Qué acerca de la $fg$$\dfrac{f}{g}$?
Mi Intento
En primer lugar vamos a la definición; una función es uniformemente continua si
$$\forall \epsilon >0\ \ \exists \ \ \delta >0 \ \ \text{such that} \ \ |f(x)-f(y)|< \epsilon \ \ \forall \ \ x,y \in \mathbb{R} \ \ \text{such that} \ \ |x-y|<\delta$$
Suma $f+g$
Ahora a probar $f+g$ es uniformemente continua;
$\bullet$ Elija $\delta_1 >0$ tal que $\forall$ $x,y \in \mathbb{R}$ $|x-y|<\delta_1$ $\implies$ $|f(x)-f(y)|< \dfrac{\epsilon}{2}$
$\bullet$ Elija $\delta_2 >0$ tal que $\forall$ $x,y \in \mathbb{R}$ $|x-y|<\delta_1$ $\implies$ $|g(x)-g(y)|< \dfrac{\epsilon}{2}$
$\bullet$ Ahora tomar $\delta := min\{ \delta_1, \delta_2\}$ $|x-y|<\delta$ $\forall$ $x,y \in \mathbb{R}$ $\implies$ $|(f(x)+g(x))-(f(y)+g(y)|<|f(x)-f(y)|+|g(x)-g(y)|<\dfrac{\epsilon}{2}+\dfrac{\epsilon}{2}< \epsilon$
Producto $fg$
Ahora para $fg$ para que esto se sostenga ambos $f:E \rightarrow \mathbb{R}$ $g:E \rightarrow \mathbb{R}$ debe estar acotada , si no que no se mantiene (he.e$x $$x^2$).
$\bullet$ $\exists \ \ M>0 \ \ such \ that \ \ |f(x)|<M \ \ and \ \ |g(x)|<M \ \ \forall \ x \in E$
$\bullet$ Elija $\delta_1 >0$ tal que $\forall$ $x,y \in \mathbb{R}$ $|x-y|<\delta_1$ $\implies$ $|f(x)-f(y)|< \dfrac{\epsilon}{2M}$
$\bullet$ Elija $\delta_2 >0$ tal que $\forall$ $x,y \in \mathbb{R}$ $|x-y|<\delta_2$ $\implies$ $|g(x)-g(y)|< \dfrac{\epsilon}{2M}$
$\bullet$ Ahora tomar $\delta := min\{ \delta_1, \delta_2\}$ $|x-y|<\delta$ $\forall$ $x,y \in \mathbb{R}$ $\implies$ $|f(x)g(x)-f(y)g(y)| \leq |g(x)||f(x)+f(y)|+|f(y)||g(x)+g(y)| $
$\leq M|f(x)+f(y)| +M|g(x)+g(y)|< M \dfrac{\epsilon}{2M} + M \dfrac{\epsilon}{2M} < \epsilon$
Son estas pruebas correcta? No estoy seguro de cómo acercarse a los $\dfrac{f}{g} caso , cualquier ayuda se agradece.