Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.IsColimit.precomposeHomEquiv

{J : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} J] →
    {C : Type u₃} →
      [inst_1 : CategoryTheory.Category.{v₃, u₃} C] →
        {F G : CategoryTheory.Functor J C} →
          (α : F ≅ G) →
            (c : CategoryTheory.Limits.Cocone G) →
              CategoryTheory.Limits.IsColimit ((CategoryTheory.Limits.Cocone.precompose α.hom).obj c) ≃
                CategoryTheory.Limits.IsColimit c

A cocone precomposed with a natural isomorphism is a colimit cocone if and only if the original cocone is.

Defined in
Mathlib.CategoryTheory.Limits.IsLimit
Cited by
17 results in Mathlib
Foundations
Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.hasColimit_of_iso · cited by 16Limits.hasColimit_of_isoCategoryTheory.Limits.preservesColimit_of_iso_diagram · cited by 15Limits.preservesColimit_o…CategoryTheory.IsPushout.of_iso · cited by 10IsPushout.of_isoCategoryTheory.Limits.CokernelCofork.isColimitMapCoconeEquiv · cited by 7CokernelCofork.isColimitM…CategoryTheory.GradedObject.isColimitCofan₃MapBifunctorBifunctor₂₃MapObj · cited by 6GradedObject.isColimitCof…CategoryTheory.Limits.IsColimit.mapCoconeEquiv · cited by 5IsColimit.mapCoconeEquivCategoryTheory.GradedObject.isColimitCofan₃MapBifunctor₁₂BifunctorMapObj · cited by 5GradedObject.isColimitCof…CategoryTheory.Limits.isColimitMapCoconePushoutCoconeEquiv · cited by 5Limits.isColimitMapCocone…CategoryTheory.Limits.ColimitPresentation.changeDiag · cited by 3ColimitPresentation.chang…CategoryTheory.Limits.PushoutCocone.isColimitEquivIsLimitUnop · cited by 3PushoutCocone.isColimitEq…CategoryTheory.Limits.PushoutCocone.isColimitMapCoconeEquiv · cited by 3PushoutCocone.isColimitMa…CategoryTheory.Presheaf.isColimitTautologicalCocone · cited by 2Presheaf.isColimitTautolo…CategoryTheory.IsVanKampenColimit.map_reflective · cited by 2IsVanKampenColimit.map_re…CategoryTheory.Limits.Bicone.whiskerIsBilimitIff · cited by 2Bicone.whiskerIsBilimitIffCategoryTheory.Limits.ReflexiveCofork.isColimitEquiv · cited by 2ReflexiveCofork.isColimit…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Limits.Cocone.precompose · cited by 87Cocone.precomposeCategoryTheory.Limits.IsColimit.precomposeInvEquiv · cited by 10IsColimit.precomposeInvEq…IsColimit.precomposeHomEquivCITED BYCITES

Cites11

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

Cited by40

Results whose statement or proof uses this declaration.