LeanCat / CAT_statement /S_0030.lean
scicraft's picture
Upload folder using huggingface_hub
916823d verified
import Mathlib
open CategoryTheory Functor
universe u v
namespace CategoryTheory
open Category Adjunction
variable {C : Type u} {D : Type u} {E : Type u}
variable [Category.{v} C] [Category.{v} D] [Category.{v} E]
class Reflective2 (R : DC) extends R.Faithful where
L : CD
adj : LR
end CategoryTheory
theorem exists_not_reflective :
(E C D : Type u)
(_ : Category.{v} E) (_ : Category.{v} C) (_ : Category.{v} D) (i : CD)
(_ : Faithful i) (j : DE) (_ : Faithful j),
IsEmpty (Reflective2 i)Nonempty (Reflective2 (ij)) := by
sorry