theorem Th83:
  for y,w holds w | y = y | w
proof
  let y,w;
  (y | y) | (y | y) = y by SHEFFER1:def 13;
  hence thesis by Th82;
end;
