Let $x\in[1,\infty)$. Is $\ln x$ uniformly continuous? I took this function to be continuous and wrote the following proof which I'm not entirely sure of.
Let $\varepsilon>0 $, $x,y\in[1, ∞)$ and $x>y$. Then, $\ln x< x$ and $\ln y< y$ and this follows that $0<|\ln x-\ln y|<|x-y|$ since $x> y$. Choose $δ=ϵ$. Now suppose $|x-y|< δ$. Then, $|\ln x-\ln y|<|x-y|<\varepsilon$
It would be much appreciated if someone could validate my proof
You can prove something more general:
P Pick $x,y\in[a,\infty)$ arbitrarily. By the mean value theorem, we can write $$|f(x)-f(y)|=|f'(\xi)||x-y|$$
Let $M=\sup\limits_{x\in[a,\infty)}|f'(x)|$. Then $$|f(x)-f(y)|\leq M|x-y|$$
Thus, for any $\epsilon$ we may take $\delta=\frac{\epsilon}{2M}$. Note that in your case $M=1$. I only divide by $2$ to turn $\leq$ into $<$.
ADD This means, for example, that $\log x$ (over $[a,\infty)$, $a>0$), $\sin x$, $\cos x$, $x$, and similar functions are all uniformly continuous. Note, for example, that $\sin(x^2)$ is not uniformly continuous. Note that we actually prove $f$ is $1$-Lipschitz with constant $M$, so this might be of interest.