theorem Th153:
  for w,q,p holds (p | q) | w = w | (q | p)
proof
  let w,q,p;
  w | (p | q) = (p | q) | w by Th83;
  hence thesis by Th152;
end;
