Suppose that * is an associative binary operation on $S=\{ e,a,b \} $ where $e$ is the identity element and every element of S has an inverse. Show that there's only way/table for this operation.
So this is my result, after completing the table from what the problem ask but i don't know how to prove that this is the unique/only table for this. Do I have to prove every property for this (associative, identity...)? \begin{array}{|c|c|c|c|c|c|} \hline *& e & a & b \\ \hline e& e&a &b\\ \hline a& a&e &b\\ \hline b& b &b &e\\ \hline \end{array}
If you can use some basic group theory: A set with an associative binary operation with inverse and symmetric element is a group. There is only one group with three elements.
Otherwise: Since $e$ is the identity, we have to determine $a*a$, $a*b$, $b*a$ and $b* b$. The inverse of $a$ can be $a$ or $b$.
If it is $a$, then $a*a=e$. Then $a*(a*b)=(a*a)*b=e*b=b$. Therefore $a*b$ is not $a$ or $e$ (because $a*a=e$ and $a*e=a$), so $a*b=b$. But this implies $a=e$, a contradiction. We conclude that $a*b=e$.
Can you finish?