Given a set $S=\left\{a,b,c,e\right\}$ equipped with a binary operation $*:S \times S \to S$,such that $$a^2=b^2=c^2=abc=e.$$
Show that based on the table
$$ \begin{array}{r|rr} *&e&a&b&c&\\\hline e&e&a&b&c\\ a&\;a&e&c&b\\ b&\;b&c&e&a\\ c&\;c&b&a&e \end{array} $$
$(S,*)$ is an Abelian group.
$S$ is closed under $*$ since the elements on each raw are members contained in $S$, every element is it's own inverse and the identity element is $e$, moreover, $*$ is commutative since the table is symmetric along the main diagonal.
I have two questions:
- How to show that $*$ is associative, I checked and there are $\binom{4}{1} \binom{3}{1} \binom{2}{1} =24$ cases to be checked and this is frustrating, so does there exist a better way?
- If I have only the presentation $a^2=b^2=c^2=abc=e$, then how should I draw the Cayley table? I only could form the following table:
$$ \begin{array}{r|rr} *&e&a&b&c&\\\hline e\\ a&\;&e&c&b\\ b&\;&c&e&a\\ c&\;&b&a&e \end{array} $$
How to fill the others with the given presentation?