
theorem Th12:
  for G being Group for A being Subset of G st A = {1_G} holds gr A = (1).G
proof
  let G be Group;
  let A be Subset of G;
  assume A = {1_G};
  then A = the carrier of (1).G by GROUP_2:def 7;
  hence thesis by Th3;
end;
