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