theorem Th34:
  i + j -' j = i
proof
  i + j - j >= 0;
  hence thesis by XREAL_0:def 2;
end;
