@[reducible, inline]
Definition 9.1.
Equations
- Chapter9.AdherentPt x X = ∀ ε > 0, ε.adherent' x X
Instances For
identification of AdherentPt with Mathlib's ClusterPt
Lemma 9.1.14 / Exercise 9.1.5
Corollary 9.1.17
@[reducible, inline]
Definition 9.1.18 (Limit points)
Equations
- Chapter9.LimitPt x X = Chapter9.AdherentPt x (X \ {x})
Instances For
Identification with Mathlib's AccPt
Definition 9.1.22. We use here Mathlib's Bornology.IsBounded
Example 9.1.23
Example 9.1.23
Example 9.1.23
theorem
Chapter9.Heine_Borel
(X : Set ℝ)
:
IsClosed X ∧ Bornology.IsBounded X ↔ ∀ (a : ℕ → ℝ),
(∀ (n : ℕ), a n ∈ X) →
∃ (n : ℕ → ℕ), StrictMono n ∧ ∃ L ∈ X, Filter.Tendsto (fun (j : ℕ) => a (n j)) Filter.atTop (nhds L)
Theorem 9.1.24 / Exercise 9.1.13 (Heine-Borel theorem for the line)