Category of Alexandrov-discrete topological spaces #
This defines AlexDisc
, the category of Alexandrov-discrete topological spaces with continuous
maps, and proves it's equivalent to the category of preorders.
Equations
- AlexDisc.instCoeSortType = { coe := fun (X : AlexDisc) => ↑X.toTopCat }
@[reducible, inline]
Construct a bundled AlexDisc
from the underlying topological space.
Equations
- AlexDisc.of X = AlexDisc.mk (TopCat.of X)
Instances For
@[simp]
@[simp]
Constructs an equivalence between preorders from an order isomorphism between them.
Equations
- AlexDisc.Iso.mk e = { hom := TopCat.ofHom ↑e, inv := TopCat.ofHom ↑e.symm, hom_inv_id := ⋯, inv_hom_id := ⋯ }
Instances For
@[simp]
Sends a topological space to its specialisation order.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]