theorem Th3:
  for N being strict normal Subgroup of G holds a in N implies a |^ b in N
proof
  let N be strict normal Subgroup of G;
  assume a in N;
  then a |^ b in N |^ b by GROUP_3:58;
  hence thesis by GROUP_3:def 13;
end;
