Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.colimitHomIsoLimitYoneda

{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.Limits.HasLimitsOfShape Iᵒᵖ (Type u₂)] →
              (A : C) →
                (CategoryTheory.Limits.colimit F ⟶ A) ≅
                  CategoryTheory.Limits.limit (F.op.comp (CategoryTheory.yoneda.obj A))

Hom is cocontinuous: homomorphisms from a colimit is the limit over yoneda of the diagram.

Defined in
Mathlib.CategoryTheory.Limits.IndYoneda
Cited by
7 results in Mathlib
Foundations
Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasColimitCategoryTheory.Limits.HasLimitsOfShape

Around this declaration

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

CategoryTheory.Limits.colimitHomIsoLimitYoneda_hom_comp_π · cited by 4Limits.colimitHomIsoLimit…CategoryTheory.Limits.colimitHomIsoLimitYoneda_inv_comp_π · cited by 1Limits.colimitHomIsoLimit…CategoryTheory.Limits.colimitCoyonedaHomIsoLimit · cited by 1Limits.colimitCoyonedaHom…CategoryTheory.Limits.colimitCoyonedaHomIsoLimit_π_apply · cited by 1Limits.colimitCoyonedaHom…CategoryTheory.Limits.colimitYonedaHomIsoLimit · cited by 1Limits.colimitYonedaHomIs…CategoryTheory.Limits.colimitYonedaHomIsoLimit_π_apply · cited by 1Limits.colimitYonedaHomIs…CategoryTheory.Limits.colimitHomIsoLimitYoneda_hom_comp_π_assoc · cited by 0Limits.colimitHomIsoLimit…CategoryTheory.Limits.colimitHomIsoLimitYoneda_inv_comp_π_assoc · cited by 0Limits.colimitHomIsoLimit…CategoryTheory.Limits.colimitHomIsoLimitYoneda.congr_simp · cited by 0colimitHomIsoLimitYoneda.…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.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.trans · cited by 566Iso.transCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.yoneda · cited by 351CategoryTheory.yonedaCategoryTheory.Limits.limit · cited by 346Limits.limitCategoryTheory.Limits.HasColimit · cited by 307Limits.HasColimitCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Limits.HasLimitsOfShape · cited by 223Limits.HasLimitsOfShapeLimits.colimitHomIsoLimitYone…CITED BYCITES

Cites18

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

Cited by9

Results whose statement or proof uses this declaration.