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