I want to show that if a function $f:[a,b]\rightarrow \mathbb R$ satisfies a Hölder condition of order $\alpha > 1 $ then it is constant.
The way I think of it is as follows:
$$|f(x) - f(y)| < K|x-y|^\alpha$$
$$\frac{|f(x) - f(y)|} {|x-y]} < K|x-y|^{\alpha -1}$$
$$\lim_{y\rightarrow x} \frac{|f(x) - f(y)|} {|x-y]} \le \lim_{y\rightarrow x} K|x-y|^{\alpha -1} =0 $$ As the limit is $0$, we can remove the modulus, so we get:
$$\lim_{y\rightarrow x} \frac{f(x) - f(y)} {x-y} = 0$$ So $f$ is derivable and $f'(x) = 0$ for all $x$ in $[a,b]$. Note that the reason we can add the limit $y\rightarrow x$ is because $[a,b]$ is closed in $\mathbb R$.
However, the question gives as a hint using the mean value theorem. I am not sure why one should do that. You would first have to prove that $f$ is derivable in a similar manner to what I did, and then prove that $f$ is constant. Or is there a simpler way to do it and I am missing it?
Also please inform me of any mistakes I did in the proof (if any)/ Thank you!