theorem Th107:
  for p,w holds (w | p) | (w | (p | p)) = w
proof
  let p,w;
  (p | p) | w = w | (p | p) by Th83;
  hence thesis by Th102;
end;
