Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Comma.mapRightComp

{A : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} A] →
    {B : Type u_2} →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} B] →
        {T : Type u_3} →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} T] →
            (L : CategoryTheory.Functor A T) →
              {P : CategoryTheory.MorphismProperty T} →
                {Q : CategoryTheory.MorphismProperty A} →
                  {W : CategoryTheory.MorphismProperty B} →
                    [inst_3 : Q.IsMultiplicative] →
                      [inst_4 : W.IsMultiplicative] →
                        {R₁ R₂ R₃ : CategoryTheory.Functor B T} →
                          [Q.RespectsIso] →
                            [W.RespectsIso] →
                              (r : R₁ ⟶ R₂) →
                                (r' : R₂ ⟶ R₃) →
                                  (hr :
                                      ∀ (X : CategoryTheory.MorphismProperty.Comma L R₁ P Q W),
                                        P (CategoryTheory.CategoryStruct.comp X.hom (r.app X.right))) →
                                    (hr' :
                                        ∀ (X : CategoryTheory.MorphismProperty.Comma L R₂ P Q W),
                                          P (CategoryTheory.CategoryStruct.comp X.hom (r'.app X.right))) →
                                      (hrr' :
                                          ∀ (X : CategoryTheory.MorphismProperty.Comma L R₁ P Q W),
                                            P
                                              (CategoryTheory.CategoryStruct.comp X.hom
                                                ((CategoryTheory.CategoryStruct.comp r r').app X.right))) →
                                        CategoryTheory.MorphismProperty.Comma.mapRight L
                                            (CategoryTheory.CategoryStruct.comp r r') hrr' ≅
                                          (CategoryTheory.MorphismProperty.Comma.mapRight L r hr).comp
                                            (CategoryTheory.MorphismProperty.Comma.mapRight L r' hr')

The functor P.Comma L R₁ Q W ⥤ P.Comma L R₃ Q W induced by the composition of the natural transformations r : R₁ ⟶ R₂ and r' : R₂ ⟶ R₃ is naturally isomorphic to the composition of the functors induced by these natural transformations.

Defined in
Mathlib.CategoryTheory.MorphismProperty.Comma
Cited by
5 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.RespectsIsoCategoryTheory.MorphismProperty.RespectsIso

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.MorphismProperty.Comma.mapRightIso · cited by 18Comma.mapRightIsoCategoryTheory.MorphismProperty.Comma.mapRightComp_hom_app_left · cited by 0Comma.mapRightComp_hom_ap…CategoryTheory.MorphismProperty.Comma.mapRightComp_hom_app_right · cited by 0Comma.mapRightComp_hom_ap…CategoryTheory.MorphismProperty.Comma.mapRightComp_inv_app_left · cited by 0Comma.mapRightComp_inv_ap…CategoryTheory.MorphismProperty.Comma.mapRightComp_inv_app_right · cited by 0Comma.mapRightComp_inv_ap…CategoryTheory.MorphismProperty.Comma.mapRightComp.congr_simp · cited by 0mapRightComp.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Comma.left · cited by 886Comma.leftCategoryTheory.Comma.right · cited by 727Comma.rightCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Comma.hom · cited by 490Comma.homCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…CategoryTheory.MorphismProperty.Comma.toComma · cited by 260Comma.toCommaComma.mapRightCompCITED BYCITES

Cites20

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.