Аналіз I, Глава 6.6 #
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:
- Definition of a subsequence
@[reducible, inline]
Визначення 6.6.1
Equations
- Chapter6.Sequence.subseq a b = ∃ (f : ℕ → ℕ), StrictMono f ∧ ∀ (n : ℕ), b n = a (f n)
Instances For
Твердження 6.6.5 / Вправа 6.6.4
Твердження 6.6.6 / Вправа 6.6.5