A cyclic group $G := \langle x \rangle$ of finite order $n$ has a unique subgroup of order $d$, namely $$\langle x^{n/d} \rangle = \{g \in G : g^d = 1\}$$ for every divisor $d$ of $n$.
I wanted to show the equality $\langle x^{n/d} \rangle = \{g \in G : g^d = 1\}$. Now for the inclusion $\subseteq $ we take an element of $\langle x^{n/d} \rangle$ which has the form $x^{kn/d}$ for some natural number $k$. Hence $$(x^{kn/d})^d = x^{kn} = (x^n)^k =1^k = 1$$ and so $x^{kn/d} \in \{g \in G : g^d = 1\}$. However I am a bit lost proving the inclusion $\supseteq$.