LeanCat / CAT_statement /S_0026.lean
scicraft's picture
Upload folder using huggingface_hub
916823d verified
import Mathlib
open CategoryTheory Functor
variable {C : Type u} [Category.{v} C] {D : Type u} [Category.{v} D]
variable {F : CD} {G : DC} {H : CD}
theorem fullyFaithful_iff_of_adjoints (hFG : FG) (hGH : GH) :
(F.FullF.Faithful)(H.FullH.Faithful) := by
sorry