theorem Th31:
  g.(1_G) = 1_H
proof
  g.(1_G) = g.(1_G * 1_G) by GROUP_1:def 4
    .= g.(1_G) * g.(1_G) by Def6;
  hence thesis by GROUP_1:7;
end;
