let Y be non empty set ; :: thesis: for a, b being Element of Funcs (Y,BOOLEAN) holds
( ( a = I_el Y & b = I_el Y ) iff a '&' b = I_el Y )

let a, b be Element of Funcs (Y,BOOLEAN); :: thesis: ( ( a = I_el Y & b = I_el Y ) iff a '&' b = I_el Y )
now
assume A1: a '&' b = I_el Y ; :: thesis: ( a = I_el Y & b = I_el Y )
per cases ( ( a = I_el Y & b = I_el Y ) or ( a = I_el Y & b <> I_el Y ) or ( a <> I_el Y & b = I_el Y ) or ( a <> I_el Y & b <> I_el Y ) ) ;
suppose ( a = I_el Y & b = I_el Y ) ; :: thesis: ( a = I_el Y & b = I_el Y )
hence ( a = I_el Y & b = I_el Y ) ; :: thesis: verum
end;
suppose ( a = I_el Y & b <> I_el Y ) ; :: thesis: ( a = I_el Y & b = I_el Y )
hence ( a = I_el Y & b = I_el Y ) by A1, BVFUNC_1:6; :: thesis: verum
end;
suppose ( a <> I_el Y & b = I_el Y ) ; :: thesis: ( a = I_el Y & b = I_el Y )
hence ( a = I_el Y & b = I_el Y ) by A1, BVFUNC_1:6; :: thesis: verum
end;
suppose A2: ( a <> I_el Y & b <> I_el Y ) ; :: thesis: ( a = I_el Y & b = I_el Y )
for x being Element of Y holds a . x = TRUE hence ( a = I_el Y & b = I_el Y ) by A2, BVFUNC_1:def 11; :: thesis: verum
end;
end;
end;
hence ( ( a = I_el Y & b = I_el Y ) iff a '&' b = I_el Y ) ; :: thesis: verum