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