theorem
  h" = g" implies h = g
proof
  assume h" = g"; then
A1: h * g" = 1_G by Def5;
  g * g" = 1_G by Def5;
  hence thesis by A1,Th6;
end;
