reserve L for satisfying_Sh_1 non empty ShefferStr;

theorem Th7:
  for x, y being Element of L holds (x | x) | (x | (y | x)) = x
proof
  let x, y be Element of L;
  x | ((x | x) | x) = x | x by Th5;
  hence thesis by Def1;
end;
