reserve X,Y,x for set;
reserve A for non empty preBoolean set;

theorem Th7:
  {} in A
proof
  set x = the Element of A;
  x \ x = {} by XBOOLE_1:37;
  hence thesis;
end;
