LeanCat / CAT_statement /S_0031.lean
scicraft's picture
Upload folder using huggingface_hub
916823d verified
import Mathlib
open CategoryTheory
theorem not_reflective_and_coreflective (P : ObjectProperty (Type u))
(h : P.IsClosedUnderIsomorphisms) (hproper : ∃ X : Type u, ¬ P X) :
IsEmpty (Reflective P.ι) ∨ IsEmpty (Coreflective P.ι) := by
sorry