In Non-abelian group of order $6$, a nonabelian group of order 6 was constructed as: $ \{1,a,b,ab,ba,aba\} $ where $1$ is the identity and $a$ and $b$ are their own inverses. Since the group is nonabelian, $ab≠ba$. If we define $aba=bab$, then the group is indeed closed under multiplication:
* | 1 | a | b | ab | ba | aba |
---|---|---|---|---|---|---|
1 | 1 | a | b | ab | ba | aba |
a | a | 1 | ab | b | aba | ba |
b | b | ba | 1 | bab=aba | a | baba=ab |
ab | ab | aba | a | abab=ba | 1 | ababa=b |
ba | ba | b | bab=aba | 1 | baba=ab | a |
aba | aba | ab | abab=ba | a | ababa=b | 1 |
My question is: why do we have to have $aba=bab$? In the linked question, the answer says $aba=bab$ "by symmetry", but I don't understand what that means. Are we simply defining $aba$ to equal $bab$, or is there something more interesting going on here?
Thanks!