theorem Th65:
  for G being Group holds nat_hom (1).G is bijective
proof
  let G be Group;
  set g = nat_hom (1).G;
  Ker g = (1).G by Th43;
  then g is one-to-one by Th56;
  hence thesis by Th59;
end;
