Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Cocone.extInv

{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), c.ι.app j = CategoryTheory.CategoryStruct.comp (c'.ι.app j) φ.inv)
                  CategoryTheory.Limits.Cocone.extInv._auto_1 →
                (c ≅ c')

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

Defined in
Mathlib.CategoryTheory.Limits.Cones
Cited by
11 results in Mathlib
Foundations
Depth 29 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.Cocone.ext · cited by 41Cocone.extCategoryTheory.Limits.Cocone.precomposeEquivalence · cited by 11Cocone.precomposeEquivale…CategoryTheory.Limits.Cocone.whiskeringEquivalence · cited by 6Cocone.whiskeringEquivale…CategoryTheory.Limits.Cocone.functorialityEquivalence · cited by 4Cocone.functorialityEquiv…CategoryTheory.Functor.mapCoconeWhisker · cited by 3Functor.mapCoconeWhiskerCategoryTheory.Limits.Cocone.eta · cited by 3Cocone.etaCategoryTheory.Functor.mapCoconeMapCocone · cited by 2Functor.mapCoconeMapCoconeCategoryTheory.Functor.mapCoconePrecompose · cited by 2Functor.mapCoconePrecompo…CategoryTheory.Functor.mapCoconePrecomposeEquivalenceFunctor · cited by 2Functor.mapCoconePrecompo…CategoryTheory.Limits.Cocone.precomposeComp · cited by 2Cocone.precomposeCompCategoryTheory.Limits.Cocone.extendComp · cited by 2Cocone.extendCompCategoryTheory.Limits.Cocone.precomposeId · cited by 2Cocone.precomposeIdCategoryTheory.Functor.functorialityCompPrecompose · cited by 2Functor.functorialityComp…CategoryTheory.Limits.Cocone.extendId · cited by 2Cocone.extendIdCategoryTheory.Limits.Cocone.functorialityEquivalence_counitIso · cited by 0Cocone.functorialityEquiv…CategoryTheory.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.inv · cited by 6514Iso.invCategoryTheory.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.ιCocone.extInvCITED BYCITES

Cites13

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

Cited by25

Results whose statement or proof uses this declaration.