theorem Th50:
  G is finite implies Image g is finite
proof
  assume G is finite;
  then g .: (the carrier of G) is finite;
  hence thesis by Def10;
end;
