Аналіз I, Глава 10.2 #
I have attempted to make the translation as faithful a paraphrasing as possible of the original text. When there is a choice between a more idiomatic Lean solution and a more faithful translation, I have generally chosen the latter. In particular, there will be places where the Lean code could be "golfed" to be more elegant and idiomatic, but I have consciously avoided doing so.
Main constructions and results of this section:
- Relation between local extrema and derivatives
- Rolle's theorem
- mean value theorem
Визначення 10.2.1 (Local maxima and minima). Here we use Mathlib's IsLocalMaxOn
type.
Ремарка 10.2.5
Твердження 10.2.6 (Local extrema are stationary) / Вправа 10.2.1
Твердження 10.2.6 (Local extrema are stationary) / Вправа 10.2.1
Теорема 10.2.7 (Rolle's theorem) / Вправа 10.2.4
Наслідок 10.2.9 (Mean value theorem ) / Вправа 10.2.5
Вправа 10.2.6
Вправа 10.2.7