Category of finite topological spaces #
Definition of the category of finite topological spaces with the canonical forgetful functors.
Equations
- FinTopCat.instInhabited = { default := { toTop := TopCat.of PEmpty.{?u.2 + 1}, fintype := Fintype.instPEmpty } }
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 = { toTop := TopCat.of X, fintype := inst✝¹ }
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
.