reserve N,M,K for ExtNat;

theorem
  N <= M implies N <= M + K
proof
  assume A1: N <= M;
  N + 0 <= M + K by A1, XXREAL_3:36;
  hence thesis by XXREAL_3:4;
end;
