Using only the definition of uniform continuity, prove that the following function is uniformly continuous:
$g:[1,2] \to \mathbb R $ be defined by $g(x)=\sqrt x$ for all $x \in [1,2] $
Below is what I have so far. Am I anywhere close?
The function f is uniformly continuous if for each $ε>0$ there is some $δ>0$ such that $x,y∈A$ and $|x-y|<δ$ implies $|f(x)-f(y)|>ε$.
Let $g:[1,2] \to \mathbb R$ be defined by $g(x)=\sqrt x$ for all $x \in [1,2]$, where $x,y \in \mathbb R$.
If we are looking for $ε>0$ and we are given the domain, then we can substitute.
$g(x)=\sqrt 2$ and $g(y)=\sqrt 1$. Then, by definition, $|x-y|<δ=|2-1|<δ$ implies $|g(x)-g(y)|=|\sqrt 2-\sqrt 1|>ε$.
Therefore $g(x)=\sqrt x$ is uniformly continuous.
Here is an example of a proof that a function is uniformly continuous.