Mathlib Map

Theorems · Definition · category theory

CategoryTheory.preservesLimitIso

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (G : CategoryTheory.Functor C D) →
          {J : Type w} →
            [inst_2 : CategoryTheory.Category.{w', w} J] →
              (F : CategoryTheory.Functor J C) →
                [inst_3 : CategoryTheory.Limits.PreservesLimit F G] →
                  [inst_4 : CategoryTheory.Limits.HasLimit F] →
                    G.obj (CategoryTheory.Limits.limit F) ≅ CategoryTheory.Limits.limit (F.comp G)

If G preserves limits, we have an isomorphism from the image of the limit of a functor F to the limit of the functor F ⋙ G.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Limits
Cited by
23 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.PreservesLimitCategoryTheory.Limits.HasLimit

Around this declaration

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

CategoryTheory.Limits.limitObjIsoLimitCompEvaluation · cited by 36Limits.limitObjIsoLimitCo…CategoryTheory.preservesLimitIso_hom_π · cited by 8CategoryTheory.preservesL…CategoryTheory.Limits.limitObjIsoLimitCompEvaluation_inv_π_app · cited by 6Limits.limitObjIsoLimitCo…CategoryTheory.preservesLimitNatIso · cited by 6CategoryTheory.preservesL…CategoryTheory.Limits.coyonedaOpColimitIsoLimitCoyoneda · cited by 5Limits.coyonedaOpColimitI…CategoryTheory.Limits.coyonedaOpColimitIsoLimitCoyoneda' · cited by 5Limits.coyonedaOpColimitI…CategoryTheory.CategoryOfElements.CreatesLimitsAux.liftedConeElement · cited by 5CreatesLimitsAux.liftedCo…CategoryTheory.limitCompWhiskeringRightIsoLimitComp · cited by 4CategoryTheory.limitCompW…PresheafOfModules.limitPresheafOfModules · cited by 4PresheafOfModules.limitPr…CategoryTheory.Limits.fiberwiseColimitLimitIso · cited by 3Limits.fiberwiseColimitLi…CategoryTheory.Limits.coyonedaOpColimitIsoLimitCoyoneda'_hom_comp_π · cited by 3Limits.coyonedaOpColimitI…CategoryTheory.Limits.coyonedaOpColimitIsoLimitCoyoneda_hom_comp_π · cited by 3Limits.coyonedaOpColimitI…CategoryTheory.preservesLimitIso_inv_π · cited by 3CategoryTheory.preservesL…CategoryTheory.lift_comp_preservesLimitIso_hom · cited by 2CategoryTheory.lift_comp_…CategoryTheory.Functor.relativelyRepresentable.of_diag · cited by 1relativelyRepresentable.o…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.limit · cited by 346Limits.limitCategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.Limits.HasLimit · cited by 226Limits.HasLimitCategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.isLimitOfPreserves · cited by 76Limits.isLimitOfPreservesCategoryTheory.Limits.IsLimit.conePointUniqueUpToIso · cited by 57IsLimit.conePointUniqueUp…CategoryTheory.preservesLimit…CITED BYCITES

Cites11

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

Cited by33

Results whose statement or proof uses this declaration.