I'm trying to prove that the group below isn't cyclic:
$G = \{ (1, 2, 3, ... n)^a\cdot(n+1, n+2, n+3, ... 2n)^b \mid 0 \leq a,b \leq n-1 \}$
To do this, I'm trying to show that none of the elements of $G$ have order $n^2$ - however I've made little progress.
Any help would be much appreciated,
Jack
Let $\alpha = (1,2,3,\dots,n)$ and $\beta = (n + 1, n + 2, \dots, 2n)$. Then given any element $\alpha^a\beta^b$, $(\alpha^a\beta^b)^n = \alpha^{na}\beta^{nb} = e$ since $\alpha$ and $\beta$ commute. You might also like to show that $G \cong Z_n \times Z_n$ where $Z_n$ is the cyclic group of order $n$ and the isomorphism is $\alpha^a\beta^b \mapsto (a,b)$. Then you would need to show that $Z_n \times Z_n \not\cong Z_{n^2}$.