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