Theorems · Definition · category theory
CategoryTheory.Functor.isLimitConeOfIsRightKanExtension
{C : Type u_1} →
{H : Type u_3} →
{D : Type u_4} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[inst_1 : CategoryTheory.Category.{v_3, u_3} H] →
[inst_2 : CategoryTheory.Category.{v_4, u_4} D] →
(F' : CategoryTheory.Functor D H) →
{L : CategoryTheory.Functor C D} →
{F : CategoryTheory.Functor C H} →
(α : L.comp F' ⟶ F) →
[inst_3 : F'.IsRightKanExtension α] →
{c : CategoryTheory.Limits.Cone F} →
CategoryTheory.Limits.IsLimit c →
CategoryTheory.Limits.IsLimit (F'.coneOfIsRightKanExtension α c)If c is a limit cone for a functor F : C ⥤ H and α : L ⋙ F' ⟶ F is the counit of any
right Kan extension F' : D ⥤ H of F along L : C ⥤ D, then coneOfIsRightKanExtension α c is
a limit cone, too.
- 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.
Cites12
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Limits.Conestatement and proof · cited by 710
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
- CategoryTheory.Limits.Cone.πproof · cited by 500
- CategoryTheory.Functor.whiskerLeftproof · cited by 496
- CategoryTheory.Limits.IsLimit.liftproof · cited by 167
- CategoryTheory.Functor.IsRightKanExtensionstatement and proof · cited by 46
- CategoryTheory.Functor.coneOfIsRightKanExtensionstatement · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.limitIsoOfIsRightKanExtensionproof · cited by 7
- CategoryTheory.Functor.limitIsoOfIsRightKanExtension_inv_πproof · cited by 2
- CategoryTheory.Functor.isLimitConeOfIsRightKanExtension_liftstatement and proof · cited by 0