let f1, f2 be Function of F1(),F2(); ( ( for x being Element of F1() holds f1 . x = F3(x) ) & ( for x being Element of F1() holds f2 . x = F3(x) ) implies f1 = f2 )
assume that
A1:
for x being Element of F1() holds f1 . x = F3(x)
and
A2:
for x being Element of F1() holds f2 . x = F3(x)
; f1 = f2
now for x being Element of F1() holds f1 . x = f2 . xlet x be
Element of
F1();
f1 . x = f2 . xthus f1 . x =
F3(
x)
by A1
.=
f2 . x
by A2
;
verum end;
hence
f1 = f2
by FUNCT_2:63; verum