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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.Functor.associatorproof · cited by 276
- CategoryTheory.Functor.isoWhiskerLeftproof · cited by 177
- CategoryTheory.Functor.isoWhiskerRightproof · cited by 147
- CategoryTheory.Joinstatement · cited by 131
- CategoryTheory.Join.inclLeftproof · cited by 74
- CategoryTheory.Join.inclRightproof · cited by 74
Cited by23
Results whose statement or proof uses this declaration.
- CategoryTheory.Join.mapPairComp_hom_app_leftstatement · cited by 10
- CategoryTheory.Join.mapPairComp_hom_app_rightstatement · cited by 10
- CategoryTheory.Join.mapCompRightproof · cited by 8
- CategoryTheory.Join.mapCompLeftproof · cited by 7
- CategoryTheory.Join.mapPairComp_inv_app_leftstatement · cited by 6
- CategoryTheory.Join.mapPairComp_inv_app_rightstatement · cited by 6
- CategoryTheory.Join.mapPairEquivproof · cited by 4
- CategoryTheory.Join.mapWhiskerLeft_associator_homproof · cited by 1
- CategoryTheory.Join.mapWhiskerLeft_whiskerLeftproof · cited by 1
- CategoryTheory.Join.mapWhiskerLeft_whiskerRightproof · cited by 1
- CategoryTheory.Join.mapWhiskerRight_whiskerLeftproof · cited by 1
- CategoryTheory.Join.mapWhiskerRight_whiskerRightproof · cited by 1