Theorems · Definition · category theory
CategoryTheory.Limits.IndizationClosedUnderFilteredColimitsAux.compYonedaColimitIsoColimitCompYoneda
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{I : Type v} →
[inst_1 : CategoryTheory.SmallCategory I] →
(F : CategoryTheory.Functor I (CategoryTheory.Functor Cᵒᵖ (Type v))) →
{J : Type v} →
[inst_2 : CategoryTheory.SmallCategory J] →
(G :
CategoryTheory.Functor J
(CategoryTheory.CostructuredArrow CategoryTheory.yoneda (CategoryTheory.Limits.colimit F))) →
{K : Type v} →
[inst_3 : CategoryTheory.SmallCategory K] →
(H : CategoryTheory.Functor K (CategoryTheory.Over (CategoryTheory.Limits.colimit F))) →
(G.op.comp
(CategoryTheory.CostructuredArrow.toOver CategoryTheory.yoneda
(CategoryTheory.Limits.colimit F)).op).comp
(CategoryTheory.yoneda.obj (CategoryTheory.Limits.colimit H)) ≅
CategoryTheory.Limits.colimit
(H.comp
(CategoryTheory.yoneda.comp
((CategoryTheory.Functor.whiskeringLeft Jᵒᵖ
(CategoryTheory.Over (CategoryTheory.Limits.colimit F))ᵒᵖ (Type (max u v))).obj
(G.op.comp
(CategoryTheory.CostructuredArrow.toOver CategoryTheory.yoneda
(CategoryTheory.Limits.colimit F)).op))))(implementation) Pulling out a colimit out of a hom functor is one half of the key lemma. Note
that all of the heavy lifting actually happens in CostructuredArrow.toOverCompYonedaColimit
and yonedaYonedaColimit.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- 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.Iso.symmproof · cited by 993
- CategoryTheory.Overstatement and proof · cited by 935
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.CostructuredArrowstatement and proof · cited by 536
- CategoryTheory.SmallCategorystatement and proof · cited by 480
Cited by1
Results whose statement or proof uses this declaration.