2,614 views
3 votes
3 votes
If G is an infinite cyclic group then which of the following is not true?

a) G has exactly 2 generators.

b) G is isomorphic to (Z,+).

c) Every proper sub group of  G is finite.

2 Answers

1 votes
1 votes
ans is A:

because cyclic group is a group generate dby a single element, which is generator g. applying repeatedly group operations to this g or its inverse we can get all the eements of group.

B & C are propertie of infinite cyclic group, which are always true.

Related questions

1.1k
views
3 answers
2 votes
Laahithyaa VS asked Sep 9, 2023
1,112 views
. What will be the value returned by the following function, when it is called with 11?recur (int num){if ((num / 2)! = 0 ) return (recur (num/2) *10+num%2);else return 1...
382
views
1 answers
1 votes
swapnil sahu asked Feb 20
382 views
a) ~p\/q b) ~q=>~pc) ~p=>~q d) ~(p/\~q)can someone provide the solution?