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