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
.
For a small filtered category I
, we also define Ind.lim I : (I ⥤ C) ⥤ Ind C
and show that
it preserves finite limits and finite colimits.
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 [Kashiwara2006], we show the following properties:
Limits:
- If
C
has products indexed byα
, thenInd C
has products indexed byα
, and the functorInd C ⥤ Cᵒᵖ ⥤ Type v
creates such products (6.1.17), - if
C
has equalizers, thenInd C
has equalizers, and the functorInd C ⥤ Cᵒᵖ ⥤ Type v
creates them (6.1.17) - if
C
has small limits (resp. finite limits), thenInd C
has small limits (resp. finite limits) and the functorInd C ⥤ Cᵒᵖ ⥤ Type v
creates them (6.1.17), - the functor
C ⥤ Ind C
preserves small limits (6.1.17).
Colimits:
Ind C
has filtered colimits (6.1.8), and the functorInd C ⥤ Cᵒᵖ ⥤ Type v
preserves filtered colimits,- 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)), - if
C
has coequalizers, thenInd C
has coequalizers (6.1.18(i)), - if
C
has finite colimits, thenInd C
has small colimits (6.1.18(iii)). C ⥤ Ind C
preserves finite colimits (6.1.6),
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 #
- [M. Kashiwara, P. Schapira, Categories and Sheaves][Kashiwara2006], Chapter 6
The category of Ind-objects of C
.
Equations
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
Instances For
The canonical inclusion of ind-objects into presheaves.
Equations
Instances For
The functor Ind C ⥤ Cᵒᵖ ⥤ Type v
is fully faithful.
Equations
Instances For
The functor C ⥤ Ind C
is fully faithful.
Equations
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.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Pick a presentation of an ind-object X
using choice.
Equations
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.
Instances For
This is the functor (I ⥤ C) ⥤ Ind C
that sends a functor F
to colim (Y ∘ F)
, where Y
is the Yoneda embedding. It is known as "ind-lim" and denoted “colim”
in [Kashiwara2006].
Equations
Instances For
Computing ind-lims in Ind C
is the same as computing them in Cᵒᵖ ⥤ Type v
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given an IndParallelPairPresentation f g
, we can understand the parallel pair (f, g)
as
the colimit of (P.φ, P.ψ)
in Ind C
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A way to understand morphisms in Ind C
: every morphism is induced by a natural transformation
of diagrams.
For small finitely cocomplete categories C : Type u
, the category of Ind-objects Ind C
is
equivalent to the category of left-exact functors Cᵒᵖ ⥤ Type u