Module docstring
{"# Lindelöf sets and Lindelöf spaces
Main definitions
We define the following properties for sets in a topological space:
IsLindelof s: Two definitions are possible here. The more standard definition is that every open cover that containsscontains a countable subcover. We choose for the equivalent definition where we require that every nontrivial filter onswith the countable intersection property has a clusterpoint. Equivalence is established inisLindelof_iff_countable_subcover.LindelofSpace X:Xis Lindelöf if it is Lindelöf as a set.NonLindelofSpace: a space that is not a Lindëlof space, e.g. the Long Line.
Main results
isLindelof_iff_countable_subcover: A set is Lindelöf iff every open cover has a countable subcover.
Implementation details
- This API is mainly based on the API for IsCompact and follows notation and style as much as possible. "}