theorem Th101:
  for w,y holds w | w = ((y | y) | y) | w
proof
  let w,y;
  w | ((y | y) | y) = w | w by Th70;
  hence thesis by Th83;
end;
