Let $G$ be a group and suppose $G/Z(G)$ is cyclic. Prove that G is abelian. where $Z(G)$ is the center of the group. That is,
$$ G(Z) = \{a \in G \ | \ \forall x \in G: ax = xa\} $$
Any ideas?
So far what I have. Consider two arbitrary elements $a,b \in G$, and consider their left cosets $aG(Z)$ and $bG(Z)$. Suppose that $G/Z(G)$ is generated by $yZ(G)$, then $aG(Z) = (yZ(G))^n = y^nZ(G)$ for some $n$ and $bG(Z) = (yZ(G))^m = y^mZ(G)$ for some $m$. Hence $abZ(G) = aZ(G) \cdot bZ(G) = y^nZ(G) \cdot y^m Z(G) = y^ny^mZ(G) = y^{n+m}Z(G) = y^{m+n}Z(G) = y^my^nZ(G) = y^mZ(G) \cdot y^n Z(G) = bZ(G) \cdot aZ(G) = baZ(G)$.
So $abG(Z) = baG(Z)$.
Now consider $e = b^{-1}b$. Clearly $e \in Z(G)$. So we have
$ab = ab(b^{-1}b) = bax$ for some $x \in Z(G)$.
But how to proceed from here? And this the idea so far correct?