let f, g be BinOp of (setvect M); :: thesis: ( ( for u1, v1 being Element of setvect M holds f . u1,v1 = u1 + v1 ) & ( for u1, v1 being Element of setvect M holds g . u1,v1 = u1 + v1 ) implies f = g )
assume that
A3:
for u1, v1 being Element of setvect M holds f . u1,v1 = u1 + v1
and
A4:
for u1, v1 being Element of setvect M holds g . u1,v1 = u1 + v1
; :: thesis: f = g
for u1, v1 being Element of setvect M holds f . u1,v1 = g . u1,v1
hence
f = g
by BINOP_1:2; :: thesis: verum