theorem Th1:
  i >= k + l implies i >= k
proof
  assume i >= k + l;
  then i + l >= k + l + 0 by XREAL_1:7;
  hence thesis by XREAL_1:6;
end;
