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?
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)$.