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