A function $f:[0,1]\to \mathbb R$ is such that $f$ is differentiable in it's domain. Prove that $f$ , is either linear in $x$ or $$|f(1)-f(0)|<|f'(t)|$$ for some $t\in (0,1)$
My attempt:
By Rolle theorem, we know that there exist atleast one $t\in (0,1)$ where the equality holds $$|f(1)-f(0)|=|f'(t)|$$Now , if such equality would have hold for all $t$ in the domain, then clearly $f$ is linear as the slope remains constant.
Now, I try to show that opposite inequality holds false i.e. :
$$f(1)-f(0)>f'(t)$$
By integrating both sides, we get that : $$\int_0^1f(1)-f(0) \mathrm dt>\int_0^1 f'(t) \mathrm dt$$
$$f(1)-f(0)>f(1)-f(0)$$ which is a contradiction !
Problems:
I had integrated without taking absolute value as asked in question and hence proof is incomplete.
This was the last question in my test and hence was toughest. I believe that my (incomplete) proof is not right in itself because it's too simple.
Can you help me to solve it in correct way ?
First prove that the statement holds for $f(0) = f(1)$ (this should be straightforward). Then assume that $f(1) \neq f(0)$ and set $g(x) = f(x) - (f(1) - f(0))x$, such that $g(1) = g(0)$. Therefore, either $g$ is constant or there is $t_0 \in (0,1)$ such that $$0 < |g'(t_0)| = |f'(t_0) - (f(1) - f(0))|$$ Can you conclude from there ?