Theorems · Definition · category theory
CategoryTheory.NatTrans.retractArrowApp
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u'} →
[inst_1 : CategoryTheory.Category.{v', u'} D] →
{F G : CategoryTheory.Functor C D} →
(τ : F ⟶ G) → {X Y : C} → CategoryTheory.Retract X Y → CategoryTheory.RetractArrow (τ.app X) (τ.app Y)If X is a retract of Y, then for any natural transformation τ,
the natural transformation τ.app X is a retract of τ.app Y.
- Defined in
- Mathlib.CategoryTheory.Retract
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appstatement · cited by 7,406
- CategoryTheory.Arrow.homMkproof · cited by 35
- CategoryTheory.Retract.rproof · cited by 34
- CategoryTheory.Retract.iproof · cited by 34
- CategoryTheory.Retractstatement and proof · cited by 34
- CategoryTheory.RetractArrowstatement · cited by 30
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.NatTrans.retractArrowApp_istatement and proof · cited by 0
- CategoryTheory.NatTrans.retractArrowApp_rstatement and proof · cited by 0