reserve a,b,p,k,l,m,n,s,h,i,j,t,i1,i2 for natural Number;

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;
