theorem
  for G,F being strict Group st G,F are_isomorphic & G is cyclic holds F
  is cyclic
proof
  let G,F be strict Group;
  assume that
A1: G,F are_isomorphic and
A2: G is cyclic;
  consider h being Homomorphism of G,F such that
A3: h is bijective by A1,GROUP_6:def 11;
  h is onto by A3,FUNCT_2:def 4;
  then Image h = F by GROUP_6:57;
  hence thesis by A2,Th26;
end;
