Here is the question that I'm working on:
Show that if $n \geq 2$, then every permutation of $\{1,2,...,n\}$ can be expressed as the composition of transpositions of the form ($1$ $a$), where $a = 2,3,...,n$.
We'll, let's say that we call such a set $S$ such that it has the elements $$S = \{1,2,3\}.$$
Then it's obvious that the composition of transpositions for this set if given by $$(13),(12)$$
That's the case only when $n = 3$ and $a = 2,3$. Visually, I know that this result will happen for other values of $n$ and $a$, but describing this observation as a proof is where I'm stuck on. How should I start the proof?
EDIT It seems the way to handle this problem is to give a proof by induction on $n$.