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 now- cauchy.mono(instance arg) and- cauchy.mono'(explicit arg);
- cauchy_mapis now- cauchy.map;
- cauchy_comapis now- cauchy.comap;
- totally_bounded_closureis now- totally_bounded.closure;
- totally_bounded_imageis now- totally_bounded.image;