topological_space.seq_tendsto_iff

A sequence converges in the sence of topological spaces iff the associated statement for filter holds.

sequential_closure

The sequential closure of a subset M ⊆ α of a topological space α is the set of all p ∈ α which arise as limit of sequences in M.

is_seq_closed_of_def

A convenience lemma for showing that a set is sequentially closed.

sequential_closure_subset_closure

The sequential closure of a set is contained in the closure of that set. The converse is not true.

is_seq_closed_of_is_closed

A set is sequentially closed if it is closed.

mem_of_is_seq_closed

The limit of a convergent sequence in a sequentially closed set is in that set.

mem_of_is_closed_sequential

The limit of a convergent sequence in a closed set is in that set.

sequential_space

A sequential space is a space in which 'sequences are enough to probe the topology'. This can be formalised by demanding that the sequential closure and the closure coincide. The following statements show that other topological properties can be deduced from sequences in sequential spaces.

is_seq_closed_iff_is_closed

In a sequential space, a set is closed iff it's sequentially closed.

sequentially_continuous

A function between topological spaces is sequentially continuous if it commutes with limit of convergent sequences.

continuous_iff_sequentially_continuous

In a sequential space, continuity and sequential continuity coincide.

topological_space.first_countable_topology.sequential_space

Every first-countable space is sequential.