theorem Th7:
  h + g = h or g + h = h implies g = 0_G
proof
  h + 0_G = h & 0_G + h = h by Def4;
  hence thesis by Th6;
end;
