Commit 2020-12-11 16:44 db712d59
View on Github →chore(*): simp lemmas for tendsto
, Ixx
, and coe
(#5296)
- For
(f : α → β) (l : filter β)
, simplifytendsto (λ a : Ixx*, f x) at_top l
totendsto f _ l
, and similarly forat_bot
. - For
(f : α → Ixx*) (l : filter α)
, simplifytendsto f l at_top
totendsto (λ x, (f x : β)) l _
, and similarly forat_bot
. HereIxx*
is one of the intervalsIci a
,Ioi a
,Ioo a b
etc, and_
is a filter that depends on the choice ofIxx
andat_top
/at_bot
. - Drop some “nontriviality” assumptions like
no_top_order
for lemmas aboutIoi a
.