let Y be non empty set ; :: thesis: for b being Function of Y,BOOLEAN st (I_el Y) 'imp' b = I_el Y holds
b = I_el Y

set a = I_el Y;
let b be Function of Y,BOOLEAN; :: thesis: ( (I_el Y) 'imp' b = I_el Y implies b = I_el Y )
assume A1: (I_el Y) 'imp' b = I_el Y ; :: thesis: b = I_el Y
for x being Element of Y holds b . x = TRUE
proof end;
hence b = I_el Y by BVFUNC_1:def 11; :: thesis: verum