Аналіз I, Розділ 6, Епілог #
In this (technical) epilogue, we show that various operations and properties we have defined for
"Chapter 6" sequences Chapter6.Sequence
are equivalent to Mathlib operations. Note however
that Mathlib's operations are defined in far greater generality than the setting of real-valued
sequences, in particular using the language of filters.
Identifiction with Filter.Tendsto
theorem
Chapter6.Sequence.converges_iff_Tendsto
(a : ℕ → ℝ)
:
{ m := 0, seq := fun (n : ℤ) => if n ≥ 0 then a n.toNat else 0, vanish := ⋯ }.convergent ↔ ∃ (L : ℝ), Filter.Tendsto a Filter.atTop (nhds L)
A technicality: CauSeq.IsComplete ℝ
was established for _root_.abs
but not for norm
.
theorem
Chapter6.Sequence.limit_point_iff
(a : ℕ → ℝ)
(L : ℝ)
:
{ m := 0, seq := fun (n : ℤ) => if n ≥ 0 then a n.toNat else 0, vanish := ⋯ }.limit_point L ↔ MapClusterPt L Filter.atTop a
Identification with Filter.MapClusterPt
Identification with Filter.limsup
Identification with Filter.liminf