theorem Th43:
  for N being strict normal Subgroup of G holds Ker nat_hom N = N
proof
  let N be strict normal Subgroup of G;
  let a;
  thus a in Ker nat_hom N implies a in N
  proof
    assume a in Ker nat_hom N;
    then
A1: (nat_hom N).a = 1_(G./.N) by Th41;
    (nat_hom N).a = a * N & 1_(G./.N) = carr N by Def8,Th24;
    hence thesis by A1,GROUP_2:113;
  end;
  assume a in N;
  then
A2: a * N = carr N by GROUP_2:113;
  (nat_hom N).a = a * N & 1_(G./.N) = carr N by Def8,Th24;
  hence thesis by A2,Th41;
end;
