defpred S1[ object , object ] means for f being Morphism of C st f = $1 holds
$2 = [[(Hom (a,(dom f))),(Hom (a,(cod f)))],(hom (a,f))];
set X = the carrier' of C;
set Y = Maps (Hom C);
A1:
for x being object st x in the carrier' of C holds
ex y being object st
( y in Maps (Hom C) & S1[x,y] )
consider h being Function such that
A2:
( dom h = the carrier' of C & rng h c= Maps (Hom C) )
and
A3:
for x being object st x in the carrier' of C holds
S1[x,h . x]
from FUNCT_1:sch 6(A1);
reconsider h = h as Function of the carrier' of C,(Maps (Hom C)) by A2, FUNCT_2:def 1, RELSET_1:4;
take
h
; for f being Morphism of C holds h . f = [[(Hom (a,(dom f))),(Hom (a,(cod f)))],(hom (a,f))]
thus
for f being Morphism of C holds h . f = [[(Hom (a,(dom f))),(Hom (a,(cod f)))],(hom (a,f))]
by A3; verum