Commit 2020-07-19 21:18 1bb3d198
View on Github →refactor(order/filter/basic): add class filter.ne_bot (#3454)
This way Lean will f≠ ⊥ in a few most common cases
(incl. nhds_ne_bot, at_top_ne_bot) automatically.
Other API changes:
- many lemmas now take
[ne_bot l]instead of(hl : l ≠ ⊥); - some lemmas got
'versions that take an explicit(hl : ne_bot l); - rename
ultrafilter_uniquetois_ultrafilter.unique; cauchy_downwardsis nowcauchy.mono(instance arg) andcauchy.mono'(explicit arg);cauchy_mapis nowcauchy.map;cauchy_comapis nowcauchy.comap;totally_bounded_closureis nowtotally_bounded.closure;totally_bounded_imageis nowtotally_bounded.image;