Exercise 14.3.15

Prove that GL ( 2 , 𝔽 2 ) = SL ( 2 , 𝔽 2 ) PSL ( 2 , 𝔽 2 ) S 3 , and PSL ( 2 , 𝔽 3 ) A 4 .

Answers

Proof. Since SL ( 2 , 𝔽 2 ) is the kernel of the surjective homomorphism det : GL ( 2 , 𝔽 2 ) 𝔽 2 , where 𝔽 2 = { 1 } is trivial, we obtain SL ( 2 , 𝔽 2 ) = GL ( 2 , 𝔽 2 ) .

By part (c) of Exercise 14, PGL ( 2 , 𝔽 q ) SL ( 2 , 𝔽 q ) { I 2 , I 2 } . For q = 2 , I 2 = I 2 , thus

PGL ( 2 , 𝔽 2 ) SL ( 2 , 𝔽 2 ) = GL ( 2 , 𝔽 2 ) .

Moreover,

GL ( 2 , 𝔽 2 ) = { ( 1 0 0 1 ) , ( 0 1 1 1 ) , ( 0 1 1 0 ) , ( 1 0 1 1 ) , ( 1 1 0 1 ) , ( 1 1 1 0 ) } ,

thus | GL ( 2 , 𝔽 2 ) | = 6 , and GL ( 2 , 𝔽 2 ) is not Abelian:

( 1 1 1 0 ) ( 1 1 0 1 ) = ( 1 0 1 1 ) ( 0 1 1 0 ) = ( 1 1 0 1 ) ( 1 1 1 0 ) .

Since there is only one non Abelian group of order 6, up to isomorphism,

GL ( 2 , 𝔽 2 ) = SL ( 2 , 𝔽 2 ) PSL ( 2 , 𝔽 2 ) S 3 .

To prove the last inclusion, we use the action of PGL ( 2 , F ) on F { } described in section 7.5. We resume this description in the following lemma:

Lemma. The operation defined for all M = ( a b c d ) and z by

[ M ] z = az + b cz + d , ( z F { d c } ) ,

and also

[ M ] ( d c ) = , [ M ] = a c ( [ M ] =  if  c = 0 ) .

is a (left) action of PGL ( 2 , F ) on the projective line .

In this exercise, F = 𝔽 3 . Consider the restriction of this action to the subgroup PSL ( 2 , 𝔽 3 ) on 𝔽 ˙ 3 = 𝔽 3 { } = { 0 , 1 , 2 , } .

This action defines a group homomorphism

φ { PSL ( 2 , 𝔽 3 ) S ( 𝔽 ˙ 3 ) [ M ] φ ( [ M ] ) { 𝔽 ˙ 3 𝔽 ˙ 3 z [ M ] z .

We show that ker ( φ ) is trivial (the action is faithful): Let [ M ] PSL ( 2 , 𝔽 3 ) , with M = ( a b c d ) SL ( 2 , 𝔽 3 ) , such that φ ( [ M ] ) is the identity of 𝔽 ˙ 3 . Then, for all z 𝔽 ˙ 3 , [ M ] z = z . The equality [ M ] = shows that c = 0 . Thus for every z 𝔽 3 ,

az + b d = z ,

and then az + b = dz , ( a d ) z + b = 0 . With z = 0 , we obtain b = 0 , and with z = 1 , a d = 0 . Therefore M = a I 2 , a 𝔽 3 , and [ M ] = [ I 2 ] . We have proved that the kernel of the action is trivial, in other words φ is injective, and PSL ( 2 , 𝔽 3 ) Im ( φ ) S ( 𝔽 ˙ 3 ) is isomorphic to a subgroup of S ( 𝔽 ˙ 3 ) S 4 , therefore PSL ( 2 , 𝔽 3 ) is isomorphic to a subgroup of S 4 . By Exercise 14, parts (c) and (d), | PSL ( 2 , 𝔽 3 ) | = 12 , and the only subgroup of S 4 of order 12 is A 4 . Therefore

PSL ( 2 , 𝔽 3 ) A 4 .

Note: We explain why the permutations corresponding to elements of PSL ( 2 , 𝔽 3 ) A 4 are even, with another proof of this isomorphism.

Let [ T ] , [ S ] the two elements of PSL ( 2 , 𝔽 3 ) defined by [ T ] z = z + 1 and [ S ] z = 1 z , corresponding to the matrices

T = ( 1 1 0 1 ) , S = ( 0 1 1 0 ) , T , S SL ( 2 , 𝔽 3 ) .

The permutation of 𝔽 ˙ 3 corresponding to [ T ] , [ S ] by φ are

φ ( [ T ] ) = ( 0 1 2 1 2 0 ) = ( 0 1 2 ) , φ ( [ S ] ) = ( 0 1 2 2 1 0 ) = ( 0 ) ( 1 2 )

If we take a numbering of 𝔽 ˙ 3 to { 1 , 2 , 3 , 4 } , for instance f : 0 1 , 1 2 , 2 3 , 4 , the permutations corresponding to T , S are ( 1 2 3 ) , ( 1 4 ) ( 2 3 ) , both even.

A well known theorem shows that the matrices [ T ] , [ S ] generate PSL ( 2 , ) : every matrix M SL ( 2 , ) is of the form

M = ± U 1 U k , U i { T , S } .

Reducing modulo 3, every matrix M SL ( 2 , 𝔽 3 ) is of the same form, thus [ T ] , [ S ] generate PSL ( 3 , 𝔽 3 ) . This proves that the permutations corresponding to PSL ( 3 , 𝔽 3 ) = [ S ] , [ T ] are all even, and the argument of cardinality shows that PSL ( 3 , 𝔽 3 ) Im ( φ ) A 4 .

With Sage:

 G = PermutationGroup([’(1,4)(2,3)’,’(1,2,3)’])
 G.order()
  12
 G.structure_description()
        ’A4’
 

This confirms A 4 = ( 1 4 ) ( 2 3 ) , ( 1 2 3 ) , and consequently PSL ( 3 , 𝔽 3 ) = [ S ] , [ T ] .

Note 2: The same method can be applied to prove anew the first isomorphism PSL ( 2 , 𝔽 2 ) S 3 . Indeed, the action of PGL ( 2 , 𝔽 2 ) on 𝔽 2 { } = { 0 , 1 , } , restricted to PSL ( 2 , 𝔽 2 ) , gives an injective group homomorphism

φ { PSL ( 2 , 𝔽 2 ) S ( 𝔽 ˙ 2 ) S 3 [ M ] φ ( [ M ] ) { 𝔽 ˙ 2 𝔽 ˙ 2 z [ M ] z .

Moreover | PSL ( 2 , 𝔽 2 ) | = | S ( 𝔽 ˙ 2 ) | = 6 , thus φ is bijective. Therefore PSL ( 2 , 𝔽 2 ) S 3 .

User profile picture
2022-07-19 00:00
Comments