Theorems · Definition · category theory
CategoryTheory.RetractArrow.map
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u'} →
[inst_1 : CategoryTheory.Category.{v', u'} D] →
{X Y Z W : C} →
{f : X ⟶ Y} →
{g : Z ⟶ W} →
CategoryTheory.RetractArrow f g →
(F : CategoryTheory.Functor C D) → CategoryTheory.RetractArrow (F.map f) (F.map g)If a morphism f is a retract of g,
then F.map f is a retract of F.map g for any functor F.
- Defined in
- Mathlib.CategoryTheory.Retract
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.Functor.mapArrowproof · cited by 31
- CategoryTheory.RetractArrowstatement and proof · cited by 30
- CategoryTheory.Retract.mapproof · cited by 2
Cited by5
Results whose statement or proof uses this declaration.
- quasiIsoAt_of_retractproof · cited by 1
- CategoryTheory.RetractArrow.map_i_leftstatement and proof · cited by 0
- CategoryTheory.RetractArrow.map_i_rightstatement and proof · cited by 0
- CategoryTheory.RetractArrow.map_r_leftstatement and proof · cited by 0
- CategoryTheory.RetractArrow.map_r_rightstatement and proof · cited by 0