deffunc H1( set ) -> set = (Den o,A) . (a +* i,$1);
ex f being Function st
( dom f = the Sorts of A . ((the_arity_of o) /. i) & ( for x being set st x in the Sorts of A . ((the_arity_of o) /. i) holds
f . x = H1(x) ) ) from FUNCT_1:sch 3();
hence ex b1 being Function st
( dom b1 = the Sorts of A . ((the_arity_of o) /. i) & ( for x being set st x in the Sorts of A . ((the_arity_of o) /. i) holds
b1 . x = (Den o,A) . (a +* i,x) ) ) ; :: thesis: verum