How to derive the relation between $k$ and $l$ given $\langle g^k \rangle = \langle g^l \rangle$ in a cyclic group $C_n = \langle g \rangle$?

73 Views Asked by At

It is known that

For a cyclic group $C_n = \langle g \rangle$ of order $n$, we have $\langle g^k \rangle = \langle g^{(k, n)} \rangle$, where $k \in \mathbb{Z}$.


I am able to verify this result. Now, I try to derive it by showing something like

If $\langle g^k \rangle = \langle g^l \rangle$, then we have $l = (k, n)$ (in terms of "mod n").

$\langle g^k \rangle = \langle g^l \rangle$ means that $g^k \in \langle g^l \rangle$ and $g^l \in \langle g^k \rangle$.

That is, $\exists t \in \mathbb{Z}: g^k = g^{lt}$ and $\exists s \in \mathbb{Z}: g^l = g^{ks}$.

Therefore, $k \equiv lt \; (\text{mod}\; n)$ and $l \equiv ks \; (\text{mod}\; n)$.


How to proceed with this argument?

1

There are 1 best solutions below

0
On BEST ANSWER

If $d\mid n$, then the order of $\langle g^d\rangle$ is $n/d$. Thus, the order of $\langle g^k\rangle=\langle g^{(n,k)}\rangle$ is $n/(n,k)$, and similarly, the order of $\langle g^l\rangle=\langle g^{(n,l)}\rangle$ is $n/(n,l)$. However, a cyclic group has just one subgroup of every possible order. Therefore, $\langle g^k\rangle=\langle g^l\rangle$ if and only if $n/(k,n)=n/(l,n)$; that is, $(k,n)=(l,n)$.