let f1, f2 be Function of F1(),F2(); :: thesis: ( ( 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) ; :: thesis: f1 = f2
now :: thesis: for x being Element of F1() holds f1 . x = f2 . x
let x be Element of F1(); :: thesis: f1 . x = f2 . x
thus f1 . x = F3(x) by A1
.= f2 . x by A2 ; :: thesis: verum
end;
hence f1 = f2 by FUNCT_2:63; :: thesis: verum