The category of Ind-objects #
We define the v
-category of Ind-objects of a category C
, called Ind C
, as well as the functors
Ind.yoneda : C ⥤ Ind C
and Ind.inclusion C : Ind C ⥤ Cᵒᵖ ⥤ Type v
.
This file will mainly collect results about ind-objects (stated in terms of IsIndObject
) and
reinterpret them in terms of Ind C
.
Adopting the theorem numbering of [KS06], we show that
Ind C
has filtered colimits (6.1.8),Ind C ⥤ Cᵒᵖ ⥤ Type v
creates filtered colimits (6.1.8),C ⥤ Ind C
preserves finite colimits (6.1.6),- if
C
has coproducts indexed by a finite typeα
, thenInd C
has coproducts indexed byα
(6.1.18(ii)), - if
C
has finite coproducts, thenInd C
has small coproducts (6.1.18(ii)).
More limit-colimit properties will follow.
Note that:
- the functor
Ind C ⥤ Cᵒᵖ ⥤ Type v
does not preserve any kind of colimit in general except for filtered colimits and - the functor
C ⥤ Ind C
preserves finite colimits, but not infinite colimits in general.
References #
The category of Ind-objects of C
.
Equations
- CategoryTheory.Ind C = CategoryTheory.ShrinkHoms.{max ?u.15 (?u.16 + 1)} (CategoryTheory.FullSubcategory CategoryTheory.Limits.IsIndObject)
Instances For
Equations
- One or more equations did not get rendered due to their size.
The defining properties of Ind C
are that its morphisms live in v
and that it is equivalent
to the full subcategory of Cᵒᵖ ⥤ Type v
containing the ind-objects.
Equations
- CategoryTheory.Ind.equivalence C = (CategoryTheory.ShrinkHoms.equivalence (CategoryTheory.FullSubcategory CategoryTheory.Limits.IsIndObject)).symm
Instances For
The canonical inclusion of ind-objects into presheaves.
Equations
- CategoryTheory.Ind.inclusion C = (CategoryTheory.Ind.equivalence C).functor.comp (CategoryTheory.fullSubcategoryInclusion CategoryTheory.Limits.IsIndObject)
Instances For
The functor Ind C ⥤ Cᵒᵖ ⥤ Type v
is fully faithful.
Equations
- CategoryTheory.Ind.inclusion.fullyFaithful = CategoryTheory.Functor.FullyFaithful.ofFullyFaithful (CategoryTheory.Ind.inclusion C)
Instances For
The inclusion of C
into Ind C
induced by the Yoneda embedding.
Equations
- CategoryTheory.Ind.yoneda = (CategoryTheory.FullSubcategory.lift CategoryTheory.Limits.IsIndObject CategoryTheory.yoneda ⋯).comp (CategoryTheory.Ind.equivalence C).inverse
Instances For
The functor C ⥤ Ind C
is fully faithful.
Equations
- CategoryTheory.Ind.yoneda.fullyFaithful = CategoryTheory.Functor.FullyFaithful.ofFullyFaithful CategoryTheory.Ind.yoneda
Instances For
The composition C ⥤ Ind C ⥤ (Cᵒᵖ ⥤ Type v)
is just the Yoneda embedding.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Pick a presentation of an ind-object X
using choice.
Equations
- X.presentation = ⋯.presentation
Instances For
An ind-object X
is the colimit (in Ind C
!) of the filtered diagram presenting it.
Equations
- One or more equations did not get rendered due to their size.