theorem Th11:
  h + g = 0_G implies h = -g & g = -h
proof
  assume
A1: h + g = 0_G;
  h + -h = 0_G & -g + g = 0_G by Def5;
  hence thesis by A1,Th6;
end;
