To show that $f(x)=\sqrt{x}$ is Lipshitz continuous,we do it like that:
$$|f(x)-f(y)|=|\sqrt{x}-\sqrt{y}|=\frac{|x-y|}{\sqrt{x}+\sqrt{y}} \leq \frac{1}{2}|x-y|$$
But...how do we get this inequality: $\frac{|x-y|}{\sqrt{x}+\sqrt{y}} \leq \frac{1}{2}|x-y|$ ?Do we knoe that $\sqrt{x}+\sqrt{y} \geq 2$ ?