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