Prove that if $f$ is differentiable on $[a,b]$ and $f$ is Lipschitz continuous (LC), then $f$ has a bounded derivative.
My proof:
$f$ is LC $\Rightarrow$ f has bounded a derivative: there exists $M\gt 0$ such that $$|f(x)-f(y)|\le M|x-y|, \forall x,y\in [a,b]$$
then $${|f(x)-f(y)|\over {|x-y|}}\le M$$(if $ x\neq y$)
If $y\lt x$ (without loss of generality $x\lt y$) then $[y,x]\subseteq [a,b]$ and by hypothesis $f$ is differentiable on $[a,b]$ hence $f$ is differentiable on $[y,x]$. Then, using Mean Value Theorem there must exist $c\in (y,x)$ such that $$f´(c)={f(x)-f(y)\over x-y}$$ hence $$|f´(c)|\le M$$
As $x,y$ are arbitrary elements of $[a,b]$, then $c$ is also an arbitrary element but of $(a,b)$ therefore $$|f´(c)|\le M$$ $$\forall c\in (a,b)$$
but does this imply that $$|f´(c)|\le M, \forall c\in [a,b]?$$
I would really appreciate your help