Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.limMap

{J : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} J] →
    {C : Type u} →
      [inst_1 : CategoryTheory.Category.{v, u} C] →
        {F G : CategoryTheory.Functor J C} →
          [inst_2 : CategoryTheory.Limits.HasLimit F] →
            [inst_3 : CategoryTheory.Limits.HasLimit G] →
              (F ⟶ G) → (CategoryTheory.Limits.limit F ⟶ CategoryTheory.Limits.limit G)

Functoriality of limits. Usually this morphism should be accessed through lim.map, but may be needed separately when you have specified limits for the source and target functors, but not necessarily for all functors of shape J.

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

Around this declaration

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

CategoryTheory.Limits.prod.map · cited by 105prod.mapCategoryTheory.Limits.lim · cited by 70Limits.limCategoryTheory.Limits.Pi.map · cited by 39Pi.mapCategoryTheory.Limits.limMap_π · cited by 15Limits.limMap_πCategoryTheory.Functor.weightedLimObjMap · cited by 5Functor.weightedLimObjMapPresheafOfModules.limitPresheafOfModules · cited by 4PresheafOfModules.limitPr…CategoryTheory.Limits.limMap_π_apply · cited by 4Limits.limMap_π_applyHomologicalComplex.coneOfHasLimitEval · cited by 3HomologicalComplex.coneOf…CategoryTheory.Limits.limit_map_limitObjIsoLimitCompEvaluation_hom · cited by 2Limits.limit_map_limitObj…CategoryTheory.Limits.Cone.isLimitOfIsIsoLimMapπ · cited by 1Cone.isLimitOfIsIsoLimMapπCategoryTheory.Limits.IsLimit.pushoutOfHasExactLimitsOfShape · cited by 1IsLimit.pushoutOfHasExact…CategoryTheory.Limits.limitObjIsoLimitCompEvaluation_inv_limit_map · cited by 1Limits.limitObjIsoLimitCo…CategoryTheory.HasExactLimitsOfShape.domain_of_functor · cited by 1HasExactLimitsOfShape.dom…CategoryTheory.Limits.IsLimit.isIso_limMap_π · cited by 1IsLimit.isIso_limMap_πCategoryTheory.MorphismProperty.limMap · cited by 1MorphismProperty.limMapCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Limits.limit · cited by 346Limits.limitCategoryTheory.Limits.HasLimit · cited by 226Limits.HasLimitCategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.limit.cone · cited by 97limit.coneCategoryTheory.Limits.IsLimit.map · cited by 9IsLimit.mapLimits.limMapCITED BYCITES

Cites8

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

Cited by38

Results whose statement or proof uses this declaration.