LeanCat / CAT_statement /S_0048.lean
scicraft's picture
Upload folder using huggingface_hub
916823d verified
import Mathlib
open CategoryTheory Limits
variable {C : Type u} [Category.{v} C] {D : Type u} [Category.{v} D]
theorem hasColimits_of_reflective (i : CD) [Reflective i] [HasColimits D] :
HasColimits C := by
sorry