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
    @[implicit_reducible]
    @[implicit_reducible]

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

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

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

      Instances For
        @[implicit_reducible]

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

        Instances For