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.
The category of Alexandrov-discrete spaces.
- str : TopologicalSpace ↑self.toTopCat
- is_alexandrovDiscrete : AlexandrovDiscrete ↑self.toTopCat
Instances For
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
@[reducible, inline]
Construct a bundled AlexDisc from the underlying topological space.
Instances For
@[simp]
@[simp]
theorem
AlexDisc.coe_forgetToTop
(X : AlexDisc)
:
↑((CategoryTheory.forget₂ AlexDisc TopCat).obj X) = ↑X.toTopCat
Constructs an equivalence between preorders from an order isomorphism between them.
Instances For
@[simp]
theorem
AlexDisc.Iso.mk_inv
{α β : AlexDisc}
(e : ↑α.toTopCat ≃ₜ ↑β.toTopCat)
:
(mk e).inv = CategoryTheory.ConcreteCategory.ofHom ↑e.symm
@[simp]
theorem
AlexDisc.Iso.mk_hom
{α β : AlexDisc}
(e : ↑α.toTopCat ≃ₜ ↑β.toTopCat)
:
(mk e).hom = CategoryTheory.ConcreteCategory.ofHom ↑e
Sends a topological space to its specialisation order.
Instances For
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]