Retracts of 1-morphisms in bicategories #
If f : X ⟶ Y and f' : X' ⟶ Y' are 1-morphisms in a bicategory,
we introduce a structure RetractArrow₁ f' f expressing that
f' is a retract of f, and we show that if f is an
equivalence, then f' is also an equivalence.
A structure expressing that a 1-morphism f' : X' ⟶ Y'
in a bicategory is a retract of f : X ⟶ Y.
the inclusion of the source object
the retraction to the source object
the inclusion of the target object
the retraction to the target object
the source of
f'is a retract of the source offthe target of
f'is a retract of the target offcompatibility of the inclusions
compatibility of the retractions
- comm : CategoryStruct.comp (whiskerRight self.commi.hom self.r₂) (CategoryStruct.comp (associator self.i₁ f self.r₂).hom (whiskerLeft self.i₁ self.commr.hom)) = CategoryStruct.comp (associator f' self.i₂ self.r₂).hom (CategoryStruct.comp (whiskerLeft f' self.id₂.hom) (CategoryStruct.comp (rightUnitor f').hom (CategoryStruct.comp (leftUnitor f').inv (CategoryStruct.comp (whiskerRight self.id₁.inv f') (associator self.i₁ self.r₁ f').hom))))
Instances For
If a 1-morphism is a retract of another, it stays so
after the applicaton of a pseudofunctor.
Equations
- One or more equations did not get rendered due to their size.
Instances For
In a bicategory, a 1-morphism that is a retract
of an equivalence is an equivalence.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A retract of morphisms in a category C induces a retract of
1-morphisms in the bicategory LocallyDiscrete C.
Equations
- One or more equations did not get rendered due to their size.