Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Cone.equivalenceOfReindexing

{J : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} J] →
    {K : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} K] →
        {C : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
            {F : CategoryTheory.Functor J C} →
              {G : CategoryTheory.Functor K C} →
                (e : K ≌ J) → (e.functor.comp F ≅ G) → (CategoryTheory.Limits.Cone F ≌ CategoryTheory.Limits.Cone G)

The categories of cones over F and G are equivalent if F and G are naturally isomorphic (possibly after changing the indexing category by an equivalence).

Defined in
Mathlib.CategoryTheory.Limits.Cones
Cited by
6 results in Mathlib
Foundations
Depth 34 from the axioms · 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.Limits.IsLimit.conePointsIsoOfEquivalence · cited by 2IsLimit.conePointsIsoOfEq…CategoryTheory.Limits.Cones.equivalenceOfReindexing · cited by 0Cones.equivalenceOfReinde…CategoryTheory.Limits.Cone.equivalenceOfReindexing_counitIso · cited by 0Cone.equivalenceOfReindex…CategoryTheory.Limits.Cone.equivalenceOfReindexing_functor · cited by 0Cone.equivalenceOfReindex…CategoryTheory.Limits.Cone.equivalenceOfReindexing_inverse · cited by 0Cone.equivalenceOfReindex…CategoryTheory.Limits.Cone.equivalenceOfReindexing_unitIso · cited by 0Cone.equivalenceOfReindex…CategoryTheory.Limits.IsLimit.conePointsIsoOfEquivalence_hom · cited by 0IsLimit.conePointsIsoOfEq…CategoryTheory.Limits.IsLimit.conePointsIsoOfEquivalence_inv · cited by 0IsLimit.conePointsIsoOfEq…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Equivalence.trans · cited by 57Equivalence.transCategoryTheory.Limits.Cone.postcomposeEquivalence · cited by 12Cone.postcomposeEquivalen…CategoryTheory.Limits.Cone.whiskeringEquivalence · cited by 6Cone.whiskeringEquivalenceCone.equivalenceOfReindexingCITED BYCITES

Cites10

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

Cited by8

Results whose statement or proof uses this declaration.