I don't know how to write the proof to this problem:
Let $f$ be a polynomial with at least $k$ different roots, prove that $f'$ has at least $k-1$ different roots.
It's featured among a few exercises made to apply Rolle's theorem, but this one is about a general result and asks for higher degree of formality I guess... I don't know how to write the proof although I have the following intuition:
$f(x)=x^k + g(x)$
$f'(x)=kx^{k-1} + g'(x)$
Any suggestions?
Between any two roots $x_i$ and $x_j$ of $f$, we know that $f$ is continuous on $[x_i, x_j]$ and differentiable on $(x_i, x_j)$ with $f(x_i) = f(x_j) = 0$ so by Rolle's there is a $x_k \in (x_i, x_j)$ such that $f'(x_k) = 0$. Hence $f'$ has at least $k-1 $ roots.