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