Every permutation $p \in \sigma_n $ can be written as a product of disjoint cycles. For example, we can consider the following permutation $p \in \sigma_4 $ of the set of elements {1,2,3,4}: \begin{Bmatrix} 1 & 2& 3 & 4 \\ 2 & 3 & 4 & 1 \end{Bmatrix} that can be expressed as $(1 2 3 4)$ or \begin{Bmatrix} 1 & 2& 3 & 4 \\ 4 & 2 & 1 & 3 \end{Bmatrix} that can be expressed as $(1 4 3)\circ(2)$ In particular, every permutation $p \in \sigma_n $ can be written as a product of transpositions.
Every movement swaps two elements and, from this point of view, I see that every permutation is the product of a certain number of transpositions. But they can't be disjoint since the previous example $\begin{Bmatrix} 1 & 2& 3 & 4 \\ 2 & 3 & 4 & 1 \end{Bmatrix} =(1 2 3 4)$ can be written as $(1 2)(2 3)(3 4)(4 1)$
(Two cycles $(a_1,a_2,...,a_r)$ and $(b_1,b_2,...,b_s)$ are disjoint if $(a_1,a_2,...,a_r) \cap (b_1,b_2,...,b_s)=\varnothing $).
My question is how can I express the previous examples as a product of disjoint transpositions at the same time?