Module docstring
{"# Inseparable points in a topological space
In this file we prove basic properties of the following notions defined elsewhere.
Specializes(notation:x ⤳ y) : a relation saying that𝓝 x ≤ 𝓝 y;Inseparable: a relation saying that two points in a topological space have the same neighbourhoods; equivalently, they can't be separated by an open set;InseparableSetoid X: same relation, as aSetoid;SeparationQuotient X: the quotient ofXby itsInseparableSetoid.
We also prove various basic properties of the relation Inseparable.
Notations
x ⤳ y: notation forSpecializes x y;x ~ᵢ yis used as a local notation forInseparable x y;𝓝 xis the neighbourhoods filternhds xof a pointx, defined elsewhere.
Tags
topological space, separation setoid
","### Specializes relation
","### Inseparable relation
","### Separation quotient
In this section we define the quotient of a topological space by the Inseparable relation.
"}