Documentation

Mathlib.Topology.Category.FinTopCat

Category of finite topological spaces #

Definition of the category of finite topological spaces with the canonical forgetful functors.

structure FinTopCat :
Type (u + 1)

A bundled finite topological space.

Instances For

    Construct a bundled FinTopCat from the underlying type and the appropriate typeclasses.

    Equations
      Instances For
        @[simp]
        theorem FinTopCat.coe_of (X : Type u) [Fintype X] [TopologicalSpace X] :
        (of X).toTop = X

        Scoped topological space instance on objects of the category of finite types, assigning the discrete topology.

        Equations
          Instances For

            The forgetful functor from finite types to topological spaces, forgetting discreteness. This is a scoped instance.

            Equations
              Instances For