Samuelb88
- 160
- 0
Homework Statement
Use induction of n to prove that the transpositions s_i = (i, i+1), 1 \leq i \leq n - 1 generate S_n.
Homework Equations
Notation: e = Identity permutation.
Any permutation can be written as a disjoint product of transpositions.
The Attempt at a Solution
Proof. We proceed by induction on n. As our base case for n=2, we cite that the transposition s_1 = (12) is sufficient to generate S_n since s_1^2 = e. Suppose now that the transpositions s_i = (i, i+1), 1 \leq i \leq n-1 generate S_n.
I'm not really sure where to go next. I know that S_n has n! elements and want to use that fact along with the transposition (i+1,i+2) to somehow show that S_{n+1} will have (n+1)! elements but I am not sure if that is sufficient to prove that the s_i's generate S_n.