LeanCat / CAT_statement /S_0022.lean
scicraft's picture
Upload folder using huggingface_hub
916823d verified
import Mathlib
open CategoryTheory
variable {C : Type u} [Category.{v} C] {D : Type u} [Category.{v} D]
theorem isLeftAdjoint_iff_yoneda_comp_op_isRepresentable (F : CD) :
F.IsLeftAdjoint ↔ ∀ (d : D), (F.opyoneda.obj d).IsRepresentable := by
sorry