Documentation

GroupoidModel.Pointed.Basic

Here we define pointed categories and pointed groupoids as well as prove some basic lemmas.

A typeclass for pointed categories.

Instances

    A constructor that makes a pointed category from a category and a point.

    Equations
    Instances For
      structure CategoryTheory.PointedFunctor (C : Type u_1) (D : Type u_2) [cp : PointedCategory C] [dp : PointedCategory D] extends CategoryTheory.Functor C D :
      Type (max (max (max u_1 u_2) u_3) u_4)

      The structure of a functor from C to D along with a morphism from the image of the point of C to the point of D.

      Instances For

        The identity PointedFunctor whose underlying functor is the identity functor

        Equations
        Instances For
          @[simp]
          theorem CategoryTheory.PointedFunctor.id_map (C : Type u_1) [PointedCategory C] {X✝ Y✝ : C} (f : X✝ Y✝) :
          (id C).map f = f
          @[simp]
          theorem CategoryTheory.PointedFunctor.id_obj (C : Type u_1) [PointedCategory C] (X : C) :
          (id C).obj X = X

          Composition of PointedFunctor composes the underlying functors and the point morphisms.

          Equations
          Instances For
            @[simp]
            theorem CategoryTheory.PointedFunctor.comp_obj {C : Type u_1} {D : Type u_2} {E : Type u_3} [cp : PointedCategory C] [PointedCategory D] [PointedCategory E] (F : PointedFunctor C D) (G : PointedFunctor D E) (X : C) :
            (F.comp G).obj X = G.obj (F.obj X)
            @[simp]
            theorem CategoryTheory.PointedFunctor.comp_map {C : Type u_1} {D : Type u_2} {E : Type u_3} [cp : PointedCategory C] [PointedCategory D] [PointedCategory E] (F : PointedFunctor C D) (G : PointedFunctor D E) {X✝ Y✝ : C} (f : X✝ Y✝) :
            (F.comp G).map f = G.map (F.map f)
            theorem CategoryTheory.PointedFunctor.ext {C : Type u_1} {D : Type u_2} [cp : PointedCategory C] [PointedCategory D] (F G : PointedFunctor C D) (h_func : F.toFunctor = G.toFunctor) (h_point : F.point = CategoryStruct.comp (eqToHom ) G.point) :
            F = G

            The extensionality principle for pointed functors

            def CategoryTheory.PCat :
            Type (max (u + 1) u (v + 1))

            The category of pointed categorys and pointed functors

            Equations
            Instances For

              Construct a bundled PCat from the underlying type and the typeclass.

              Equations
              Instances For

                The functor that takes PCat to Cat by forgetting the points

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  @[simp]
                  @[simp]
                  theorem CategoryTheory.PCat.id_obj {C : PCat} (X : C) :
                  @[simp]
                  theorem CategoryTheory.PCat.id_map {C : PCat} {X Y : C} (f : X Y) :
                  @[simp]
                  theorem CategoryTheory.PCat.comp_obj {C D E : PCat} (F : C D) (G : D E) (X : C) :
                  @[simp]
                  theorem CategoryTheory.PCat.comp_map {C D E : PCat} (F : C D) (G : D E) {X Y : C} (f : X Y) :
                  theorem CategoryTheory.PCat.eqToHom_hom_aux {C1 C2 : PCat} (x y : C1) (eq : C1 = C2) :
                  (x y) = ((eqToHom eq).obj x (eqToHom eq).obj y)

                  This is the proof of equality used in the eqToHom in PCat.eqToHom_hom

                  theorem CategoryTheory.PCat.eqToHom_hom {C1 C2 : PCat} {x y : C1} (f : x y) (eq : C1 = C2) :
                  (eqToHom eq).map f = cast f

                  This is the turns the hom part of eqToHom functors into a cast

                  This is the proof of equality used in the eqToHom in PointedFunctor.eqToHom_point

                  theorem CategoryTheory.PCat.eqToHom_point {P1 P2 : PCat} (eq : P1 = P2) :

                  This shows that the point of an eqToHom in PCat is an eqToHom

                  theorem CategoryTheory.PCat.hext {C D : PCat} (hα : C = D) (hstr : HEq C.str D.str) :
                  C = D

                  The class of pointed groupoids.

                  Instances

                    A constructor that makes a pointed groupoid from a groupoid and a point.

                    Equations
                    Instances For
                      def CategoryTheory.PGrpd :
                      Type (max (u + 1) u (v + 1))

                      The category of pointed groupoids and pointed functors

                      Equations
                      Instances For

                        Construct a bundled PGrpd from the underlying type and the typeclass.

                        Equations
                        Instances For
                          def CategoryTheory.PGrpd.ofGrpd (G : Grpd) (pt : G) :

                          Construct a bundled PGrpd from the underlying type and the typeclass.

                          Equations
                          Instances For

                            Construct a bundled PGrpd from a Grpd and a point

                            Equations
                            Instances For
                              def CategoryTheory.PGrpd.homOf {C D : PGrpd} (F : PointedFunctor C D) :

                              Construct a morphism in PGrpd from the underlying functor

                              Equations
                              Instances For

                                The functor that takes PGrpd to Grpd by forgetting the points

                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For

                                  This takes PGrpd to PCat

                                  Equations
                                  • One or more equations did not get rendered due to their size.
                                  Instances For
                                    @[simp]
                                    @[simp]
                                    theorem CategoryTheory.PGrpd.id_obj {C : PGrpd} (X : C) :
                                    @[simp]
                                    theorem CategoryTheory.PGrpd.id_map {C : PGrpd} {X Y : C} (f : X Y) :
                                    @[simp]
                                    theorem CategoryTheory.PGrpd.comp_obj {C D E : PGrpd} (F : C D) (G : D E) (X : C) :
                                    @[simp]
                                    theorem CategoryTheory.PGrpd.comp_map {C D E : PGrpd} (F : C D) (G : D E) {X Y : C} (f : X Y) :

                                    This is the proof of equality used in the eqToHom in PGrpd.eqToHom_point

                                    theorem CategoryTheory.PGrpd.eqToHom_point {P1 P2 : PGrpd} (eq : P1 = P2) :

                                    This shows that the point of an eqToHom in PGrpd is an eqToHom

                                    theorem CategoryTheory.PGrpd.hext {C D : PGrpd} (hα : C = D) (hstr : HEq C.str D.str) :
                                    C = D
                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For