reserve L for satisfying_Sh_1 non empty ShefferStr;

theorem Th23:
  for x, y, z being Element of L holds (x | (y | z)) | (z | x) = x
proof
  let x, y, z be Element of L;
  z | x = x | z by Th20;
  hence thesis by Th16;
end;
