deffunc H1( Element of PFuncs (V,C)) -> Element of SubstitutionSet (V,C) = mi {.$1.};
consider f being Function of (PFuncs (V,C)),(SubstitutionSet (V,C)) such that
A1:
for a being Element of PFuncs (V,C) holds f . a = H1(a)
from FUNCT_2:sch 4();
A2:
the carrier of (SubstLatt (V,C)) = SubstitutionSet (V,C)
by SUBSTLAT:def 4;
dom f = PFuncs (V,C)
by FUNCT_2:def 1;
then reconsider f = f as Function of (PFuncs (V,C)), the carrier of (SubstLatt (V,C)) by A3, FUNCT_2:3;
take
f
; for a being Element of PFuncs (V,C) holds f . a = mi {.a.}
thus
for a being Element of PFuncs (V,C) holds f . a = mi {.a.}
by A1; verum