Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.IsLimit.conePointsIsoOfNatIso

{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} →
          {s : CategoryTheory.Limits.Cone F} →
            {t : CategoryTheory.Limits.Cone G} →
              CategoryTheory.Limits.IsLimit s → CategoryTheory.Limits.IsLimit t → (F ≅ G) → (s.pt ≅ t.pt)

The cone points of two limit cones for naturally isomorphic functors are themselves isomorphic.

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

Around this declaration

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

CategoryTheory.Limits.HasLimit.isoOfNatIso · cited by 41HasLimit.isoOfNatIsoCategoryTheory.Limits.IsLimit.lift_comp_conePointsIsoOfNatIso_hom · cited by 2IsLimit.lift_comp_conePoi…CategoryTheory.Limits.IsLimit.lift_comp_conePointsIsoOfNatIso_inv · cited by 2IsLimit.lift_comp_conePoi…CategoryTheory.Limits.IsLimit.conePointsIsoOfNatIso_hom · cited by 2IsLimit.conePointsIsoOfNa…CategoryTheory.Limits.IsLimit.conePointsIsoOfNatIso_hom_comp · cited by 2IsLimit.conePointsIsoOfNa…CategoryTheory.Limits.IsLimit.conePointsIsoOfNatIso_inv · cited by 2IsLimit.conePointsIsoOfNa…CategoryTheory.Limits.IsLimit.conePointsIsoOfNatIso_inv_comp · cited by 2IsLimit.conePointsIsoOfNa…TopCat.isSheaf_of_isLimit · cited by 1TopCat.isSheaf_of_isLimitCategoryTheory.extensiveTopology.surjective_of_isLocallySurjective_sheaf_of_types · cited by 1extensiveTopology.surject…CategoryTheory.Limits.IsLimit.lift_comp_conePointsIsoOfNatIso_hom_assoc · cited by 0IsLimit.lift_comp_conePoi…CategoryTheory.Limits.IsLimit.lift_comp_conePointsIsoOfNatIso_inv_assoc · cited by 0IsLimit.lift_comp_conePoi…CategoryTheory.Limits.IsLimit.conePointsIsoOfNatIso_hom_comp_assoc · cited by 0IsLimit.conePointsIsoOfNa…CategoryTheory.Limits.IsLimit.conePointsIsoOfNatIso_inv_comp_assoc · cited by 0IsLimit.conePointsIsoOfNa…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.IsLimit.map · cited by 9IsLimit.mapIsLimit.conePointsIsoOfNatIsoCITED BYCITES

Cites9

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

Cited by13

Results whose statement or proof uses this declaration.