On this link which is french page of uniformly continuity, it is said that if a function is k-Lipschitzian, then this function is uniformly continuous.
They say that by choosing a $\delta$ as :
$$k\delta \leq \epsilon$$
Shouldn't it be rather $\delta$ as :
$$\delta \geq \epsilon/k\quad\quad?$$
Indeed, for a fixed $\epsilon$, we want to choose a $\delta$ as :
$$\dfrac{f(x+\delta)-f(x)}{\delta} = \dfrac{\epsilon}{\delta}$$
Moreover, we have with k-Lipschizian definition :
$$\dfrac{f(x+\delta)-f(x)}{\delta} \leq k$$
So we can choose $\delta$ as :
$$\dfrac{\epsilon}{\delta} \leq k$$
which is equivalent to: $\delta \geq \epsilon/k$, isn't it ?
Any help is welcome
You want $\left|\frac{f(x+\delta)-f(x)}{\delta} \right| \leq \frac{\epsilon}{\delta}$ or to be more precise: $$\left|\frac{f(y)-f(x)}{\delta} \right| \leq \frac{\epsilon}{\delta}, \forall y \text{ such as } |x-y| \leq \delta$$ And you have: $$\left|\frac{f(y)-f(x)}{\delta} \right| \leq \frac{k |x-y|}{\delta}\leq k, \forall y \text{ such as } |x-y| \leq \delta$$.
So you have to choose $\delta$ such has: $$a \leq k \Rightarrow a \leq \frac{\epsilon}{\delta}$$ or in term of intervals: $$(0,k] \subset \left(0,\frac{\epsilon}{\delta} \right]$$ which gives: $$k \leq \frac{\epsilon}{\delta}$$ i.e $$\delta \leq\frac{\epsilon}{k}$$