let f1, f2 be UnOp of [.0,1.]; :: thesis: ( ( for x being Element of [.0,1.] holds ( ( x =0 implies f1 . x = 1 ) & ( x <>0 implies f1 . x =0 ) ) ) & ( for x being Element of [.0,1.] holds ( ( x =0 implies f2 . x = 1 ) & ( x <>0 implies f2 . x =0 ) ) ) implies f1 = f2 ) assume that A1:
for x being Element of [.0,1.] holds ( ( x =0 implies f1 . x = 1 ) & ( x <>0 implies f1 . x =0 ) )
and A2:
for x being Element of [.0,1.] holds ( ( x =0 implies f2 . x = 1 ) & ( x <>0 implies f2 . x =0 ) )
; :: thesis: f1 = f2
for x being Element of [.0,1.] holds f1 . x = f2 . x