Supplementary

Symmetric quartics and bitangents

It is classical that a smooth plane quartic (in fact a general plane quartic) admits 28 bitangents, which are lines meeting the quartic at two points, each of order two. This is a classical question in enumerative algebraic geometry, and we can ask how it interacts with symmetries of quartics. Since a plane quartic is a canonical smooth curve of genus 3, its automorphism group lives in \(\text{PGL}_3(\mathbb{C})\) and therefore acts on the bitangents. There are 12 possible automorphism groups, and their action on the lines was worked out by myself and Candace.

The Galois group of the bitangents to a smooth planar quartic differs from the Weyl group of \(E_7\) by order 2. Explicitly, by presenting the group \(W(E_7)\) in \(\text{GL}_7(\mathbb{Z})\) in terms of the \(E_7\) root lattice, we can consider the determinant map \(\text{det} : W(E_7) \to \{+1,-1\}\). The kernel is denoted \(W^+(E_7)\), and the determinant is split by the inclusion of \(-I_7\), hence we obtain an isomorphism \(W(E_7) \cong W^+(E_7)\times \{+1,-1\}\). The Galois group of bitangents is this group \(W^+(E_7)\), which admits an exceptional isomorphism \(W^+(E_7) \cong \text{Sp}_6(\mathbb{F}_2)\).

Listed below are the 12 automorphism groups, a picture of the real bitangents where available, and some info about how the group sits inside the Galois group of the problem.

TypePictureGroup nameGAP idNormalizer idNormalizer solvable?Centralizer idCentralizer solvable?Normalizer mod group (id)Normalizer mod group solvable?

1

\(\mathrm{PSL}_2(7)\)

[168, 42]

[336, 208]

false

[ 1, 1 ]

true

[2, 1]

true

2

no real points

\(C_4^{\times 2}\rtimes S_3\)

[96, 64]

[384, 17949]

true

[ 2 , 1 ]

[4, 2]

true

3

no real points

\(C_4\circledcirc A_4\)

[48, 33]

[192, 988]

true

[ 4 , 1 ]

[4, 2]

true

4

\(S_4\)

[24, 12]

[96, 226]

true

[ 4 , 2 ]

[4, 2]

true

5

\(P\)

[16, 13]

[768, 1090081]

true

[ 16 , 10 ]

[48, 48]

true

6

\(C_9\)

[9, 1]

[54, 6]

true

[ 9 , 1 ]

[6, 2]

true

7

\(D_8\)

[8, 3]

[256, 25876]

true

[ 32, 46 ]

[32, 27]

true

8

\(C_6\)

[6, 2]

[144, 125]

true

[ 72, 25 ]

[24, 12]

true

9

\(S_3\)

[6, 1]

[216, 162]

true

[ 36, 10 ]

[36, 10]

true

10

\(K_4\)

[4, 2]

n/a (order 1536)

true

[ 256, 51978 ]

[384, 20089]

true

11

\(C_3\)

[3, 1]

[1296, 2891]

true

[ 648, 533 ]

[432, 734]

true

12

\(C_2\)

[2, 1]

n/a (order 4608)

true

n/a (order 4608)

n/a (order 2304)

true

A presentation of the group

By Harris, the Galois group of the 28 bitangents to a plane cubic curve is isomorphic to the symplectic group of \(6\times 6\) matrices over the finite field \(\mathbb{F}_2\). This can be presented in e.g. Sage as:

class="highlight">
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Sp62 = MatrixGroup([
   matrix(GF(2),[
         [1, 0, 1, 0, 0, 1],
         [0, 1, 0, 0, 0, 0],
         [0, 0, 1, 0, 0, 0],
         [0, 0, 0, 1, 0, 1], 
         [0, 0, 0, 0, 1, 0], 
         [0, 0, 0, 0, 0, 1]
         ]),
   matrix(GF(2),[
      [0, 0, 0, 1, 0, 0], 
      [1, 0, 0, 0, 0, 0], 
      [0, 1, 0, 0, 0, 0], 
      [0, 0, 0, 0, 1, 0], 
      [0, 0, 0, 0, 0, 1], 
      [0, 0, 1, 0, 0, 0]
      ])
])

Subgroup lattice

Here is the subgroup lattice, where an edge indicates subconjugacy in \(\text{PGL}_3(\mathbb{C})\). I haven’t computed that this is the same as \(W(E_7)/\pm1\) subconjugacy in each of these cases.

On the Galois group

The Galois group of this problem is \(W(E_7)/\pm 1\). This is a finite group of order 1451520, and it is unsolvable.