theorem Th126:
  for x,y holds x | ((y | x) | x) = y | x
proof
  let x,y;
  ((x | (y | y)) | (x | (y | y))) | (y | x) = (y | x) | x by Th122;
  hence thesis by Th108;
end;
