Module docstring
{"# Discrete subsets of topological spaces
This file contains various additional properties of discrete subsets of topological spaces.
Discreteness and compact sets
Given a topological space X together with a subset s β X, there are two distinct concepts of
\"discreteness\" which may hold. These are:
  (i) Every point of s is isolated (i.e., the subset topology induced on s is the discrete
      topology).
 (ii) Every compact subset of X meets s only finitely often (i.e., the inclusion map s β X
      tends to the cocompact filter along the cofinite filter on s).
When s is closed, the two conditions are equivalent provided X is locally compact and T1,
see IsClosed.tendsto_coe_cofinite_iff.
Main statements
tendsto_cofinite_cocompact_iff:IsClosed.tendsto_coe_cofinite_iff:
Co-discrete open sets
We define the filter Filter.codiscreteWithin S, which is the supremum of all π[S \\ {x}] x.
This is the filter of all open codiscrete sets within S. We also define Filter.codiscrete as
Filter.codiscreteWithin univ, which is the filter of all open codiscrete sets in the space.
"}