File size: 381 Bytes
916823d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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