Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.isoWhiskerLeft

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

If α : G ≅ H is a natural isomorphism then isoWhiskerLeft F α : (F ⋙ G) ≅ (F ⋙ H) has components α.app (F.obj X).

Defined in
Mathlib.CategoryTheory.Whiskering
Cited by
177 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.precompose · cited by 37CatCommSqOver.precomposeCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform · cited by 37CatCommSqOver.transformCategoryTheory.isSheaf_iff_isSheaf_of_type · cited by 30CategoryTheory.isSheaf_if…CategoryTheory.SingleFunctors.postcomp · cited by 22SingleFunctors.postcompCategoryTheory.Join.mapPairComp · cited by 20Join.mapPairCompCategoryTheory.Limits.CategoricalPullback.toCatCommSqOver · cited by 18CategoricalPullback.toCat…CategoryTheory.Equivalence.congrRight · cited by 14Equivalence.congrRightCategoryTheory.Functor.mapDerivedCategorySingleFunctor · cited by 13Functor.mapDerivedCategor…AlgebraicTopology.DoldKan.N₁Γ₀ · cited by 11DoldKan.N₁Γ₀CategoryTheory.Equivalence.changeFunctor · cited by 10Equivalence.changeFunctorCategoryTheory.Functor.CommShift.isoAdd' · cited by 8CommShift.isoAdd'CategoryTheory.Functor.CommShift.isoZero · cited by 8CommShift.isoZeroCategoryTheory.sum.associativity · cited by 8sum.associativityCategoryTheory.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.whiskeringLeft · cited by 395Functor.whiskeringLeftCategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoFunctor.isoWhiskerLeftCITED BYCITES

Cites7

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

Cited by317

Results whose statement or proof uses this declaration.