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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Equivalence.functorstatement and proof · cited by 1,268
- CategoryTheory.Equivalencestatement and proof · cited by 601
- CategoryTheory.Limits.limitstatement · cited by 346
- CategoryTheory.Limits.HasLimitstatement and proof · cited by 226
- CategoryTheory.Limits.limit.isLimitproof · cited by 146
- CategoryTheory.Limits.IsLimit.conePointsIsoOfEquivalenceproof · cited by 2
Cited by11
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.HasLimit.isoOfEquivalence_hom_πstatement · cited by 4
- CategoryTheory.Limits.Pi.reindexproof · cited by 4
- CategoryTheory.Limits.limitFlipCompLimIsoLimitCompLimproof · cited by 4
- CategoryTheory.Limits.HasLimit.isoOfEquivalence_inv_πstatement · cited by 3
- CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLimproof · cited by 2
- CategoryTheory.Limits.limitFlipCompLimIsoLimitCompLim_hom_π_πproof · cited by 1
- CategoryTheory.Limits.limitFlipCompLimIsoLimitCompLim_inv_π_πproof · cited by 1
- CategoryTheory.Limits.HasLimit.isoOfEquivalence_hom_π_assocstatement and proof · cited by 0
- CategoryTheory.Limits.HasLimit.isoOfEquivalence_inv_π_assocstatement and proof · cited by 0
- CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim_hom_π_πproof · cited by 0
- CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim_inv_π_πproof · cited by 0