$f:(0,1) \rightarrow \mathbb{R}$, and for every Cauchy sequence $x_n \in (0,1)$, $(f \circ x)_n$ is Cauchy: does that mean that $f$ is uniformly continuous ?
I believe the answer is yes, continuity has already been asked and answered. But what about uniform continuity?
In an exercise, $x^2$ was given as a counterexample. However, I believe this to be incorrect on $(0,1)$.
I belive the implication in the Title to be correct. Here is my attempt at a proof:
Consider $[0,1]$, the closure of $(0,1)$. It is complete and thus, any Cauchy sequence in $[0,1]$ also converges in $[0,1]$. Consider $x^{(l)}_n \rightarrow l$, $l \in \{0,1\}$. Since $f(x_n)$ is Cauchy, $f(x^{(l)}_n) \rightarrow L^{(l)} < \infty$. We can therefore naturally extend $$\tilde{f}:[0,1] \rightarrow \mathbb{R}, x \mapsto \begin{cases} L^{(l)} & x = l \\ f(x) & x \in (0,1) \end{cases}$$ Heine's Theorem states that a continuous function on a compact is uniformly continuous and therefore $\tilde{f}$ is uniformly continuous and so is $f$ (you can just take off $\{0,1\}$ in the $\varepsilon,\delta$ definition of $\tilde{f}$).
Is that correct?
P.S. The comment by Mark points out a step that I overlooked.