theorem
  i <= j + k implies i-'k <= j
proof
  assume i <= j + k;
  then i -' k <= j + k -' k by Th42;
  hence thesis by Th34;
end;
