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