theorem
  h * g = h or g * h = h implies g = 1_G
proof
  h * 1_G = h & 1_G * h = h by Def4;
  hence thesis by Th6;
end;
