reserve Y for non empty set,
  a,b,c,d for Function of Y,BOOLEAN;

theorem
  a = 'not' a 'imp' a
proof
  ('not' a 'imp' a) 'imp' a = I_el(Y) by BVFUNC_5:11;
  then
A1: ('not' a 'imp' a) '<' a by BVFUNC_1:16;
  a 'imp' ('not' a 'imp' a) = I_el(Y) by Th21;
  then a '<' ('not' a 'imp' a) by BVFUNC_1:16;
  hence thesis by A1,BVFUNC_1:15;
end;
