Commit 2020-12-17 13:27 3685146a
View on Github →chore(topology/algebra/ordered): deduplicate (#5399)
- Drop
mem_nhds_unboundedin 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 canapplythe theorem without generating non-Propgoals and we can get the arguments directly fromno_bot/no_top. - add
nhds_basis_Ioo'andnhds_basis_Ioo.