Documentation

Mathlib.CategoryTheory.PEmpty

The empty category #

Defines a category structure on PEmpty, and the unique functor PEmpty ⥤ C for any category C.

The (unique) functor from an empty category.

Instances For

    Any two functors out of an empty category are isomorphic.

    Instances For

      The equivalence between two empty categories.

      Instances For
        def CategoryTheory.emptyEquivalence :
        Discrete PEmpty.{w + 1} Discrete PEmpty.{v + 1}

        Equivalence between two empty categories.

        Instances For

          The canonical functor out of the empty category.

          Instances For
            def CategoryTheory.Functor.emptyExt {C : Type u} [Category.{v, u} C] (F G : Functor (Discrete PEmpty.{w + 1}) C) :
            F G

            Any two functors out of the empty category are isomorphic.

            Instances For

              Any functor out of the empty category is isomorphic to the canonical functor from the empty category.

              Instances For
                theorem CategoryTheory.Functor.empty_ext' {C : Type u} [Category.{v, u} C] (F G : Functor (Discrete PEmpty.{w + 1}) C) :
                F = G

                Any two functors out of the empty category are equal. You probably want to use emptyExt instead of this.