In a group we have $abc = cba$. If $c \neq 1$, is the group abelian? See the following link.
(I am new to this site but it is my understanding that you cannot PM authors, correct? Which is too bad because it means I have to open this thread)
In regards to Math Gem's answer, from the comments I take it he has omitted some of the obvious statements; but I wonder, if one was to give every required statement, what would have to be included?
In the proof he requires $c = ba$ which surely is only a small (equal to the order of the group times the number of $c \neq 1$) section of a group. It must hold for all $a,b, c \neq 1$ so the total amount of combinations you would have to verify (say A is the group) would be $\mathrm{T} = \#A \cdot \#A \cdot (\#A-1)$. Say $\#A = x$. Since $c = ba$ is only valid for $x$ distinct couples $(a,b)$ (because of the "latin square property", $c = ba$ "misses" $\mathrm{T}-(x-1)\cdot\#A$ combinations, right?
Taking $Z_4,+$ and $2$ for example, only $2 = 2 + 0$, $2 = 0 + 2$, $2 = 1 + 3$ and $2 = 3 + 1$ so e.g. (4,4,4) and (1,2,4) are invalid for the proof given, yet we do have to take them into account. From the comments, if $ab = 1$ then clearly $ab = ba$ (because $ab = 1 \implies a = b^{-1} \implies 1 = ba$) but then there's still e.g. (4,4,4) and (1,2,4). So the trivial (4,4,4) would have to be mentioned, as well when either $a$ or $b$ is equal to $1$. From inspection of $Z_4,+$ I see that we now have all possible combinations, but should it not be proven? I.e. how do you know there do not exist $a,b, c$ such that $ba \neq c$ and $a,b \neq 1$ and yet $ab \neq ba$?
For $Z_4,+$ you can sort of say: the order is 4, so you have to check $4\cdot4\cdot3$ combinations. The proof holds for $c = ba$ and since there 3 elements in $Z_4,+$ that are not equal to $0$, you substract $4\cdot3$. Then you remove (1,b,c) and (a,1,c) so you substract $4\cdot3$ twice. Then for $ab = 1$ you substract $4\cdot3$ again and you are left with $0$. So yeah, it's true for $Z_4$, but it's not exactly a real proof. Maybe there is some peculiar group out there for which there are more elements left?
I guess you would just generalize it to some order $x$ but then I don't get $0$ like I did above.
So my question is how do you know you have all possible combinations $a,b, c, \neq 1$ when basically your proof consists of checking different cases.
(I am a 1st year undergraduate math student, should it matter)