Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Join.mapPairComp_hom_app_right

∀ {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) (d : D),
  (CategoryTheory.Join.mapPairComp Fₗ Fᵣ Gₗ Gᵣ).hom.app (CategoryTheory.Join.right d) =
    CategoryTheory.CategoryStruct.id (CategoryTheory.Join.right (Gᵣ.obj (Fᵣ.obj d)))
Defined in
Mathlib.CategoryTheory.Join.Basic
Cited by
10 results in Mathlib
Foundations
Depth 33 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.mapWhiskerRight_whiskerLeft · cited by 1Join.mapWhiskerRight_whis…CategoryTheory.Join.mapWhiskerRight_whiskerRight · cited by 1Join.mapWhiskerRight_whis…CategoryTheory.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_associator_hom · cited by 0Join.mapWhiskerRight_asso…CategoryTheory.Join.mapWhiskerRight_leftUnitor_hom · cited by 0Join.mapWhiskerRight_left…CategoryTheory.Join.mapWhiskerRight_rightUnitor_hom · cited by 0Join.mapWhiskerRight_righ…CategoryTheory.Join.mapWhiskerLeft_leftUnitor_hom · cited by 0Join.mapWhiskerLeft_leftU…CategoryTheory.Join.mapWhiskerLeft_rightUnitor_hom · cited by 0Join.mapWhiskerLeft_right…CategoryTheory.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.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Category.comp_id · cited by 2119Category.comp_idCategoryTheory.Functor.map_id · cited by 616Functor.map_idCategoryTheory.Join · cited by 131CategoryTheory.JoinCategoryTheory.Join.mapPair · cited by 58Join.mapPairCategoryTheory.Join.mapPairComp · cited by 20Join.mapPairCompJoin.mapPairComp_hom_app_rightCITED BYCITES

Cites14

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

Cited by10

Results whose statement or proof uses this declaration.