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