First I constructed the negation to Lipschitz continuity:
$ \forall L > 0, \exists x, y \in [a,b]\ |f(x) - f(y)| > L|x - y| $
For $f(x) = \sqrt x$, notice $$|f(x) - f(y)| = |\sqrt x -\sqrt y| \cdot\frac{|\sqrt x + \sqrt y |}{|\sqrt x + \sqrt y |} = \frac{| x - y|}{|\sqrt x + \sqrt y|} \ge L |x - y| .$$
The problem is $I = [0,1]$ with $ \frac{1}{|\sqrt x + \sqrt y|}$ assuming values between $ \left(\frac{1}{2},\infty\right)$ and $ \frac{1}{|\sqrt x + \sqrt y|} \ge L$. So for sufficiently large $L$, the desired inequality for a function not being Lipschitz continuous cannot hold. Can someone explain the issue?