I have this excersize:
Let $I$ be an interval in $\Bbb R$ and $f:I\to \Bbb R$ a differentiable function such that $sup_{x\in I}|f'(x)|<\infty$. Show that $f$ is Lipschitz continuous.
Well, I know that I have to show a $c>0$ such that $|f(x)-f(y)|\le c|x-y|$, $\forall \;x,y\in I$, also we have that $|f'(t)|\le k$, for some $k\in \Bbb R^+$. I want to use this: $f(a)-f(b)=\int _a^b f'(t)dt$, that way the proof writes itself: $$f(a)-f(b)=\int _a^b f'(t)dt$$ $$\Rightarrow |f(a)-f(b)|=|\int _a^b f'(t)dt|\le |\int _a^b |f'(t)|\;dt| \le |\int _a^b k\;dt|=|k(b-a)|$$ $$\Rightarrow |f(a)-f(b)| \le k\;|b-a|$$ However, I don't know if I can use this, I feel something's missing.