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 ltotendsto f _ l, and similarly forat_bot.
- For (f : α → Ixx*) (l : filter α), simplifytendsto f l at_toptotendsto (λ x, (f x : β)) l _, and similarly forat_bot. HereIxx*is one of the intervalsIci a,Ioi a,Ioo a betc, and_is a filter that depends on the choice ofIxxandat_top/at_bot.
- Drop some “nontriviality” assumptions like no_top_orderfor lemmas aboutIoi a.