As the title says, I'm attempting to prove that the function $f(x) = x^\frac{1}{n}$ from $R$ to $R$, equipped with the usual metrics, is uniformly continuous over $[0, \infty)$. I believe that I have a proof of this. However, my final result seems a little too simple, so I was hoping someone could check/correct my proof.
So, a function $f: E \rightarrow E'$ is uniformly continous if $ \forall \epsilon > 0$, $\exists \delta >0$, s.t for any $x,y \in E$, $d(x,y) < \delta$ implies $d'(f(x),f(y)) < \epsilon$.
In this particular case, f is given by $f(x) = x^\frac{1}{n}$, and $E = [0, \infty)$ and $E' = R$.
So, for $|f(x) - f(y)| = |x^{1/n} - y^{1/n}| = |x^{1/n} - y^{1/n}| \cdot \frac{x^\frac{n-1}{n} + y^\frac{n-1}{n}}{x^\frac{n-1}{n} + y^\frac{n-1}{n}} = \frac {|x-y|}{x^\frac{n-1}{n} + y^\frac{n-1}{n}} < \frac {\delta}{x^\frac{n-1}{n} + y^\frac{n-1}{n}} < \delta$
Therefore, as long as $\delta \leq \epsilon$, we will have that $d(x,y) < \delta$ implies $d'(f(x),f(y)) < \epsilon$. Does this seem correct, or did I make some small/major mistake?
Your proof is not correct because for $n>2$, $$|x^{1/n} - y^{1/n}| \left(x^\frac{n-1}{n} + y^\frac{n-1}{n}\right)\not=|x-y|.$$ However you can show the required property by noting that $x^{1/n}$ is u. c. in $[0,1]$ (continuous function on a compact set) and for $1\leq x<y$, by the Mean Value Theorem, there is $t\in (x,y)$ such that $$|x^{1/n} - y^{1/n}|=\frac{t^{1/n-1}}{n}|x-y|\leq \frac{1}{n}|x-y|.$$