Theorems · Theorem · category theory
CategoryTheory.Limits.isIndObject_limit_comp_yoneda_comp_colim
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {I : Type v} [inst_1 : CategoryTheory.SmallCategory I]
[CategoryTheory.IsFiltered I] {J : Type} [inst_3 : CategoryTheory.SmallCategory J] [CategoryTheory.FinCategory J]
(F : CategoryTheory.Functor J (CategoryTheory.Functor I C)),
(∀ (i : I),
CategoryTheory.Limits.IsIndObject (CategoryTheory.Limits.limit ((F.flip.obj i).comp CategoryTheory.yoneda))) →
CategoryTheory.Limits.IsIndObject
(CategoryTheory.Limits.limit
(F.comp
(((CategoryTheory.Functor.whiskeringRight I C (CategoryTheory.Functor Cᵒᵖ (Type v))).obj
CategoryTheory.yoneda).comp
CategoryTheory.Limits.colim)))Suppose F : J ⥤ I ⥤ C is a finite diagram in the functor category I ⥤ C, where I is small
and filtered. If i : I, we can apply the Yoneda embedding to F(·, i) to obtain a
diagram of presheaves J ⥤ Cᵒᵖ ⥤ Type v. Suppose that the limits of this diagram is always an
ind-object.
For j : J we can apply the Yoneda embedding to F(j, ·) and take colimits to obtain a finite
diagram J ⥤ Cᵒᵖ ⥤ Type v (which is actually a diagram J ⥤ Ind C). The theorem states that
the limit of this diagram is an ind-object.
This theorem will be used to construct equalizers in the category of ind-objects. It can be
interpreted as saying that ind-objects are closed under finite limits as long as the diagram
we are taking the limit of comes from a diagram in a functor category I ⥤ C. We will show (TODO)
that this is the case for any parallel pair of morphisms in Ind C and deduce that ind-objects
are closed under equalizers.
This is Proposition 6.1.16(i) in [Kashiwara2006].
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 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.Iso.homproof · cited by 7,684
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.SmallCategorystatement and proof · cited by 480
- CategoryTheory.yonedastatement and proof · cited by 351
- CategoryTheory.Limits.limitstatement and proof · cited by 346
- CategoryTheory.Functor.flipstatement and proof · cited by 320
- CategoryTheory.Functor.whiskeringRightstatement and proof · cited by 221
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.