LeanCat / CAT_statement /S_0046.lean
scicraft's picture
Upload folder using huggingface_hub
916823d verified
import Mathlib
open CategoryTheory Limits
variable {C : Type u} [SmallCategory C]
variable {D : Type u} [SmallCategory D]
variable (F G : CD)
def homIntegrandBifunctor : Cᵒᵖ × CType u :=
(Functor.prod F.op G)(Functor.hom D)
theorem natTransIsoEnd :
Nonempty (NatTrans F Gend_ (curryObj (homIntegrandBifunctor F G))) := by
sorry