reserve X for set;
reserve UN for Universe;

theorem
  ex a being set st not a in UN
  proof
    assume for a be set holds a in UN;
    then UN in UN;
    hence contradiction;
  end;
