Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.preservesLimit_of_iso_diagram

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  {J : Type w} [inst_2 : CategoryTheory.Category.{w', w} J] {K₁ K₂ : CategoryTheory.Functor J C}
  (F : CategoryTheory.Functor C D) (h : K₁ ≅ K₂) [CategoryTheory.Limits.PreservesLimit K₁ F],
  CategoryTheory.Limits.PreservesLimit K₂ F

Transfer preservation of limits along a natural isomorphism in the diagram.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Basic
Cited by
19 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.PreservesLimit

Around this declaration

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

CategoryTheory.Limits.PreservesFiniteProducts.of_preserves_binary_and_terminal · cited by 4PreservesFiniteProducts.o…CategoryTheory.Limits.preservesLimit_iff_of_iso_diagram · cited by 1Limits.preservesLimit_iff…CategoryTheory.leftAdjoint_preservesTerminal_of_reflective · cited by 1CategoryTheory.leftAdjoin…CategoryTheory.Limits.preservesLimitsOfShape_of_discrete · cited by 1Limits.preservesLimitsOfS…CategoryTheory.Limits.preservesLimitsOfShape_pempty_of_preservesTerminal · cited by 1Limits.preservesLimitsOfS…CategoryTheory.preservesBinaryProducts_of_exponentialIdeal · cited by 1CategoryTheory.preservesB…CategoryTheory.Enriched.HasConicalLimit.of_iso · cited by 1HasConicalLimit.of_isoCategoryTheory.Functor.preservesEqualizers_of_preservesKernels · cited by 1Functor.preservesEqualize…CategoryTheory.Presieve.isSheaf_iff_preservesFiniteProducts · cited by 1Presieve.isSheaf_iff_pres…CategoryTheory.ObjectProperty.SerreClassLocalization.preservesFiniteLimits_comp_iff · cited by 1SerreClassLocalization.pr…CategoryTheory.Limits.preservesBinaryProducts_of_isIso_prodComparison · cited by 0Limits.preservesBinaryPro…CategoryTheory.Limits.preservesBinaryProducts_of_preservesBinaryBiproducts · cited by 0Limits.preservesBinaryPro…CategoryTheory.Functor.PreservesRightHomologyOf.mk' · cited by 0PreservesRightHomologyOf.…CategoryTheory.Functor.preservesRightHomology_of_zero_f · cited by 0Functor.preservesRightHom…CategoryTheory.ObjectProperty.congr_preservesLimit · cited by 0ObjectProperty.congr_pres…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoEquiv.symm · cited by 3681Equiv.symmCategoryTheory.Category.id_comp · cited by 1998Category.id_compCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Functor.map_comp · cited by 734Functor.map_compCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Limits.Cone · cited by 710Limits.ConeLimits.preservesLimit_of_iso_…CITED BYCITES

Cites25

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

Cited by19

Results whose statement or proof uses this declaration.