Theorems · Definition · category theory
CategoryTheory.Limits.IsLimit.conePointsIsoOfEquivalence
{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} →
{s : CategoryTheory.Limits.Cone F} →
{G : CategoryTheory.Functor K C} →
{t : CategoryTheory.Limits.Cone G} →
CategoryTheory.Limits.IsLimit s →
CategoryTheory.Limits.IsLimit t → (e : J ≌ K) → (e.functor.comp G ≅ F) → (s.pt ≅ t.pt)We can prove two cone points (s : Cone F).pt and (t : Cone G).pt are isomorphic if
* both cones are limit cones
* their indexing categories are equivalent via some e : J ≌ K,
* the triangle of functors commutes up to a natural isomorphism: e.functor ⋙ G ≅ F.
This is the most general form of uniqueness of cone points,
allowing relabelling of both the indexing category (up to equivalence)
and the functor (up to natural isomorphism).
- Defined in
- Mathlib.CategoryTheory.Limits.IsLimit
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.Functor.objproof · cited by 19,642
- 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.Limits.Cone.ptstatement · cited by 1,298
- CategoryTheory.Equivalence.functorstatement and proof · cited by 1,268
- CategoryTheory.Equivalence.inverseproof · cited by 1,130
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Limits.Conestatement and proof · cited by 710
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
- CategoryTheory.Equivalencestatement and proof · cited by 601
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.HasLimit.isoOfEquivalenceproof · cited by 8
- CategoryTheory.Limits.IsLimit.conePointsIsoOfEquivalence_homstatement and proof · cited by 0
- CategoryTheory.Limits.IsLimit.conePointsIsoOfEquivalence_invstatement and proof · cited by 0