Theorems · Definition · category theory
CategoryTheory.Limits.colimitCoyonedaHomIsoLimit
{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.rightOp.comp CategoryTheory.coyoneda)] →
[inst_3 : CategoryTheory.Limits.HasLimitsOfShape Iᵒᵖ (Type (max u₁ u₂))] →
(CategoryTheory.Limits.colimit (D.rightOp.comp CategoryTheory.coyoneda) ⟶ F) ≅
CategoryTheory.Limits.limit (D.comp (F.comp CategoryTheory.uliftFunctor.{u₁, u₂}))Pro-Coyoneda lemma: morphisms from colimit of coyoneda of diagram D to F is limit
of F evaluated at D. This variant is for contravariant diagrams, see
colimitCoyonedaHomIsoLimit' for a covariant 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.Limits.limitstatement · cited by 346
- CategoryTheory.Limits.HasColimitstatement and proof · cited by 307
- CategoryTheory.Limits.HasLimitsOfShapestatement and proof · cited by 223
- CategoryTheory.Functor.rightOpstatement and proof · cited by 214
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.colimitCoyonedaHomIsoLimitLeftOpproof · cited by 1
- CategoryTheory.Limits.colimitCoyonedaHomIsoLimit_π_applystatement · cited by 1