Category of finite topological spaces #
Definition of the category of finite topological spaces with the canonical forgetful functors.
Equations
- FinTopCat.instInhabited = { default := FinTopCat.mk (TopCat.of PEmpty.{?u.3 + 1}) }
Equations
- FinTopCat.instCoeSortType = { coe := fun (X : FinTopCat) => ↑X.toTop }
Construct a bundled FinTopCat
from the underlying type and the appropriate typeclasses.
Equations
- FinTopCat.of X = FinTopCat.mk (TopCat.of X)
Instances For
@[simp]
The forgetful functor to FintypeCat
.
Equations
- One or more equations did not get rendered due to their size.
The forgetful functor to TopCat
.