deffunc H1( set ) -> set = proj1 (f . $1);
ex F being Function st
( dom F = f " (SubFuncs (rng f)) & ( for x being set st x in f " (SubFuncs (rng f)) holds
F . x = H1(x) ) ) from FUNCT_1:sch 3();
hence ex b1 being Function st
( dom b1 = f " (SubFuncs (rng f)) & ( for x being set st x in f " (SubFuncs (rng f)) holds
b1 . x = proj1 (f . x) ) ) ; :: thesis: verum