theorem
  h is one-to-one implies G,Image h are_isomorphic
proof
  reconsider ih = h as Homomorphism of G,Image h by Th49;
  assume
A1: h is one-to-one;
  take ih;
  ih is onto by Th44;
  hence thesis by A1;
end;
