I am looking at this exercise:
Let $f:A \to B, g: B \to \mathbb{R}$
If $f$ is uniformly continuous on $A$ and $g$ is uniformly continous on $B$,show that $g \circ f$ is uniformly continuous.
$f$ is uniformly continuous on $A$: $\forall \epsilon>0 \ \exists \ \delta=\delta(\epsilon)>0 \text{ such that } \forall x,y \in A \text{ with } |x-y|< \delta \text{ we have } |f(x)-f(y)|< \epsilon $ $$$$ $g$ is uniformly continuous on $B$:
$\forall \epsilon'>0 \ \exists \delta'=\delta'(\epsilon') \text{ such that } \forall u,v \in B \text{ with } |u-v|< \delta' \text{ we have } |g(u)-g(v)|< \epsilon'$
Is it right so far?
And to write a relation for $g \circ f$,do I have to pick $\epsilon=\delta'$ ?
But...in general don't we have to pick values for $\delta \text{ and not for } \epsilon$?? :/