Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.coyonedaOpColimitIsoLimitCoyoneda

{C : Type u₁} →
  [inst : CategoryTheory.Category.{u₂, u₁} C] →
    {I : Type v₁} →
      [inst_1 : CategoryTheory.Category.{v₂, v₁} I] →
        (F : CategoryTheory.Functor I C) →
          [inst_2 : CategoryTheory.Limits.HasColimit F] →
            CategoryTheory.coyoneda.obj (Opposite.op (CategoryTheory.Limits.colimit F)) ≅
              CategoryTheory.Limits.limit (F.op.comp CategoryTheory.coyoneda)

Hom is functorially cocontinuous: coyoneda of a colimit is the limit over coyoneda of the diagram.

Defined in
Mathlib.CategoryTheory.Limits.IndYoneda
Cited by
5 results in Mathlib
Foundations
Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasColimit

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Limits.colimitHomIsoLimitYoneda · cited by 7Limits.colimitHomIsoLimit…CategoryTheory.Limits.colimitHomIsoLimitYoneda_hom_comp_π · cited by 4Limits.colimitHomIsoLimit…CategoryTheory.Limits.coyonedaOpColimitIsoLimitCoyoneda_hom_comp_π · cited by 3Limits.coyonedaOpColimitI…CategoryTheory.Limits.coyonedaOpColimitIsoLimitCoyoneda_inv_comp_π · cited by 1Limits.coyonedaOpColimitI…CategoryTheory.Limits.coyonedaOpColimitIsoLimitCoyoneda_hom_comp_π_assoc · cited by 0Limits.coyonedaOpColimitI…CategoryTheory.Limits.coyonedaOpColimitIsoLimitCoyoneda_inv_comp_π_assoc · cited by 0Limits.coyonedaOpColimitI…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Limits.limit · cited by 346Limits.limitCategoryTheory.Limits.HasColimit · cited by 307Limits.HasColimitCategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.coyoneda · cited by 208CategoryTheory.coyonedaCategoryTheory.preservesLimitIso · cited by 23CategoryTheory.preservesL…Limits.coyonedaOpColimitIsoLi…CITED BYCITES

Cites16

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.