reserve N,M,K for ExtNat;

theorem
  N <= N + M
proof
  0 + N <= M + N by XXREAL_3:35;
  hence thesis by XXREAL_3:4;
end;
