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