theorem
  B1 = {} implies X (*) (B1,B2) = X` (-) B2
proof
  assume B1 = {};
  then X (*) (B1,B2) = (X` (-) B2) /\ the carrier of TOP-REAL n by Th8;
  hence thesis by XBOOLE_1:28;
end;
