theorem
  for X being Set of U holds union X is Set of U
  proof
    let X be Set of U;
    X is U-set by Def10;
    then union X is U-set by CLASSES2:59;
    hence thesis by Def10;
  end;
