Darboux's theorem #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
In this file we prove that the derivative of a differentiable function on an interval takes all intermediate values. The proof is based on the Wikipedia page about this theorem.
Darboux's theorem: the image of an ord_connected set under f' is an ord_connected
set, has_deriv_within_at version.
Darboux's theorem: the image of an ord_connected set under f' is an ord_connected
set, deriv_within version.
Darboux's theorem: the image of an ord_connected set under f' is an ord_connected
set, deriv version.
Darboux's theorem: the image of a convex set under f' is a convex set,
deriv_within version.
If the derivative of a function is never equal to m, then either
it is always greater than m, or it is always less than m.