I am trying to go through a proof which contains a statement that an even permutation from $A_n$ is a square of another permutation from $S_n$. My basic ideas are like this:
Suppose an even permutation is $y$. As the signature of an even permutation is $+1$, we are able to write it as a product of $t_{1}t_{2}t_{3}t_{4}...t_{2r-1}t_{2r}$ with each $t$ standing for a two cycle. Then, consider $t_{1}t_{2}$, it can be written as $(ij)(kl)$ if $t_{1}$ and $t_{2}$ are distinct, or as $(ij)(jk)$ if they are not distinct. However, $(ij)(kl) = (ikjl)^2$ and $(ij)(jk) = (ikj)^2$, which means each of the $t_1t_2$, $t_3t_4$,...,$t_{2r-1}t_{2r}$ is a square of another permutation of $S_n$, say $x_i$.
However, how does it imply that $y$ is a square of another permutation? If $y = x_1^2...x_r^2$, does it necessarily mean that $y$ is a square of something? Is $x_i$ commutative in this case? I need some hints, thanks.