theorem
  s <= p implies ].r,s.] misses ].p,q.]
proof
  assume
A1: s <= p;
  let t;
  assume t in ].r,s.];
  then t <= s by Th2;
  then t <= p by A1,XXREAL_0:2;
  hence thesis by Th2;
end;
