theorem Th14:
  for F being GroupMorphism ex G,H st F is Morphism of G,H
proof
  let F be GroupMorphism;
  take G = the Source of F,H = the Target of F;
  dom(F) = G & cod(F) = H;
  hence thesis by Def12;
end;
