- #1
- 2,076
- 140
Homework Statement
If a is even, prove a-1 is even.
Homework Equations
We know that every permutation in [itex]S_n, n>1[/itex] can be written as a product of 2-cycles. Also note that the identity can be expressed as (12)(12) for this to be possible.
The Attempt at a Solution
Suppose a is a permutation made up of 2cycles, say [itex]a_1, ...,a_n[/itex].
We know that :
[itex]a^{-1} = (a_1, ...,a_n)^{-1} = a_{1}^{-1}, ..., a_{n}^{-1}[/itex]
Now since we can write (ab) = (ba) for any two cycle, we know : [itex]a^{-1} = (a_1, ...,a_n)^{-1} = a_{1}^{-1}, ..., a_{n}^{-1} = a_1, ...,a_n = a[/itex]
So if a is an even permutation, it means that |a| is even, say |a|=n. Then |a-1| is also even since |a| = |a-1| for 2cycles.
Thus if a is even, then a-1 is also even.
Is this correct?