Аналіз I, Глава 9.1 #
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:
- Intervals
- Adherent points, limit points, isolated points
- Closed sets and closure
- The Heine-Borel theorem for the real line
Визначення 9.1.
Equations
- Chapter9.AdherentPt x X = ∀ ε > 0, ε.adherent' x X
Instances For
identification of AdherentPt
with Mathlib's ClusterPt
Лема 9.1.14 / Вправа 9.1.5
Наслідок 9.1.17
Визначення 9.1.18 (Limit points)
Equations
- Chapter9.LimitPt x X = Chapter9.AdherentPt x (X \ {x})
Instances For
Identification with Mathlib's AccPt
This lemma is in more recent versions of Mathlib and can be deleted once Mathlib is updated.
Визначення 9.1.22. We use here Mathlib's Bornology.IsBounded
Приклад 9.1.23
Приклад 9.1.23
Приклад 9.1.23
Теорема 9.1.24 / Вправа 9.1.13 (Heine-Borel theorem for the line)