let it1, it2 be BinOp of (Funcs A,COMPLEX ); ( ( for f, g being Element of Funcs A,COMPLEX holds it1 . f,g = addcomplex .: f,g ) & ( for f, g being Element of Funcs A,COMPLEX holds it2 . f,g = addcomplex .: f,g ) implies it1 = it2 )
assume that
A2:
for f, g being Element of Funcs A,COMPLEX holds it1 . f,g = addcomplex .: f,g
and
A3:
for f, g being Element of Funcs A,COMPLEX holds it2 . f,g = addcomplex .: f,g
; it1 = it2
hence
it1 = it2
by BINOP_1:2; verum