- #1
AdrianZ
- 319
- 0
Homework Statement
if f [itex]\in[/itex] Sn show that there is some positive integer k, depending on f, such that fk=i. (from baby Herstein).
The Attempt at a Solution
Suppose that S={x1,x2,...,xn}. Elements of Sn are bijections from S to S. to show that fk=i it's enough to show that fk(xm)=xm for every m (1<=m<=n)
If f is in Sn, then f may stabilize(not permute) a finite number of elements and permutes the other elements. the elements that are not permuted by f will also be stabilized by fk. (because if f(xs)=xs, then f2(xs)=f(xs)=xs and by induction It's possible to show that fk(xs)=xs). So, for the elements that are not permuted by f we're done.
Now, We can suppose that xp is permuted by f and f(xp)=xq (xp[itex]\neq[/itex]xq). if we apply f again, f2 will again permute xp to another member of S and this process of permutation never halts because if finally xp is mapped to something that is not permuted anymore by f, like xs, then fk(xp)=xs and fk(xs)=xs which contradicts the fact that fk is bijective. Since this process never halts and S is a finite set and f is a bijection, then finally after k times (2<=k<=n) fk(xp)=xp (I'm in someway using the pigeonhole principle). this k depends on xp. (It can be shown by studying permutations of Sn for n>2)
It's easy to show that if fk(xp)=xp then fnk(xp)=xp. since k is dependent to the xp we choose, let's associate a ki with every element of S that is permuted. by the same argument we know that fki(xpi)=xpi. if we set K=LCM(ki) then by our previous arguments, It's obvious that for any xp we'll have fK(xp)=xp. Q.E.D.
I come up with this proof after studying permutations in S5. I know that the way I've explained my proof might be a little bit confusing but I hope that it's understandable. Is my proof correct? and if yes, is there any other way to prove it in a simpler way?