let f1, f2 be Function of F1(),BOOLEAN; :: thesis: ( ( for x being Element of F1() holds f1 . x = F2(x) ) & ( for x being Element of F1() holds f2 . x = F2(x) ) implies f1 = f2 )
assume that
A1: for x being Element of F1() holds f1 . x = F2(x) and
A2: for x being Element of F1() holds f2 . x = F2(x) ; :: thesis: f1 = f2
let u be Element of F1(); :: according to FUNCT_2:def 8 :: thesis: f1 . u = f2 . u
thus f2 . u = F2(u) by A2
.= f1 . u by A1 ; :: thesis: verum