theorem
  p <= q implies p in [.-infty,q.]
proof
  p >= -infty by XXREAL_0:5;
  hence thesis by Th1;
end;
