Documentation

Mathlib.CategoryTheory.Limits.Indization.FilteredColimits

Ind-objects are closed under filtered colimits #

We show that if F : I ⥤ Cᵒᵖ ⥤ Type v is a functor such that I is small and filtered and F.obj i is an ind-object for all i, then colimit F is also an ind-object.

Our proof is a slight variant of the proof given in Kashiwara-Schapira.

References #

We start by stating the key interchange property exists_nonempty_limit_obj_of_isColimit. It consists of pulling out a colimit out of a hom functor and interchanging a filtered colimit with a finite limit.

(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.

Equations
  • One or more equations did not get rendered due to their size.
Instances For