theorem Th97:
  f c= g implies f+*g = g
proof
  assume
A1: f c= g;
  then f tolerates g by PARTFUN1:54;
  hence f+*g = f\/ g by Th30
    .= g by A1,XBOOLE_1:12;
end;
