Module docstring
{"# Neighborhoods of a set
In this file we define the filter πΛ’ s or nhdsSet s consisting of all neighborhoods of a set
s.
Main Properties
There are a couple different notions equivalent to s β πΛ’ t:
* s β interior t using subset_interior_iff_mem_nhdsSet
* β x : X, x β t β s β π x using mem_nhdsSet_iff_forall
* β U : Set X, IsOpen U β§ t β U β§ U β s using mem_nhdsSet_iff_exists
Furthermore, we have the following results:
* monotone_nhdsSet: πΛ’ is monotone
* In Tβ-spaces, πΛ’is strictly monotone and hence injective:
strict_mono_nhdsSet/injective_nhdsSet. These results are in Mathlib.Topology.Separation.
"}