Using the Mean Value Theorem prove the following:
Let $f:[a,b]\to[a,b]$ be differentiable. Then $f$ is a contraction if and only if there exists a $r\in(0,1)$ such that $|f'(x)|\leqslant r$, for all $x\in[a,b]$.
If I assume $|f'(x)|\leqslant r$.
Using the MVT then $f(b)-f(a)=f'(x)(b-a)$ for some $x\in (a,b)$
Then $|f(b)-f(a)|=|f'(x)(b-a)|\leqslant r|b-a| $then f is a contraction.
However the reverse it has been difficult to prove. Assuming $f$ is a contraction. $f(a)-f(b)\leqslant M(a-b)$ Now I need to prove $f'(x)=M$.
Question:
Could someone provide me a hint?
Thanks in advance!
$$|f'(x)| = \left|\lim_{h \to 0} \frac{f(x+h) - f(x)}{h}\right| = \lim_{h \to 0} \frac{|f(x+h) - f(x)|}{|(x+h) - x|} \le M.$$