Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.IsLimit.ofConeEquiv

{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} →
              {D : Type u₄} →
                [inst_3 : CategoryTheory.Category.{v₄, u₄} D] →
                  {G : CategoryTheory.Functor K D} →
                    (h : CategoryTheory.Limits.Cone G ≌ CategoryTheory.Limits.Cone F) →
                      {c : CategoryTheory.Limits.Cone G} →
                        CategoryTheory.Limits.IsLimit (h.functor.obj c) ≃ CategoryTheory.Limits.IsLimit c

Given two functors which have equivalent categories of cones, we can transport a limiting cone across the equivalence.

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

Around this declaration

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

CategoryTheory.Limits.IsLimit.postcomposeHomEquiv · cited by 14IsLimit.postcomposeHomEqu…CategoryTheory.Functor.Initial.isLimitWhiskerEquiv · cited by 8Initial.isLimitWhiskerEqu…CategoryTheory.WithTerminal.isLimitEquiv · cited by 3WithTerminal.isLimitEquivTopCat.Presheaf.SheafConditionPairwiseIntersections.isLimitMapConeOfIsLimitSheafConditionFork · cited by 1SheafConditionPairwiseInt…TopCat.Presheaf.SheafConditionPairwiseIntersections.isLimitSheafConditionForkOfIsLimitMapCone · cited by 1SheafConditionPairwiseInt…CategoryTheory.Functor.Initial.isLimitExtendConeEquiv · cited by 1Initial.isLimitExtendCone…CategoryTheory.Limits.IsLimit.ofConeEquiv_apply_lift · cited by 1IsLimit.ofConeEquiv_apply…CategoryTheory.Limits.IsLimit.ofConeEquiv_symm_apply_lift · cited by 1IsLimit.ofConeEquiv_symm_…CategoryTheory.PreOneHypercover.isLimitMultiforkEquivIsLimitFork · cited by 0PreOneHypercover.isLimitM…CategoryTheory.Limits.IsLimit.ofConeEquiv_apply_desc · cited by 0IsLimit.ofConeEquiv_apply…CategoryTheory.Limits.IsLimit.ofConeEquiv_symm_apply_desc · cited by 0IsLimit.ofConeEquiv_symm_…CategoryTheory.equivalenceReflectsNormalMono · cited by 0CategoryTheory.equivalenc…CategoryTheory.PreOneHypercover.isLimitSigmaOfIsColimitEquiv · cited by 0PreOneHypercover.isLimitS…FundamentalGroupoidFunctor.preservesProduct · cited by 0FundamentalGroupoidFuncto…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Equivalence.unitIso · cited by 536Equivalence.unitIsoCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Equivalence.symm · cited by 195Equivalence.symmCategoryTheory.Equivalence.toAdjunction · cited by 60Equivalence.toAdjunctionCategoryTheory.Limits.IsLimit.ofIsoLimit · cited by 39IsLimit.ofIsoLimitCategoryTheory.Limits.IsLimit.ofRightAdjoint · cited by 2IsLimit.ofRightAdjointIsLimit.ofConeEquivCITED BYCITES

Cites15

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

Cited by14

Results whose statement or proof uses this declaration.