theorem Th24:
  for f being strict GroupMorphism holds {f} is GroupMorphism_DOMAIN
proof
  let f be strict GroupMorphism;
  for x being object st x in {f} holds x is strict GroupMorphism
   by TARSKI:def 1;
  hence thesis by Def16;
end;
