Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Join.mapPairLeft

{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'] →
                (Fₗ : CategoryTheory.Functor C E) →
                  (Fᵣ : CategoryTheory.Functor D E') →
                    (CategoryTheory.Join.inclLeft C D).comp (CategoryTheory.Join.mapPair Fₗ Fᵣ) ≅
                      Fₗ.comp (CategoryTheory.Join.inclLeft E E')

Characterizing mapPair on left morphisms.

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

Around this declaration

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

CategoryTheory.Join.mapPairComp · cited by 20Join.mapPairCompCategoryTheory.Join.mapWhiskerLeft · cited by 14Join.mapWhiskerLeftCategoryTheory.Join.mapWhiskerRight · cited by 13Join.mapWhiskerRightCategoryTheory.Join.mapIsoWhiskerLeft · cited by 11Join.mapIsoWhiskerLeftCategoryTheory.Join.mapIsoWhiskerRight · cited by 11Join.mapIsoWhiskerRightCategoryTheory.Join.mapPairId · cited by 8Join.mapPairIdCategoryTheory.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.mapPairLeft_hom_app · cited by 0Join.mapPairLeft_hom_appCategoryTheory.Join.mapPairLeft_inv_app · cited by 0Join.mapPairLeft_inv_appCategoryTheory.Join.mapIsoWhiskerLeft_inv · cited by 0Join.mapIsoWhiskerLeft_invCategoryTheory.Join.mapIsoWhiskerRight_inv · cited by 0Join.mapIsoWhiskerRight_i…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Join · cited by 131CategoryTheory.JoinCategoryTheory.Join.inclLeft · cited by 74Join.inclLeftCategoryTheory.Join.inclRight · cited by 74Join.inclRightCategoryTheory.Join.mapPair · cited by 58Join.mapPairCategoryTheory.Prod.fst · cited by 51Prod.fstCategoryTheory.Prod.snd · cited by 50Prod.sndCategoryTheory.Join.edge · cited by 13Join.edgeCategoryTheory.Join.mkFunctorLeft · cited by 2Join.mkFunctorLeftJoin.mapPairLeftCITED BYCITES

Cites13

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

Cited by12

Results whose statement or proof uses this declaration.