Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Join.mapPairComp

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {E : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
            {E' : Type u₄} →
              [inst_3 : CategoryTheory.Category.{v₄, u₄} E'] →
                {J : Type u₅} →
                  [inst_4 : CategoryTheory.Category.{v₅, u₅} J] →
                    {K : Type u₆} →
                      [inst_5 : CategoryTheory.Category.{v₆, u₆} K] →
                        (Fₗ : CategoryTheory.Functor C E) →
                          (Fᵣ : CategoryTheory.Functor D E') →
                            (Gₗ : CategoryTheory.Functor E J) →
                              (Gᵣ : CategoryTheory.Functor E' K) →
                                CategoryTheory.Join.mapPair (Fₗ.comp Gₗ) (Fᵣ.comp Gᵣ) ≅
                                  (CategoryTheory.Join.mapPair Fₗ Fᵣ).comp (CategoryTheory.Join.mapPair Gₗ Gᵣ)

mapPair respects composition

Defined in
Mathlib.CategoryTheory.Join.Basic
Cited by
20 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Join.mapPairComp_hom_app_left · cited by 10Join.mapPairComp_hom_app_…CategoryTheory.Join.mapPairComp_hom_app_right · cited by 10Join.mapPairComp_hom_app_…CategoryTheory.Join.mapCompRight · cited by 8Join.mapCompRightCategoryTheory.Join.mapCompLeft · cited by 7Join.mapCompLeftCategoryTheory.Join.mapPairComp_inv_app_left · cited by 6Join.mapPairComp_inv_app_…CategoryTheory.Join.mapPairComp_inv_app_right · cited by 6Join.mapPairComp_inv_app_…CategoryTheory.Join.mapPairEquiv · cited by 4Join.mapPairEquivCategoryTheory.Join.mapWhiskerLeft_associator_hom · cited by 1Join.mapWhiskerLeft_assoc…CategoryTheory.Join.mapWhiskerLeft_whiskerLeft · cited by 1Join.mapWhiskerLeft_whisk…CategoryTheory.Join.mapWhiskerLeft_whiskerRight · cited by 1Join.mapWhiskerLeft_whisk…CategoryTheory.Join.mapWhiskerRight_whiskerLeft · cited by 1Join.mapWhiskerRight_whis…CategoryTheory.Join.mapWhiskerRight_whiskerRight · cited by 1Join.mapWhiskerRight_whis…CategoryTheory.Join.mapPairEquiv_counitIso · cited by 0Join.mapPairEquiv_counitI…CategoryTheory.Join.mapPairEquiv_unitIso · cited by 0Join.mapPairEquiv_unitIsoCategoryTheory.Join.pseudofunctorLeft_mapComp_hom_toNatTrans_app · cited by 0Join.pseudofunctorLeft_ma…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightCategoryTheory.Join · cited by 131CategoryTheory.JoinCategoryTheory.Join.inclLeft · cited by 74Join.inclLeftCategoryTheory.Join.inclRight · cited by 74Join.inclRightCategoryTheory.Join.mapPair · cited by 58Join.mapPairCategoryTheory.Join.mapPairLeft · cited by 6Join.mapPairLeftCategoryTheory.Join.mapPairRight · cited by 6Join.mapPairRightJoin.mapPairCompCITED BYCITES

Cites16

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

Cited by23

Results whose statement or proof uses this declaration.