let b1, b2 be BinOp of (Aut G); :: thesis: ( ( for x, y being Element of Aut G holds b1 . x,y = x * y ) & ( for x, y being Element of Aut G holds b2 . x,y = x * y ) implies b1 = b2 )
assume that
A2:
for x, y being Element of Aut G holds b1 . x,y = x * y
and
A3:
for x, y being Element of Aut G holds b2 . x,y = x * y
; :: thesis: b1 = b2
for x, y being Element of Aut G holds b1 . x,y = b2 . x,y
hence
b1 = b2
by BINOP_1:2; :: thesis: verum