Every permutation of $n$ elements is a product of transpositions of the $n$ elements.
My work:
We proceed by induction on $n$.
Ovbiusly this stetement is true if $n=1,2$.
Now, suppose that $n\geq 3$ and the statement is true for all permutation on $n-1$ elements.
We need prove this is true for $n$ elements.
Let $\sigma\in S_n$.
Exists two cases, Suppose first that $\sigma(n)=n$. Then $\sigma |_{\{1,...,n-1\}}\in S_n$. is a product of transpositions by the inductive hypothesis, and then $\sigma$ is the product of the very same transpositions, regarded as permutations in $S_n$, fixing $n$.
Suppose next that $\sigma(n)\not = n$.
In this case i'm stuck. Can someone help me?
Moreover, if someone know other way to prove this please help me! Thanks.