1

I approached this question by trying a proof by contradiction. Consider a group $G$, which has $\{ e, a, b, c, d, f\}$ where all elements other than $e$ have order $2$.

I am not sure how to proceed forward with just this information in order to achieve a contradiction.

Any information would be helpful, thanks!

Shaun
  • 47,747

3 Answers3

5

Suppose $G$ does not contain any elements of order 6 nor any elements of order 3.

Since the only possible orders for non-identity elements are 2, 3 and 6, we must have
$h^2=e$ for any $h ∈ G$.

However, this makes $G$ an abelian group.

Pick two distinct non-identity elements of $G$, say $h_1$ and $h_2$. They must each have order 2.

From here, you can check that $\{e, h_1, h_2, h_1h_2\}$ is a subgroup of $G$ of order 4,

implying $4|6$ by Lagrange's theorem, which is a contradiction.

Thus, $G$ does have an element of order 3.

Also, note that if $G$ has an element $g$ of order 6, then $[g]$ does contain an element of order 3, namely $g^2$.

Piita
  • 975
1

The only groups of order 6 up to isomorphism are $S_3$ and $\mathbb{Z}/6\mathbb{Z}$. In $S_3$ the element $(123)$ is an element of order $3$ and $[2]$ is an element of order $3$ in $\mathbb{Z}/6\mathbb{Z}$. So as lulu mentioned this is true regardless of if your group is cyclic or not.

Edit: If you want a contradiction, suppose $G$ is a group of order $6$ which isn't cyclic and that every element other than the identity has order $2$. Note this implies your group is abelian. This will give a contradiction via Lagrange's theorem.

Irving Rabin
  • 2,754
  • I would imagine the OP is trying to show that there are only two groups of order three by proving this statement – C Squared Apr 12 '23 at 14:06
1

You can answer this using some higher-level yet handy theorems.

Theorem (Cauchy's Theorem): Let $G$ be a group of order $n$. Suppose $p$ is prime such that $p\mid n$ (i.e., $p$ divides $n$). Then there exists a $g\in G$ such that $|g|=p$.

(For a proof, see the Corollary of Theorem 24.3 of Gallian's "Contemporary Abstract Algebra (Eighth Edition)".)

Theorem: Let $p$ be prime. Consider a group $G$ with $|G|=2p$. Then $G\cong \Bbb Z_{2p}$ or $G\cong D_p$, the dihedral group of order $2p$.

(For a proof, see Theorem 7.3 of Gallian's "Contemporary Abstract Algebra (Eighth Edition)".)


Since $6=2\times 3$, your group $G$ has an element of order $3$ by Cauchy's Theorem. Since $G$ is not cyclic, $G$ must be isomorphic to $D_3$.


Bonus Theorem: The groups $D_3$ and $S_3$ are isomorphic.

(For a proof, see here.)

Shaun
  • 47,747