deffunc H1( object ) -> set = (f1 . $1) * ((f2 . $1) ");
ex f being Function st
( dom f = (dom f1) /\ ((dom f2) \ (f2 " {0})) & ( for x being object st x in (dom f1) /\ ((dom f2) \ (f2 " {0})) holds
f . x = H1(x) ) ) from FUNCT_1:sch 3();
hence ex b1 being Function st
( dom b1 = (dom f1) /\ ((dom f2) \ (f2 " {0})) & ( for c being object st c in dom b1 holds
b1 . c = (f1 . c) * ((f2 . c) ") ) ) ; :: thesis: verum