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