Documentation

Analysis.Section_9_10

Аналіз I, Глава 9.10 #

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:

theorem Chapter9.BddAbove.unbounded_iff (X : Set ) :
¬BddAbove X ∀ (M : ), xX, x > M

Визначення 9.10.1 (Infinite adherent point). We use ¬ BddAbove X as our notation for +∞ being an adherent point

theorem Chapter9.BddAbove.unbounded_iff' (X : Set ) :
¬BddAbove X sSup ((fun (x : ) => x) '' X) =
theorem Chapter9.BddBelow.unbounded_iff (X : Set ) :
¬BddBelow X ∀ (M : ), xX, x < M
theorem Chapter9.BddBelow.unbounded_iff' (X : Set ) :
¬BddBelow X sInf ((fun (x : ) => x) '' X) =
theorem Chapter9.Filter.Tendsto.AtTop.iff {X : Set } (f : ) (L : ) :
Filter.Tendsto f (Filter.atTopFilter.principal X) (nhds L) ε > 0, ∃ (M : ), xX Set.Ici M, |f x - L| < ε

Визначення 9.10.13 (Limit at infinity)