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