Exercise 13.3.13

In the proof of Proposition 13.3.9, we showed that when GL ( 3 , 𝔽 2 ) S 7 acts on three-element subsets of { 1 , , 7 } , the orbits have lengths 7 and 28 . We also asserted that up to conjugacy, GL ( 3 , 𝔽 2 ) is the only subgroup of S 7 with this property. In this exercise, you will study the action of some other subgroups of S 7 .

(a)
Prove that A 7 and S 7 act transitively on three-element subsets of { 1 , , 7 } . Thus there is one orbit of length 35 for these groups.
(b)
In Section 13.2, the group AGL ( 1 , 𝔽 5 ) S 5 played an important role in understanding the Galois group of a quintic. In a similar way, we have AGL ( 1 , 𝔽 7 ) S 7 provided we think of the indices as congruences classes modulo 7 . Prove that the orbits of A GL ( 1 , 𝔽 7 ) acting on the triples { 0 , 1 , 2 } and { 0 , 1 , 3 } have 21 and 14 elements, respectively.

Proof. The action of a group G on the set of three-elements subsets of { 1 , , 7 } is transitive when, for all triples of distinct elements i , j , k and distinct elements i , j , k , there is a g G such that { g i , g j , g k } = { i , j , k } (which is less constraining that σ ( i ) = i , σ ( j ) = j , σ ( k ) = k ).

The distinctness of elements means i j and j k and i k . The possibilities i = i (or j or k ) or j = j (or i or k ) or k = k (or i or j ) is allowed.

(a)
Let A be the set of three-elements subsets of { 1 , , 7 } . If { i , j , k } A , we show the existence of σ A 7 such that σ ( 1 ) , σ ( 2 ) , σ ( 3 ) = { i , j , k } .

Since Card ( { 1 , 2 , 3 } ) = Card ( { i , j , k } ) = 3 , there exists some bijection σ 1 : { 1 , 2 , 3 } { i , j , k } , for instance σ 1 : 1 k , 2 i , 3 j .

Since Card ( { 4 , 5 , 6 , 7 } ) = Card ( { 1 , , 7 } { i , j , k } ) = 4 , there exists a bijection σ 2 : { 4 , 5 , 6 , 7 } { 1 , , 7 } { i , j , k } .

Then the map s defined by s ( i ) = σ 1 ( i ) if i { 1 , 2 , 3 } and s ( i ) = σ 2 ( i ) if i { 4 , 5 , 6 , 7 } is a bijection, so that s S 7 .

If s is even, take σ = s , and if s is odd, take σ = s ( 1 2 ) . In both cases σ A n and σ ( { 1 , 2 , 3 } ) = { i , j , k } .

Therefore the orbit of { 1 , 2 , 3 } is A n { 1 , 2 , 3 } = A , which has 35 elements, so that A 7 acts transitively on three-element subsets of { 1 , , 7 } . A fortiori S n A n acts transitively on the same set.

(b)
The following Sage instructions give the length of the orbits of { 0 , 1 , 2 } and { 0 , 1 , 3 }
     F = GF(7)
     
     def t(a,b,i):
         return F(a*i + b)
     
     def orbit(u,v,w):
         """ returns the orbit of {u,v,w} """
         orb = set()
             for a in range(1,7):
                 for b in range(7):
                     l = [t(a,b,u), t(a,b,v), t(a,b,w)]
                     l.sort()
                     orb.add(tuple(l))
         return orb
     
     print(len(orbit(0,1,2)), len(orbit(0,1,3)))

(21,14)

For instance, the orbit of { 0 , 1 , 3 } is

AGL ( 1 , 𝔽 7 ) { 0 , 1 , 3 } = { { 3 , 4 , 6 } , { 2 , 3 , 5 } , { 0 , 4 , 5 } , { 2 , 4 , 5 } , { 0 , 2 , 3 } , { 0 , 2 , 6 } , { 1 , 5 , 6 } , { 3 , 5 , 6 } , { 1 , 2 , 4 } , { 1 , 3 , 4 } , { 0 , 1 , 5 } , { 1 , 2 , 6 } , { 0 , 1 , 3 } , { 0 , 4 , 6 } } .

Alternatively, one can find the isotropy group of these unordered triples :

The one-dimensional affine linear group AGL ( 1 , 𝔽 7 ) is the group of order 7 × 6 = 42 consisting of maps i ai + b where i , a , b 𝔽 7 and a 0 . The isotropy group of an unordered triple x 3 = { x 1 , x 2 , x 3 } is the subgroup G x 3 = { g 𝔽 7 | g x 3 = x 3 } . Solutions to the equations a x i + b = x σ ( i ) , i ( 1 , 2 , 3 ) , σ S 3 are giving the elements of isotropy group.

In matrix form the equations are:

( x 1 1 x 2 1 x 3 1 ) ( a b ) = ( x σ ( 1 ) x σ ( 2 ) x σ ( 3 ) )

The extended matrix for all σ S 3 excluding identity permutation is:

( x 1 1 x 1 x 2 x 2 x 3 x 3 x 2 1 x 3 x 1 x 3 x 1 x 2 x 3 1 x 2 x 3 x 1 x 2 x 1 )

Case x 3 = ( 0 , 1 , 2 ) : Gauss transformation of extended matrix to bring the first two columns to ( 0 1 1 0 0 1 )

gives:

( 0 1 0 1 1 2 2 1 1 2 0 2 0 1 2 1 1 2 0 1 0 ) = ( 0 1 0 1 1 2 2 1 0 2 6 1 5 6 2 1 1 2 0 1 0 ) = ( 0 1 0 1 1 2 2 1 0 2 6 1 5 6 0 1 4 4 5 5 2 )

There is only one solution corresponding to a = 6 , b = 2 , i.e., the order of isotropy group is 2 and (cf. Theorem A.4.9) the appropriate orbit has 42 2 = 21 elements.

Case x 3 = ( 0 , 1 , 3 ) : ( 0 1 0 1 1 3 3 1 1 3 0 3 0 1 3 1 1 3 0 1 0 ) = ( 0 1 0 1 1 3 3 1 0 3 6 2 4 5 3 1 1 3 0 1 0 ) = ( 0 1 0 1 1 3 3 1 0 3 6 2 4 5 0 1 6 6 1 3 6 )

There are two solutions corresponding to a = 2 , b = 1 and a = 4 , b = 3 , i.e., the order of isotropy group is 3 , hence the appropriate orbit has 42 3 = 14 elements.

Answers

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