Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.colimitFlipIsoCompColim

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type u₁} →
      [inst_1 : CategoryTheory.Category.{v₁, u₁} J] →
        {K : Type u₂} →
          [inst_2 : CategoryTheory.Category.{v₂, u₂} K] →
            [inst_3 : CategoryTheory.Limits.HasColimitsOfShape J C] →
              (F : CategoryTheory.Functor K (CategoryTheory.Functor J C)) →
                CategoryTheory.Limits.colimit F.flip ≅ F.comp CategoryTheory.Limits.colim

A variant of colimitIsoFlipCompColim where the arguments of F are flipped.

Defined in
Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
Cited by
4 results in Mathlib
Foundations
Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasColimitsOfShape

Around this declaration

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

CategoryTheory.Limits.colimitLimitIso · cited by 7Limits.colimitLimitIsoCategoryTheory.Limits.colimCompFlipIsoWhiskerColim · cited by 2Limits.colimCompFlipIsoWh…CategoryTheory.Limits.ι_colimitLimitIso_limit_π · cited by 1Limits.ι_colimitLimitIso_…CategoryTheory.Limits.colimitFlipIsoCompColim_inv_app · cited by 0Limits.colimitFlipIsoComp…CategoryTheory.Limits.isIndObject_limit_comp_yoneda_comp_colim · cited by 0Limits.isIndObject_limit_…CategoryTheory.Limits.colimitFlipIsoCompColim_hom_app · cited by 0Limits.colimitFlipIsoComp…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.Iso.trans · cited by 566Iso.transCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Functor.flip · cited by 320Functor.flipCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Limits.colim · cited by 89Limits.colimCategoryTheory.Limits.HasColimit.isoOfNatIso · cited by 56HasColimit.isoOfNatIsoCategoryTheory.Limits.colimitObjIsoColimitCompEvaluation · cited by 29Limits.colimitObjIsoColim…CategoryTheory.flipCompEvaluation · cited by 12CategoryTheory.flipCompEv…Limits.colimitFlipIsoCompColimCITED BYCITES

Cites14

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

Cited by6

Results whose statement or proof uses this declaration.