theorem
  for A, B being set holds (A in F & B in F implies (A \ B) \/ B in F)
proof
  let A, B be set;
  A \/ B = (A \ B) \/ B by XBOOLE_1:39;
  hence thesis by Th3;
end;
