theorem
  lim_sup S c= Union S
proof
  let x be object;
  assume x in lim_sup S;
  then ex k being Nat st x in S.(0+k) by Th66;
  hence thesis by PROB_1:12;
end;
