:: deftheorem defines Hom CAT_7:def 1 :
for C being CategoryStr
for a, b being Object of C holds Hom (a,b) = { f where f is morphism of C : ex f1, f2 being morphism of C st
( a = f1 & b = f2 & f |> f1 & f2 |> f )
}
;