theorem
  not {} in BOOL D
proof
  assume not thesis;
  then not {} in {{}} by XBOOLE_0:def 5;
  hence thesis by TARSKI:def 1;
end;
