Let $(G, * )$ be a group . For any $a_1,...,a_n \in G$, the value of $a_1 * ... * a_n$ is independent of how the expression is bracketed.
Attempt:
hint is to use inducition . Notice that for $n=3$ we have
$$ (a_1 * a_2 ) * a_3 = a_1 * (a_2 * a_3) $$
and there is not other way to place the parenthesis but is true by definition. Now, $n=4$ let try see all possible ways to place the parentesis:
$$ a_1a_2a_3a_4 = ((a_1a_2)a_3)a_4 = (a_1 (a_2a_3)) a_4 = a_1 ((a_2a_3)a_4) = a_1(a_2 (a_3a_4)) = (a_1a_2)(a_3a_4)$$
Let us assume it is possible to do so for some $n$: that is
Let $S_n$ be the statement that: value of $a_1...a_n$ is independent of how we place parenthesis. We prove $S_{n+1}$ is true.Let $A = a_1...a_n$. Now express this as
$$ A = (...(a_1...)))a_{n-1}) a_n $$
Now, consider $A a_{n+1}$. That is,
$$ A * a_{n+1} = (...(a_1...)))a_{n-1}) a_n * a_{n+1} $$
but here I get stuck. Im not quite sure whether the LHS actually can be done... any help would be greatly appreciated.