Given two functions that are uniformly continuous on $\mathbb{R}$ prove that their composition is uniformly continuous. Here's my attempt.
Proof
Let $f,g$ be our given uniformly continuous functions. We need to show that for any $\epsilon >0 $ there exists a $\delta$ such that
$$\left| (f\circ g)\left(x\right) - (f\circ g)\left(y\right) \right| < \epsilon$$
Since we are given $$\left|x' - y' \right| < \delta_f \implies \left| f\left(x'\right) - f\left(y'\right) \right| < \epsilon$$
and $$\left|x - y \right| < \delta \implies \left| g\left(x\right) - g\left(y\right) \right| < \delta_f$$
defining $g(a) = a'$ for $a\in \mathbb{R}$ completes the proof.