Theorems · Definition · category theory
CategoryTheory.Limits.colimitYonedaHomIsoLimitOp
{C : Type u₁} →
[inst : CategoryTheory.Category.{u₂, u₁} C] →
{I : Type v₁} →
[inst_1 : CategoryTheory.Category.{v₂, v₁} I] →
(D : CategoryTheory.Functor I C) →
(F : CategoryTheory.Functor Cᵒᵖ (Type u₂)) →
[inst_2 : CategoryTheory.Limits.HasColimit (D.comp CategoryTheory.yoneda)] →
[inst_3 : CategoryTheory.Limits.HasLimitsOfShape Iᵒᵖ (Type (max u₁ u₂))] →
(CategoryTheory.Limits.colimit (D.comp CategoryTheory.yoneda) ⟶ F) ≅
CategoryTheory.Limits.limit (D.op.comp (F.comp CategoryTheory.uliftFunctor.{u₁, u₂}))Ind-Yoneda lemma: morphisms from colimit of yoneda of diagram D to F is limit of F
evaluated at D. This version is for covariant diagrams, see colimitYonedaHomIsoLimit' for a
contravariant version.
- Defined in
- Mathlib.CategoryTheory.Limits.IndYoneda
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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 · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Functor.opstatement and proof · cited by 997
- CategoryTheory.Limits.colimitstatement · cited by 453
- CategoryTheory.yonedastatement and proof · cited by 351
- CategoryTheory.Limits.limitstatement · cited by 346
- CategoryTheory.Limits.HasColimitstatement and proof · cited by 307
- CategoryTheory.Limits.HasLimitsOfShapestatement and proof · cited by 223
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.colimitYonedaHomEquivproof · cited by 1
- CategoryTheory.Limits.colimitYonedaHomIsoLimitOp_π_applystatement · cited by 1
- CategoryTheory.colimitYonedaHomEquiv_π_applyproof · cited by 0