Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Join.mapIsoWhiskerLeft

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

A natural isomorphism Fᵣ ≅ Gᵣ induces a natural isomorphism mapPair H Fᵣ ≅ mapPair H Gᵣ for every H : C ⥤ E.

Defined in
Mathlib.CategoryTheory.Join.Basic
Cited by
11 results in Mathlib
Foundations
Depth 32 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.mapCompLeft · cited by 7Join.mapCompLeftCategoryTheory.Join.mapIsoWhiskerLeft_hom_app · cited by 6Join.mapIsoWhiskerLeft_ho…CategoryTheory.Join.mapPairEquiv · cited by 4Join.mapPairEquivCategoryTheory.Join.mapIsoWhiskerLeft_inv_app · cited by 4Join.mapIsoWhiskerLeft_in…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.mapWhiskerRight_associator_hom · cited by 0Join.mapWhiskerRight_asso…CategoryTheory.Join.mapWhiskerRight_leftUnitor_hom · cited by 0Join.mapWhiskerRight_left…CategoryTheory.Join.mapPairEquiv_unitIso · cited by 0Join.mapPairEquiv_unitIsoCategoryTheory.Join.mapWhiskerRight_rightUnitor_hom · cited by 0Join.mapWhiskerRight_righ…CategoryTheory.Join.mapIsoWhiskerLeft_hom · cited by 0Join.mapIsoWhiskerLeft_homCategoryTheory.Join.mapIsoWhiskerLeft_inv · cited by 0Join.mapIsoWhiskerLeft_invCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.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.mapPairRightCategoryTheory.Join.mkNatIso · cited by 3Join.mkNatIsoJoin.mapIsoWhiskerLeftCITED BYCITES

Cites14

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

Cited by13

Results whose statement or proof uses this declaration.