Commit 2020-12-17 13:27 3685146a
View on Github →chore(topology/algebra/ordered): deduplicate (#5399)
- Drop
mem_nhds_unbounded
in favor ofmem_nhds_iff_exists_Ioo_subset'
. - Use
(h : ∃ l, l < a)
instead of{l} (hl : l < a)
inmem_nhds_iff_exists_Ioo_subset'
. This way we canapply
the theorem without generating non-Prop
goals and we can get the arguments directly fromno_bot
/no_top
. - add
nhds_basis_Ioo'
andnhds_basis_Ioo
.