General semilinear group:GammaL(1,8)

From Groupprops
(Redirected from Frobenius group: Z7⋊Z3)

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:

  1. It is the general semilinear group of degree one over field:F8.
  2. 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

Function Value Similar groups Explanation
order (number of elements, equivalently, cardinality or size of underlying set) 21 groups with same order As :
As semidirect product of groups of order 7 and 3: (see order of semidirect product is product of orders)
exponent of a group 21 groups with same order and exponent of a group | groups with same exponent of a group There are elements of order 7 and 3
nilpotency class -- -- not a nilpotent group
derived length 2 groups with same order and derived length | groups with same derived length Derived subgroup is isomorphic to cyclic group:Z7.
Fitting length 2 groups with same order and Fitting length | groups with same Fitting length Fitting subgroup is same as derived subgroup
Frattini length 1 groups with same order and Frattini length | groups with same Frattini length Maximal subgroups of orders 7 and 3 intersect trivially
minimum size of generating set 2 groups with same order and minimum size of generating set | groups with same minimum size of generating set Not cyclic, can be generated by two elements since semidirect product of cyclic group:Z3 and cyclic group:Z7, hence two.

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.