(Co)limits of functors out of SingleObj M #
We characterise (co)limits of shape SingleObj M. Currently only in the category of types.
Main results #
SingleObj.Types.limitEquivFixedPoints: The limit ofJ : SingleObj G ⥤ Type uis the fixed points ofJ.obj (SingleObj.star G)under the induced action.SingleObj.Types.colimitEquivQuotient: The colimit ofJ : SingleObj G ⥤ Type uis the quotient ofJ.obj (SingleObj.star G)by the induced action.
The induced G-action on the target of J : SingleObj G ⥤ Type u.
Equations
- CategoryTheory.Limits.SingleObj.instMulActionObjSingleObjStar J = { smul := fun (g : M) (x : J.obj (CategoryTheory.SingleObj.star M)) => J.map g x, one_smul := ⋯, mul_smul := ⋯ }
The equivalence between sections of J : SingleObj M ⥤ Type u and fixed points of the
induced action on J.obj (SingleObj.star M).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The relation used to construct colimits in types for J : SingleObj G ⥤ Type u is
equivalent to the MulAction.orbitRel equivalence relation on J.obj (SingleObj.star G).
The explicit quotient construction of the colimit of J : SingleObj G ⥤ Type u is
equivalent to the quotient of J.obj (SingleObj.star G) by the induced action.
Equations
- One or more equations did not get rendered due to their size.