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