let mult1, mult2 be Function of [:COMPLEX ,the_set_of_ComplexSequences :],the_set_of_ComplexSequences ; ( ( for z, x being set st z in COMPLEX & x in the_set_of_ComplexSequences holds
mult1 . z,x = (C_id z) (#) (seq_id x) ) & ( for z, x being set st z in COMPLEX & x in the_set_of_ComplexSequences holds
mult2 . z,x = (C_id z) (#) (seq_id x) ) implies mult1 = mult2 )
assume that
A1:
for z, x being set st z in COMPLEX & x in the_set_of_ComplexSequences holds
mult1 . z,x = (C_id z) (#) (seq_id x)
and
A2:
for z, x being set st z in COMPLEX & x in the_set_of_ComplexSequences holds
mult2 . z,x = (C_id z) (#) (seq_id x)
; mult1 = mult2
for z being Element of COMPLEX
for x being Element of the_set_of_ComplexSequences holds mult1 . z,x = mult2 . z,x
hence
mult1 = mult2
by BINOP_1:2; verum