theorem Th121:
  for x,y holds x = (x | x) | (y | x)
proof
  let x,y;
  (y | x) | ((y | y) | x) = x by Th92;
  hence thesis by Th120;
end;
