example of Schreier’s Lemma
Let G be a permutation group, that is, a subgroup
of the symmetric group
Sym(Ω) on the set Ω. Fix ω∈Ω. Then
Gω={g∈G:ωg=ω} |
is a subgroup of G, and furthermore, the orbit ωG canonically parameterizes a transversal of G/Gω. That is, to every coset Gωg there corresponds precisely one image ωg and visa-versa. This leads to one of the most significant applications of Schreier’s lemma.
Example.
Let G=⟨s1=(1,2,3,4),s2=(1,3)⟩, which is a copy of D8 actings the symmetries of the four corners of a square. If we let ω=1 then we know that the stabilizer
G1 has index 4 in G and is therefore of order 2.
Geometrically it is not too difficult to understand that the stabilizer G1 is the subgroup ⟨(2,4)⟩; however, computers are not generally geometrically inclined, and so we use Schreier’s lemma to conclude the same in a completely computational method.
The orbit of 1 is {1,2,3,4} but in order to make use of Schreier’s lemma we encode the orbit together with a representative of G which transports 1 to the corresponding orbit element. For example:
1G={1=11,2=1s1,3=2s1,4=3s1}. |
This translates to the following simple transversal
T={1,s1,s21,s31}. |
Notice that we have used the generators of G to create the orbit so that the transversal is created as words over the generators of G as given. (This process is not unique in general, but always possible.)
So we now have the ingrediants of Schreier’s lemma so we use them to create a generating set for H=G1. Here U is the set:
U={1s1(¯1s1)-1,1s2(¯1s2)-1,s1s1(¯s1s1)-1,s1s2(¯s1s2)-1,s21s1(¯s21s1)-1,s21s2(¯s21s2)-1,s31s1(¯s31s1)-1,s31s2(¯s31s2)-1}. |
We need to perform several multiplication to reduce this set of generators, for
instance, 1s31s2=4s2=4 so ¯s31s2=s31 while
1s21s2=3s2=1 so ¯s21s2=1. Proceeding like this
we find
U={1,s2s21,1,s1s2s-11,1,s21s2,1,s31s2s1}={1,s2s21,s1s2s-11,s21s2,s31s2s1}. |
Remembering these words are permutations we further find the set reduces to
U={(),(2,4)}. |
Finally, we must intersect U with G1. At first glance this feels impossible as we do not yet know G1; however, we do know that g∈G1 if and only if 1g=1. So we test this for each element of U and find that indeed each element in this case lies in G1. Therefore by Schreier’s lemma,
G1=⟨(),(2,4)⟩. |
This agrees with our graphical intuition.
Of course the value of Schreier’s lemma is for sets Ω of hundreds and thousands of points, well beyond human intuition in most cases. Recursive applications of the result allow one to build a set of generators for an entire stabilizer sequence and thus reveal the order of a permutation group – without having to list all the elements which is an impossibly large task.
A naive recursion is not generally sufficient as the number of generators returned at each level grows multiplicatively. However, applying some suitible filters and organizing the process (the main insight of Sims) leads to a polynomial time algorithm
for establishing generators of a stabilizer chain.
Title | example of Schreier’s Lemma |
---|---|
Canonical name | ExampleOfSchreiersLemma |
Date of creation | 2013-03-22 15:54:02 |
Last modified on | 2013-03-22 15:54:02 |
Owner | Algeboy (12884) |
Last modified by | Algeboy (12884) |
Numerical id | 5 |
Author | Algeboy (12884) |
Entry type | Example |
Classification | msc 20K27 |
Related topic | LiftsTransversals |