1.
In the analysis of Example 23.25 with Sage, two subgroups of order and one subgroup of order were not analyzed. Determine the fixed fields of these three subgroups.
.structure()
method), choose one of the roots (any one) and express it in terms of the single generator of the absolute field. Then reverse the procedure and express the single generator of the absolute field in terms of the roots in the tower.NumberField()
command should complain (which it will not).check=False
argument to the NumberField()
command β this will bypass checking irreducibility..roots()
method to collect the roots of the polynomial. Get the group of automorphisms of the field with the End()
command..log()
method to identify them as powers of the fieldβs multiplicative generator..subfields()
method applied to the flattened tower. As mentioned, these are technically not subfields, but do have embeddings into the tower. Given two subfields, their respective primitive elements are embedded into the tower, with an image that is a linear combination of powers of the primitive element for the tower.