Theorems · Definition · category theory
CategoryTheory.Functor.Initial.isLimitExtendConeEquiv
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(F : CategoryTheory.Functor C D) →
[inst_2 : F.Initial] →
{E : Type u₃} →
[inst_3 : CategoryTheory.Category.{v₃, u₃} E] →
{G : CategoryTheory.Functor D E} →
(t : CategoryTheory.Limits.Cone (F.comp G)) →
CategoryTheory.Limits.IsLimit (CategoryTheory.Functor.Initial.extendCone.obj t) ≃
CategoryTheory.Limits.IsLimit tWhen F is initial, and t : Cone (F ⋙ G),
extendCone.obj t is a limit cone exactly when t is.
- Defined in
- Mathlib.CategoryTheory.Limits.Final
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 43 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Equivstatement · cited by 8,337
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Limits.Conestatement and proof · cited by 710
- CategoryTheory.Limits.IsLimitstatement · cited by 664
- CategoryTheory.Functor.Initialstatement and proof · cited by 84
- CategoryTheory.Functor.Initial.extendConestatement · cited by 9
- CategoryTheory.Limits.IsLimit.ofConeEquivproof · cited by 5
- CategoryTheory.Functor.Initial.conesEquivproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.Initial.limitConeOfCompproof · cited by 3
- CategoryTheory.Functor.Initial.limitConeOfComp_isLimitstatement · cited by 0