Let $f: \mathbb R \to \Bbb R$ a differentiable function. Let $T>0 \in R$ such that $f(x+T)=f(x) \forall x \in \Bbb R$
Show that the interval $[0,T)$ has two points where the function $f'$ get equals to $0$(means that $f'(x) = 0$
What I've done: If I substitute $0$ I get $f(T) = f(0)$ and by Rolle Theorem - If a real-valued function f is continuous on a proper closed interval $[a, b]$, differentiable on the open interval $(a, b)$, and $f(a) = f(b)$, then there exists at least one $c$ in the open interval $(a, b)$ such that $f'(c)=0$.
Now I'm trying to find the second point I used Lagrange Theorem(Mean value theorem - https://en.wikipedia.org/wiki/Mean_value_theorem)
I get $f'(c) =$ $f(T) - f(0) \over T-0$ = $f(T) - f(T) \over T$ = $0$
but how can I confirm that it's a different point.
Can someone help me please?
Thanks in advance