LeanCat / CAT_statement /S_0019.lean
scicraft's picture
Upload folder using huggingface_hub
916823d verified
import Mathlib
open CategoryTheory Limits
variable {C : Type*} {D : Type*} [Category.{v} C] [Category.{v} D]
theorem functor_hasLeftAdjoint_iff_structuredArrow_hasInitial
(G : DC) :
G.IsRightAdjoint ↔ ∀ c : C, HasInitial (StructuredArrow c G) := by
sorry