Let S = {a, b, c}.
*| a b c
-----------
a| a b c
b| b a a
c| c a a
This seems to have all the desired characteristics of a group, however, both b and c have two identities. Is (S, *) a group?
Thanks!
Answer:So if one takes element a∈S to be the identity there is actually only one operation that can be can be defined to make (S, *) a group, as each element can only appear in each column and row once. Namely:
*| a b c
-----------
a| a b c
b| b c a
c| c a b
No, since there's a row with repeated elements. In particular, the given operation is not associative, since: $$ b * (c * c) = b * a = b \neq c = a * c = (b * c) * c $$