Hello I was wondering if someone could take a look at my proof for this and see if it is sufficient.
Let $\epsilon > 0$. Choose $\delta = \epsilon$ such that $\forall x,y \in [1,\infty)$ with $|x-y| < \delta$, we have $\vert \ln x- \ln y \vert$. By the bounds of natural logarithms we know $\ln x \leq x-1~\forall x$. Thus $ \vert \ln x - \ln y \vert \leq \vert (x-1) - (y-1) \vert = \vert x-1-y+1 \vert= \vert x-y \vert \lt \delta = \epsilon$.
Thank you.
The inequality $|\ln(x) - \ln(y)| \leq |(x - 1) - (y - 1)|$ does not follow from your inequality $\forall x . \ln(x) \leq x - 1$.
For consider $g(x) = x - 1 - x^2$. Then for all $x,g(x) \leq x - 1$. But we we see that $|g(3) - g(2)| = |-7 - (-3)| = 4 > 1 = |(3 - 1) - (2 - 1)|$.
But your choice of $\delta = \epsilon$ does indeed work. Hint: go back to the definition of $\ln(x) := \int\limits_1^x \frac{1}{t} dt$, and show that $|\ln(x) - \ln(y)| \leq |x - y|$ that way.