General affine group:GA(1,8)

From Groupprops
Revision as of 17:52, 13 January 2024 by R-a-jones (talk | contribs) (→‎Group properties: Fixed typo - is in fact a solvable group (Burnside's theorem))

This article is about a particular group, i.e., a group unique upto isomorphism. View specific information (such as linear representation theory, subgroup structure) about this group
View a complete list of particular groups (this is a very huge list!)[SHOW MORE]

Definition

This group is defined as the general affine group of degree one over the field of eight elements. In other words, it is the semidirect product of the additive group of this field and the multiplicative group of the field.

Canonical matrix representation of elements

While any general affine group GA(n,K) cannot be realized as a subgroup of the general linear group GL(n,K), it can be realized as a subgroup of GL(n+1,K) in a fairly typical way: the vector from Kn is the first n entries of the right column, the matrix from GL(n,K) is the top left n×n block, there is a 1 in the bottom right corner, and zeroes elsewhere on the bottom row. In particular, GA(1,8) is the set of matrices over F8 of the form (ab01) with a0.


Arithmetic functions

Function Value Explanation
order 56
exponent 14
Frattini length 1
Fitting length 2
derived length 2
minimum size of generating set 2
subgroup rank 3

Group properties

Property Satisfied Explanation
abelian group No
nilpotent group No
metacyclic group No
supersolvable group No
solvable group Yes

GAP implementation

Group ID

This finite group has order 56 and has ID 11 among the groups of order 56 in GAP's SmallGroup library. For context, there are groups of order 56. It can thus be defined using GAP's SmallGroup function as:

SmallGroup(56,11)

For instance, we can use the following assignment in GAP to create the group and name it G:

gap> G := SmallGroup(56,11);

Conversely, to check whether a given group G is in fact the group we want, we can use GAP's IdGroup function:

IdGroup(G) = [56,11]

or just do:

IdGroup(G)

to have GAP output the group ID, that we can then compare to what we want.