theorem
  a >= b implies a -' b + b = a
proof
  assume a >= b;
  then a - b = a -' b by Th48,XREAL_0:def 2;
  hence thesis;
end;
