Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Cocone.ext

{J : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} J] →
    {C : Type u₃} →
      [inst_1 : CategoryTheory.Category.{v₃, u₃} C] →
        {F : CategoryTheory.Functor J C} →
          {c c' : CategoryTheory.Limits.Cocone F} →
            (φ : c.pt ≅ c'.pt) →
              autoParam (∀ (j : J), CategoryTheory.CategoryStruct.comp (c.ι.app j) φ.hom = c'.ι.app j)
                  CategoryTheory.Limits.Cocone.ext._auto_1 →
                (c ≅ c')

To give an isomorphism between cocones, it suffices to give an isomorphism between their vertices which commutes with the cocone maps.

Defined in
Mathlib.CategoryTheory.Limits.Cones
Cited by
41 results in Mathlib
Foundations
Depth 30 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.coproductIsCoproduct · cited by 31Limits.coproductIsCoprodu…CategoryTheory.WithInitial.coconeEquiv · cited by 16WithInitial.coconeEquivCategoryTheory.Limits.preservesColimit_of_iso_diagram · cited by 15Limits.preservesColimit_o…SSet.relativeCellComplexOfMono · cited by 14SSet.relativeCellComplexO…CategoryTheory.Limits.coprodIsCoprod · cited by 11Limits.coprodIsCoprodCategoryTheory.Limits.CokernelCofork.isColimitMapCoconeEquiv · cited by 7CokernelCofork.isColimitM…CategoryTheory.Limits.preservesColimitsOfShape_of_equiv · cited by 7Limits.preservesColimitsO…CategoryTheory.GradedObject.isColimitCofan₃MapBifunctorBifunctor₂₃MapObj · cited by 6GradedObject.isColimitCof…CategoryTheory.Limits.IsColimit.tensor · cited by 6IsColimit.tensorCategoryTheory.Limits.ColimitPresentation.map · cited by 6ColimitPresentation.mapCategoryTheory.Limits.Cofan.ext · cited by 6Cofan.extCategoryTheory.Limits.PushoutCocone.isoMk · cited by 5PushoutCocone.isoMkCategoryTheory.GradedObject.isColimitCofan₃MapBifunctor₁₂BifunctorMapObj · cited by 5GradedObject.isColimitCof…CategoryTheory.Limits.isColimitMapCoconePushoutCoconeEquiv · cited by 5Limits.isColimitMapCocone…CategoryTheory.Limits.ColimitPresentation.ofIso · cited by 5ColimitPresentation.ofIsoCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Functor.const · cited by 1264Functor.constCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Limits.Cocone.ι · cited by 605Cocone.ιCategoryTheory.Limits.Cocone.extInv · cited by 11Cocone.extInvCocone.extCITED BYCITES

Cites13

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

Cited by114

Results whose statement or proof uses this declaration.