Theorems · Definition · category theory
CategoryTheory.Limits.colimitYonedaHomIsoLimit
{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.unop.comp CategoryTheory.yoneda)] →
[inst_3 : CategoryTheory.Limits.HasLimitsOfShape Iᵒᵖ (Type (max u₁ u₂))] →
(CategoryTheory.Limits.colimit (D.unop.comp CategoryTheory.yoneda) ⟶ F) ≅
CategoryTheory.Limits.limit (D.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
- 1 results in Mathlib
- Foundations
- Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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.Iso.transproof · cited by 566
- 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 by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.colimitYonedaHomIsoLimitOpproof · cited by 2
- CategoryTheory.Limits.colimitYonedaHomIsoLimit_π_applystatement · cited by 1