let it1, it2 be Function of [:COMPLEX,(Funcs (A,COMPLEX)):],(Funcs (A,COMPLEX)); ( ( for z being Complex
for f being Element of Funcs (A,COMPLEX)
for x being Element of A holds (it1 . [z,f]) . x = z * (f . x) ) & ( for z being Complex
for f being Element of Funcs (A,COMPLEX)
for x being Element of A holds (it2 . [z,f]) . x = z * (f . x) ) implies it1 = it2 )
assume that
A3:
for z being Complex
for f being Element of Funcs (A,COMPLEX)
for x being Element of A holds (it1 . [z,f]) . x = z * (f . x)
and
A4:
for z being Complex
for f being Element of Funcs (A,COMPLEX)
for x being Element of A holds (it2 . [z,f]) . x = z * (f . x)
; it1 = it2
hence
it1 = it2
; verum