let it1, it2 be Function of [:COMPLEX,(PFuncs (A,COMPLEX)):],(PFuncs (A,COMPLEX)); :: thesis: ( ( for a being Complex
for f being Element of PFuncs (A,COMPLEX) holds it1 . (a,f) = a (#) f ) & ( for a being Complex
for f being Element of PFuncs (A,COMPLEX) holds it2 . (a,f) = a (#) f ) implies it1 = it2 )

assume that
A2: for a being Complex
for f being Element of PFuncs (A,COMPLEX) holds it1 . (a,f) = a (#) f and
A3: for a being Complex
for f being Element of PFuncs (A,COMPLEX) holds it2 . (a,f) = a (#) f ; :: thesis: it1 = it2
now :: thesis: for a being Element of COMPLEX
for f being Element of PFuncs (A,COMPLEX) holds it1 . (a,f) = it2 . (a,f)
let a be Element of COMPLEX ; :: thesis: for f being Element of PFuncs (A,COMPLEX) holds it1 . (a,f) = it2 . (a,f)
let f be Element of PFuncs (A,COMPLEX); :: thesis: it1 . (a,f) = it2 . (a,f)
thus it1 . (a,f) = a (#) f by A2
.= it2 . (a,f) by A3 ; :: thesis: verum
end;
hence it1 = it2 ; :: thesis: verum