2

Let $a\times b\times c$ denote $a\times(b\times c)$.

Given $(a\times b)\times c=a\times(b\times c)$, how do you prove

$$(x_1\times\dots\times x_k)\times x_{k+1}=x_1\times\dots\times x_{k+1}$$

?

$a$, $b$, $c$, and $x_i$ for integers $i$ are members of a group and the operator that the group has is $\times$. However, I need to prove it from only the facts I gave before, and no other group axioms that exist.

1 Answers1

1

I assume that also $x_1\times x_2\times \ldots \times x_{k-1}\times x_k$ means $x_1\times (x_2\times (\ldots \times (x_{k-1}\times x_k)\ldots))$. Then the proof goes by induction with the induction step being $$ \begin{align}(x_1\times x_2\times \cdots\times x_k)\times x_{k+1} &=(x_1\times (x_2\times \ldots\times x_k))\times x_{k+1}\\ &=x_1\times ((x_2\times \ldots\times x_k)\times x_{k+1})\\ &=x_1\times (x_2\times \ldots\times x_k\times x_{k+1})\\ &=x_1\times x_2\times \ldots\times x_k\times x_{k+1}\\ \end{align}$$ Of course, to make this rigourous, you'd have to get rid of "$\ldots$" even in the notation.