let o1, o2 be BinOp of INT; ( ( for a, b being integer number holds o1 . (a,b) = F1(a,b) ) & ( for a, b being integer number holds o2 . (a,b) = F1(a,b) ) implies o1 = o2 )
assume that
A1:
for a, b being integer number holds o1 . (a,b) = F1(a,b)
and
A2:
for a, b being integer number holds o2 . (a,b) = F1(a,b)
; o1 = o2
now let a,
b be
Element of
INT ;
o1 . (a,b) = o2 . (a,b)thus o1 . (
a,
b) =
F1(
a,
b)
by A1
.=
o2 . (
a,
b)
by A2
;
verum end;
hence
o1 = o2
by BINOP_1:2; verum