1

If $|G|=pq$ where $p$ and $q$ are prime that are not necessarily distinct, prove that $|Z(G)|=1$ or $pq$.

enter image description here

I understand everything up to $G/Z(G)$ is cyclic of prime order....

is $G/Z(G)$ being cyclic a general concept? and why would this imply that $q=1$ and therefore form a contradiction?

rover2
  • 1,532
  • 1
    The phrasing is certainly weird. It's obviously not true that $G/Z(G)$ is generally cyclic, just take any $G$ with trivial center. Furthermore, being cyclic and of prime order are very compatible, even though the phrasing suggests that they're contradictory. Of course, since $G/Z(G)$ is of prime order, it therefore follows that it is cyclic. Then you can derive a contradiction with the fact that $G \neq Z(G)$. – Mees de Vries Dec 07 '17 at 15:28
  • @stressed-out In general it's perfectly possible for $G/Z(G)$ to be a nontrivial abelian group. – anon Dec 07 '17 at 15:31

1 Answers1

0

A well-known theorem says:

If $G/Z(G)$ is cyclic then $G$ is abelian

in which case, $G=Z(G)$ and so the only possibility is really $G/Z(G)=1$.

The quoted proof uses this result twice to eliminate $|Z(G)|=p$ and $|Z(G)|=q$ because in both cases $G/Z(G)$ would have prime order and so be cyclic. However, the result above shows that this cannot happen.

lhf
  • 216,483