I started learning from Algebra by Serge Lang. In page 5, he presented an equation
Let $G$ be a commutative monoid, and $x_1,\ldots,x_n$ elements of $G$. Let $\psi$ be a bijection of the set of integers $(1,\ldots,n)$ onto itself. Then $$\prod_{\nu = 1}^n x_{\psi(\nu)} = \prod_{\nu=1}^n x_\nu$$
In this equation, the mapping $\psi(\nu) = \nu $, resulting the same value, I don't understand why $x_{\psi(\nu)}$ bothers to index with a mapping, rather than a number.
Here $\psi(v)$ is a different ordering of the actions of multiplication. The $\Pi x_{\psi(v)}$ refers to a different order of the terms in the product than $\Pi{x_v}$. In words, what that means is "Regardless of the order in which the operation is carried out, the result is the same". Contrast with a non-commutative form of multiplication such as matrix multiplication.