let f1, f2 be UnOp of F1(); ( ( for a being Element of F1() holds f1 . a = F2(a) ) & ( for a being Element of F1() holds f2 . a = F2(a) ) implies f1 = f2 )
assume that
A1:
for a being Element of F1() holds f1 . a = F2(a)
and
A2:
for a being Element of F1() holds f2 . a = F2(a)
; f1 = f2
now for a being Element of F1() holds f1 . a = f2 . alet a be
Element of
F1();
f1 . a = f2 . athus f1 . a =
F2(
a)
by A1
.=
f2 . a
by A2
;
verum end;
hence
f1 = f2
by FUNCT_2:63; verum