Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.HasLimit.isoOfEquivalence

{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} →
              [inst_3 : CategoryTheory.Limits.HasLimit F] →
                {G : CategoryTheory.Functor K C} →
                  [inst_4 : CategoryTheory.Limits.HasLimit G] →
                    (e : J ≌ K) →
                      (e.functor.comp G ≅ F) → (CategoryTheory.Limits.limit F ≅ CategoryTheory.Limits.limit G)

The limits of F : J ⥤ C and G : K ⥤ C are isomorphic, if there is an equivalence e : J ≌ K making the triangle commute up to natural isomorphism.

Defined in
Mathlib.CategoryTheory.Limits.HasLimits
Cited by
8 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasLimitCategoryTheory.Limits.HasLimit

Around this declaration

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

CategoryTheory.Limits.HasLimit.isoOfEquivalence_hom_π · cited by 4HasLimit.isoOfEquivalence…CategoryTheory.Limits.Pi.reindex · cited by 4Pi.reindexCategoryTheory.Limits.limitFlipCompLimIsoLimitCompLim · cited by 4Limits.limitFlipCompLimIs…CategoryTheory.Limits.HasLimit.isoOfEquivalence_inv_π · cited by 3HasLimit.isoOfEquivalence…CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim · cited by 2Limits.limitCurrySwapComp…CategoryTheory.Limits.limitFlipCompLimIsoLimitCompLim_hom_π_π · cited by 1Limits.limitFlipCompLimIs…CategoryTheory.Limits.limitFlipCompLimIsoLimitCompLim_inv_π_π · cited by 1Limits.limitFlipCompLimIs…CategoryTheory.Limits.HasLimit.isoOfEquivalence_hom_π_assoc · cited by 0HasLimit.isoOfEquivalence…CategoryTheory.Limits.HasLimit.isoOfEquivalence_inv_π_assoc · cited by 0HasLimit.isoOfEquivalence…CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim_hom_π_π · cited by 0Limits.limitCurrySwapComp…CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim_inv_π_π · cited by 0Limits.limitCurrySwapComp…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.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Limits.limit · cited by 346Limits.limitCategoryTheory.Limits.HasLimit · cited by 226Limits.HasLimitCategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.IsLimit.conePointsIsoOfEquivalence · cited by 2IsLimit.conePointsIsoOfEq…HasLimit.isoOfEquivalenceCITED BYCITES

Cites10

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

Cited by11

Results whose statement or proof uses this declaration.