Аналіз I, Глава 9.9 #
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:
- API for Mathlib's
UniformContinousOn
- Continuous functions on compact intervls are uniformly continuous
Визначення 9.9.2. Here we use the Mathlib term UniformContinuousOn
Визначення 9.9.5. This is similar but not identical to Real.close_seq
from Section 6.1.
Instances For
Equations
- ε.eventually_close_seqs a b = ∃ N ≥ a.m, ε.close_seqs (a.from N) (b.from N)
Instances For
Ремарка 9.9.6
Лема 9.9.7 / Вправа 9.9.1
Твердження 9.9.8 / Вправа 9.9.2
Ремарка 9.9.9
Наслідок 9.9.14 / Вправа 9.9.4
Твердження 9.9.15 / Вправа 9.9.5
Теорема 9.9.16
Вправа 9.9.6