theorem Th321:
  p <= s & p < q implies [.p,q.[ \ ].p,s.[ = {p} \/ [.s,q.[
proof
  [.p,p.] = {p} by Th17;
  hence thesis by Th298;
end;
