let Y be non empty set ; :: thesis: for a, b being Element of Funcs Y,BOOLEAN st a 'or' b = I_el Y & 'not' a = I_el Y holds
b = I_el Y

let a, b be Element of Funcs Y,BOOLEAN ; :: thesis: ( a 'or' b = I_el Y & 'not' a = I_el Y implies b = I_el Y )
assume A1: ( a 'or' b = I_el Y & 'not' a = 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 14; :: thesis: verum