theorem :: MEASURE5:34
  r < p & r <= s implies not [.r,s.] c= [.p,q.]
proof
  assume that
A1: r < p and
A2: r <= s;
  take t=r;
  thus t in [.r,s.] by A2,Th1;
  thus thesis by A1,Th1;
end;
