General semilinear group:GammaL(1,8)
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 in the following equivalent ways:
- It is the general semilinear group of degree one over field:F8.
- It is the external semidirect product of cyclic group:Z7 by cyclic group:Z3 for the unique nontrivial action of the latter on the former.
Properties
The group is the smallest non-abelian group of odd order. It is one of the two groups of order 21 alongside cyclic group:Z21.
This group is a soluble group.
This group is a Frobenius group of order 21.
Construction as a semidirect product
We will construct this group as a semidirect product .
We need to find a group homomorphism .
Consider the map
Here, is an element of the integers mod , and is an element of the integers mod .
This is a homomorphism, since . Indeed, , the identity element of .
Then is non-abelian since , .
Hence we have constructed a non-abelian group of order .
The classification of groups of order 21 says that there is only one non-abelian group of order , the Frobenius group, hence this is the Frobenius group.
Arithmetic functions
Basic arithmetic functions
Arithmetic functions of a counting nature
Function | Value | Similar groups | Explanation |
---|---|---|---|
number of conjugacy classes | 5 | groups with same order and number of conjugacy classes | groups with same number of conjugacy classes | As : See element structure of general semilinear group of degree one over a finite field |
GAP implementation
Group ID
This finite group has order 21 and has ID 1 among the groups of order 21 in GAP's SmallGroup library. For context, there are groups of order 21. It can thus be defined using GAP's SmallGroup function as:
SmallGroup(21,1)
For instance, we can use the following assignment in GAP to create the group and name it :
gap> G := SmallGroup(21,1);
Conversely, to check whether a given group is in fact the group we want, we can use GAP's IdGroup function:
IdGroup(G) = [21,1]
or just do:
IdGroup(G)
to have GAP output the group ID, that we can then compare to what we want.