A permutation $\sigma$ of a set $\{1,2,...,k\}$ is a bijective function mapping this set onto it self. Denote the set of all permutations of this set by $S_{k}$.
An elementary permutation $e_{i}$ of $S_{k}$ is a permutation that satisfies $e_{i}(j)=j$ if $j\notin\{i,i+1\}$, $e_{i}(i)=i+1$ and $e_{i}(i+1)=i$. That is, $e_{i}$ change $i$ with $i+1$ and preserves another numbers.
We know that every permutation $\sigma$ can be written by a composition of elementary permutations. But I'm thinking in something that I didn't saw at any book: Every permutation $\sigma$ can be written by a composition of elementary permutations with no repetition? By 'no repetition' I mean that a elementary permutation $e_{i}$ doesn't appear more than one time in the composition for $\sigma$
Is there some rule about that?
– Mateus Rocha Jun 01 '18 at 21:31