If I understood correctly, any permutation can be written as a sequence $s$ ("product") of distinct transpositions (2-element swaps, each swap occurs at most once in the sequence (I consider 2 swaps equal if they swap the elements at the same positions, no matter which elements occupy the position at that time in the sequence)). For example, consider the permutation $(3,4,2,1)$ which can be obtained by swapping positions $(1,4)$, $(2,3)$, and then $(1,2)$ (at that point positions 1 and 2 are occupied by elements 4 and 3).
Now, I'm very uncertain about the degree to which I can reorder the transpositions without changing the resulting permutation. For example $(3,4,2,1)$ can also be obtained by swapping $(2,3), (1,4),(1,2)$, but not by $(1,2),(1,4),(2,3)$.
In particular, I want to assume without loss of generality that, for any given permutation, there is a sequence $s$ of transpositions such that the following transposition $(i,j)$ is last in $s$: here, $j$ is the maximum element and $i$ is the maximum over all elements occuring with $j$ in a transposition in $s$.
Can I assume this without loss of generality and what should I cite to support this? Can I assume other properties about the sequence (for example, could all transpositions be of the form $(1,j)$ while maintaining the property that none of them is repeated)?