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_unique
tois_ultrafilter.unique
; cauchy_downwards
is nowcauchy.mono
(instance arg) andcauchy.mono'
(explicit arg);cauchy_map
is nowcauchy.map
;cauchy_comap
is nowcauchy.comap
;totally_bounded_closure
is nowtotally_bounded.closure
;totally_bounded_image
is nowtotally_bounded.image
;