Questions tagged [cyclic-groups]

Use with the (group-theory) tag. A group is cyclic if it can be generated by a single element. That is to say, every element in a cyclic group can be written as some specified element to a power.

A group $G$ is cyclic if it can be generated by a single element $a$. This means that any element of a cyclic group has the form $a^n$ for some integer $n$. Notationally, we often write that $G$ is isomorphic to $\langle a \rangle$. Since

$$a^na^m=a^{n+m}=a^{m+n}=a^ma^n\,,$$

cyclic groups must be abelian. Note though that the generator is not necessarily unique: for example the cyclic group $\mathbf{Z}/7\mathbf{Z}$, consisting of the elements $\{0,1,\dotsc,6\}$ and equipped with the operation of addition modulo $7$, can be generated by any of its non-identity elements.

Cyclic groups are completely classified. Up to isomorphism, $\mathbf{Z}$ equipped with addition is the only infinite cyclic group. Every finite cyclic group is isomorphic to a group of the form $\mathbf{Z}/n\mathbf{Z}$, a quotient of the integers under addition modulo $n$.

Cyclic groups are incredibly useful in describing the structure of finite abelian groups. By the classification theorem of finite abelian groups, every finite abelian group is isomorphic to a direct sum of cyclic groups, each having order a power of a prime.

2243 questions
0
votes
1 answer

Let $H_1$ be the cyclic subgroup $\langle(1234)\rangle$ of $S_4$. Write down the right cosets of $H$ in $S_4$

We have $H_1 = \{e,(1234),(13)(42),(1432)\}$ As I understand it, "right cosets" are defined as: $H_1x:x\in S\setminus H$ The answer is given as: $\{\operatorname{id},(1 2 3 4),(1 3)(2 4),(1 4 3 2)\},$ $\{(1 2),(1 3 4),(1 4 2 3),(2 4 3)\},$ $\{(1…
mrnovice
  • 5,773
0
votes
0 answers

If G be a cyclic group of prime order p ,prove that non identity element of G is a generator of the group.

If G be a cyclic group of prime order p ,prove that non identity element of G is a generator of the group. Let , a be the generator of the group . Then o(a)=p ==>a^p = e, where e be the identity element . G={a,a^2,a^3,.....,a^p(=e)}.
0
votes
2 answers

Investigation of a cyclic group

Why is $\mathbb Z_8+\mathbb Z_{10}$ not a cyclic group? How I see it is that it is isomorphic to $\mathbb Z_2$ as $\gcd(8,10)=2$ which is prime and prime order groups are cyclic.
Nitish
  • 801
0
votes
1 answer

Help showing this is an element of $(\mathbb{Z}/p^n\mathbb{Z})^{\times}$

Let $p$ be an odd prime number and $n$ be a positive integer. Use the binomial theorem to show that $(1+p)^{p^{n-1}} \equiv 1 \mod p^n$ but $(1+p)^{p^{n-2}} \ne 1 \mod p^n$ Deduce that $(1+p)$ is an element with order $p^{n-1}$ of the multiplicative…
Obliv
  • 407
0
votes
0 answers

Struggling with $S_p$ can be generated by $(12)$ and $(12 \dots p)$?

We can decompose any element of $S_p$ into the form $(a_1 \ \ b_1)(a_2 \ \ b_2) \dots (a_i \ \ b_i)$. If for some $1 \le j \le i$, $|a_j - b_j|=1$, it's easy! Because: Let $\sigma = (12 \ldots p)$. Then $\sigma^k (12) \sigma^{-k} = (k+1 \ \ k+2)$.…
user200918
0
votes
1 answer

Trying to prove that a group is Cyclic

Suppose that the order of $G$ is divisible by at least two distinct primes. Also, let $g\in G$ that order of $g$ is divisible by every prime divisor of $o(G)$ and $\forall x\in G$, $o(x)\mid o(g)$ or $o(g)\mid o(x)$. With above conditions: 1 -…
asma
  • 27
0
votes
1 answer

Order of a cyclic group?

When finding the order of a cyclic group, do we determine so by counting the number of elements in that group generator by the cyclic group?
cycle
  • 1
0
votes
1 answer

List of the Elements of $(1 \rightarrow 6,2 \rightarrow 1, 3 \rightarrow 3, 4 \rightarrow 2, 5 \rightarrow 5, 6 \rightarrow 4)$

Dr. Pinter's A Book of Abstract Algebra presents the following exercise in the "Cyclic Groups" chapter. List the elements of $\langle f\rangle$ in $S_6$ where $f$ = $$(1 \rightarrow 6,2 \rightarrow 1, 3 \rightarrow 3, 4 \rightarrow 2, 5 \rightarrow…
-1
votes
1 answer

If teo subgroups are cyclic, the groups is cyclic?

i've got a group $G$, and its subgroup $L$, L is normal in G. If L and G/L are cyclic, is G cyclic? I know that in the other direction is true but what about this? i have no idea
User160
  • 953
-4
votes
1 answer

What is an example of a cyclic group with exactly 6 generators?

Hi I need an example of a cyclic group with exactly 6 generators, thank you.
1 2
3