Here we define pointed categories and pointed groupoids as well as prove some basic lemmas.
A typeclass for pointed categories.
- pt : C
Instances
A constructor that makes a pointed category from a category and a point.
Instances For
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.
- obj : C → D
- map_comp {X Y Z : C} (f : X ⟶ Y) (g : Y ⟶ Z) : self.map (CategoryStruct.comp f g) = CategoryStruct.comp (self.map f) (self.map g)
Instances For
Composition of PointedFunctor
composes the underlying functors and the point morphisms.
Equations
Instances For
The extensionality principle for pointed functors
The category of pointed categorys and pointed functors
Instances For
Equations
Construct a bundled PCat
from the underlying type and the typeclass.
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
This is the proof of equality used in the eqToHom in PCat.eqToHom_hom
This is the proof of equality used in the eqToHom in PointedFunctor.eqToHom_point
This shows that the point of an eqToHom in PCat is an eqToHom
The class of pointed groupoids.
- pt : C
Instances
A constructor that makes a pointed groupoid from a groupoid and a point.
Instances For
The category of pointed groupoids and pointed functors
Instances For
Equations
Construct a bundled PGrpd
from the underlying type and the typeclass.
Instances For
Construct a bundled PGrpd
from a Grpd
and a point
Instances For
Construct a morphism in PGrpd
from the underlying functor
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
This is the proof of equality used in the eqToHom in PGrpd.eqToHom_point
This shows that the point of an eqToHom in PGrpd is an eqToHom
Equations
- One or more equations did not get rendered due to their size.