Commit 2022-08-19 11:48 4dd837dc
View on Github →refactor(topology/sequences): redefine is_seq_closed
, define Fréchet-Urysohn spaces (#15953)
- redefine
is_seq_closed
as "the set contains every limit of a sequence of points from this set"; - delete
is_seq_closed_of_def
andis_seq_closed.mem_of_tendsto
, because now we use this property as the definition; - rename
sequential_space
tofrechet_urysohn_space
, add newsequential_space
; this way our definitions agree with textbooks.