Аналіз I, Глава 9.6 #
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:
- Continuous functions on closed and bounded intervals are bounded
- Continuous functions on closed and bounded intervals attain their maximum and minimum
Ремарка 9.6.2
theorem
Chapter9.BddOn.of_continuous_on_compact
{a b : ℝ}
(h : a < b)
{f : ℝ → ℝ}
(hf : ContinuousOn f (Set.Icc a b))
:
Лема 7.6.3
theorem
Chapter9.BddAboveOn.isMaxOn
{f : ℝ → ℝ}
{X : Set ℝ}
{x₀ : ℝ}
(h : IsMaxOn f X x₀)
:
BddAboveOn f X
Ремарка 9.6.6
theorem
Chapter9.BddBelowOn.isMinOn
{f : ℝ → ℝ}
{X : Set ℝ}
{x₀ : ℝ}
(h : IsMinOn f X x₀)
:
BddBelowOn f X