let f1, f2 be TriOp of F1(); ( ( for a, b, c being Element of F1() holds f1 . a,b,c = F2(a,b,c) ) & ( for a, b, c being Element of F1() holds f2 . a,b,c = F2(a,b,c) ) implies f1 = f2 )
assume that
A1:
for a, b, c being Element of F1() holds f1 . a,b,c = F2(a,b,c)
and
A2:
for a, b, c being Element of F1() holds f2 . a,b,c = F2(a,b,c)
; f1 = f2
now let a,
b,
c be
Element of
F1();
f1 . a,b,c = f2 . a,b,cthus f1 . a,
b,
c =
F2(
a,
b,
c)
by A1
.=
f2 . a,
b,
c
by A2
;
verum end;
hence
f1 = f2
by MULTOP_1:4; verum