Аналіз I, Глава 6.4 #
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:
- Lim sup and lim inf of sequences
- Limit points of sequences
- Comparison and squeeze tests
- Completeness of the reals
Equations
- ε.continually_adherent a x = ∀ N ≥ a.m, ε.adherent (a.from N) x
Instances For
Твердження 6.4.5 / Вправа 6.4.1
A technical issue uncovered by the formalization: the upper and lower sequences of a real sequence take values in the extended reals rather than the reals, so the definitions need to be adjusted accordingly.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Твердження 6.4.12(d) / Вправа 6.4.3
Твердження 6.4.12(e) / Вправа 6.4.3
Твердження 6.4.12(e) / Вправа 6.4.3
Теорема 6.4.18 (Completeness of the reals)
Вправа 6.4.8
Вправа 6.4.8
Вправа 6.4.10