theorem
  union {} = {}
proof
  now
    given x such that
A1: x in union {};
    ex X being set st x in X & X in {} by A1,TARSKI:def 4;
    hence contradiction;
  end;
  hence thesis by XBOOLE_0:7;
end;
