Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.isoWhiskerRight

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

If α : G ≅ H then isoWhiskerRight α F : (G ⋙ F) ≅ (H ⋙ F) has components F.map_iso (α.app X).

Defined in
Mathlib.CategoryTheory.Whiskering
Cited by
147 results in Mathlib
Foundations
Depth 27 from the axioms, rests on 114 definitions · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Pretriangulated.opShiftFunctorEquivalence · cited by 61Pretriangulated.opShiftFu…CategoryTheory.Equivalence.trans · cited by 57Equivalence.transCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform · cited by 37CatCommSqOver.transformCategoryTheory.Equivalence.invFunIdAssoc · cited by 31Equivalence.invFunIdAssocCategoryTheory.SingleFunctors.postcomp · cited by 22SingleFunctors.postcompCategoryTheory.Join.mapPairComp · cited by 20Join.mapPairCompCategoryTheory.Limits.preservesLimit_of_iso_diagram · cited by 19Limits.preservesLimit_of_…CategoryTheory.Localization.compUniqFunctor · cited by 16Localization.compUniqFunc…CategoryTheory.Limits.preservesColimit_of_iso_diagram · cited by 15Limits.preservesColimit_o…CategoryTheory.Limits.hasColimit_ι_comp · cited by 13Limits.hasColimit_ι_compCategoryTheory.Functor.mapDerivedCategorySingleFunctor · cited by 13Functor.mapDerivedCategor…CategoryTheory.Join.mapIsoWhiskerLeft · cited by 11Join.mapIsoWhiskerLeftCategoryTheory.Join.mapIsoWhiskerRight · cited by 11Join.mapIsoWhiskerRightCategoryTheory.Functor.isoWhiskerRight_trans · cited by 11Functor.isoWhiskerRight_t…AlgebraicTopology.DoldKan.N₁Γ₀ · cited by 11DoldKan.N₁Γ₀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.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.Functor.whiskeringRight · cited by 221Functor.whiskeringRightFunctor.isoWhiskerRightCITED BYCITES

Cites7

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

Cited by275

Results whose statement or proof uses this declaration.