Theorems · Definition · category theory
CategoryTheory.Retract.map
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u'} →
[inst_1 : CategoryTheory.Category.{v', u'} D] →
{X Y : C} →
CategoryTheory.Retract X Y → (F : CategoryTheory.Functor C D) → CategoryTheory.Retract (F.obj X) (F.obj Y)If X is a retract of Y, then F.obj X is a retract of F.obj Y.
- Defined in
- Mathlib.CategoryTheory.Retract
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Retract.rproof · cited by 34
- CategoryTheory.Retract.iproof · cited by 34
- CategoryTheory.Retractstatement and proof · cited by 34
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.RetractArrow.mapproof · cited by 5
- CategoryTheory.RetractArrow.rightproof · cited by 3
- CategoryTheory.RetractArrow.leftproof · cited by 3
- CategoryTheory.Retract.map_rstatement and proof · cited by 0
- CategoryTheory.Retract.map_istatement and proof · cited by 0