Filtered categories and limits #
In this file , we show that C
is filtered if and only if for every functor F : J ⥤ C
from a
finite category there is some X : C
such that lim Hom(F·, X)
is nonempty.
Furthermore, we define the type classes HasCofilteredLimitsOfSize
and HasFilteredColimitsOfSize
.
C
is filtered if and only if for every functor F : J ⥤ C
from a finite category there is
some X : C
such that lim Hom(F·, X)
is nonempty.
Lemma 3.1.2 of [KS06]
C
is cofiltered if and only if for every functor F : J ⥤ C
from a finite category there is
some X : C
such that lim Hom(X, F·)
is nonempty.
Class for having all cofiltered limits of a given size.
- HasLimitsOfShape : ∀ (I : Type w) [inst : CategoryTheory.Category.{w', w} I] [inst_1 : CategoryTheory.IsCofiltered I], CategoryTheory.Limits.HasLimitsOfShape I C
For all filtered types of size
w
, we have limits
Instances
For all filtered types of size w
, we have limits
Class for having all filtered colimits of a given size.
- HasColimitsOfShape : ∀ (I : Type w) [inst : CategoryTheory.Category.{w', w} I] [inst_1 : CategoryTheory.IsFiltered I], CategoryTheory.Limits.HasColimitsOfShape I C
For all filtered types of a size
w
, we have colimits
Instances
For all filtered types of a size w
, we have colimits
Class for having cofiltered limits.
Equations
Instances For
Class for having filtered colimits.
Equations
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯