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