Help on proof that if (G,$\cdot$) is a cyclic group generated by $g^n$, then G is also generated by $g$.

557 Views Asked by At

I need help to prove that if $(G,\cdot)$ is a cyclic group generated by $g^n$, ($g\in G$, $n\in \mathbb{N}$), then $G$ is also generated by $g$.

I have the definition that $(G,\cdot)$ is a cyclic group if $G=\langle g \rangle$ for some $g\in G$ $\iff$ we can find $g\in G$ such that $\forall h \in G, \exists n \in \mathbb{Z}$, such that $h=g^n$. We then say that $g$ is a generator of $G$.

It follows that if $n \in \mathbb{N}$, then $ord_G(g)=\min\{n\mid g^n=e\}$. Then the following are equivalent:

  • $ord_G(g)=n$.
  • $\langle g \rangle = \{e,g,g^2,...,g^{n-1}\}$, with all $n$ distinct.
  • $\left|\langle g \rangle\right|$ = n.
  • $g^n=e$ and if $g^m=e$, then $n\mid m$.

Additionally, if $d=g^m$, then $ord(d)=\dfrac{n}{\gcd(n,m)}$

For my proof, I'm not sure if I need to prove that the cyclic subgroup generated by $\langle g \rangle$ is equivalent to $G$ itself, so that $g^n$ is then a generator of $G$. But then I'm using what I want to prove as an assumption, so, I believe my argument is for the converse. Also, I don't know if that is a correct way to go about this.

Alternatively, I'm wondering if I'm supposed to consider $\langle g \rangle$ as $\langle g^n \rangle$ instead. But I don't know the implications of that. Does this mean that $\langle g^n \rangle$ = $\{g^{n^n}\mid n \in \mathbb{Z}\}$? Or does that not follow from that?
Am I on the right track with either of those ideas? If not, I'd appreciate any sort of hint or starting point that could help me develop this further. Would going about this by method of contradiction be a better starting point?

I appreciate any feedback. I'm still very new to group theory and so these concepts haven't quite sunk in yet.

3

There are 3 best solutions below

3
On

You're trying to confuse yourself by using notation that conflicts with the given data.

The exercise asks you to prove that if $g^n$ is a generator of the cyclic group $G$, then also $g$ is a generator thereof.

Now ask yourself how could this fail: there should be an element $x\in G$ that's not a power of $g$. On the other hand, $x=(g^n)^m$ for some integer $m$, because $g^n$ is a generator of $G$ by assumption. But…


More directly, saying that $G$ is generated by $g^n$ means that every element in $G$ is a power of $g^n$. Hence every element of $G$ is also a power of $g$, because $$ (g^n)^m=g^{nm} $$ Hence $$ G=\langle g^n\rangle\subseteq\langle g\rangle\subseteq G $$ and we have proved that $G=\langle g\rangle$.

0
On

If $G$ is finite, the order of $g^n$ is always less than or equal to that of $g$, since $$\lvert g^n\rvert =\dfrac {\lvert g\rvert}{(\lvert g\rvert, n)}.$$

Here is a proof i gave.


If $G$ is infinite, then $G\cong \Bbb Z.$ The only generators are $\pm 1.$ And, if $g^n=\pm 1,$ then $g=\pm 1.$

0
On

Here is a one-line proof: $$ G=\langle g^n \rangle \subseteq \langle g \rangle \subseteq G $$ The first equality is the hypothesis.

The second inclusion follows from $g^n \in \langle g \rangle$.

The third inclusion follows from $g \in G$.

These two inclusions follow from $h \in H \implies \langle h \rangle \subseteq H$, for $H$ a subgroup of $G$.