Suppose I wanted to show that $\ln(x)$ is not uniformly continuous on $\mathbb{R}_{>0}$.
I know if I negate the definition of uniform continuity, that I have to find an $\varepsilon$ such that
$ \forall \delta > 0 \quad \exists x $ :
$$ |x-y|<\delta \implies |f(x)-f(y)|\geq \varepsilon $$
Am I correct in saying I can choose epsilon without any restrictions? And for $x,y$ I have to make sure, that their absolute difference remains smaller than delta, for any $\delta$ chosen, now matter how small?
Would it then be correct to state that $\varepsilon:=\frac{\ln(2)}{2}$ and $x:= \delta $ and $y:= \frac{\delta}{2}$ work, but I couldn't for example choose $x:= e $ and $y:= 1$ ?