Documentation

Mathlib.CategoryTheory.Limits.Indization.Products

Ind-objects are closed under products #

We show that if C admits products indexed by α, then IsIndObject is closed under taking products in Cᵒᵖ ⥤ Type v indexed by α. This will imply that the functor Ind C ⥤ Cᵒᵖ ⥤ Type v creates products indexed by α and that the functor C ⥤ Ind C preserves them.

References #

theorem CategoryTheory.Limits.isIndObject_pi {C : Type u} [Category.{v, u} C] {α : Type v} (h : ∀ (g : αC), IsIndObject (∏ᶜ yoneda.obj g)) (f : αFunctor Cᵒᵖ (Type v)) (hf : ∀ (a : α), IsIndObject (f a)) :
theorem CategoryTheory.Limits.isIndObject_limit_of_discrete {C : Type u} [Category.{v, u} C] {α : Type v} (h : ∀ (g : αC), IsIndObject (∏ᶜ yoneda.obj g)) (F : Functor (Discrete α) (Functor Cᵒᵖ (Type v))) (hF : ∀ (a : Discrete α), IsIndObject (F.obj a)) :