General semilinear group:GammaL(1,8): Difference between revisions
No edit summary |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
# It is the [[general semilinear group of degree one]] over [[field:F8]]. | # 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. | # 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 <math>\mathbb{Z}_7 \rtimes \mathbb{Z}_3</math> 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 <math>\mathbb{Z}_7 \rtimes \mathbb{Z}_3</math>. | |||
We need to find a [[group homomorphism]] <math>\rho:\mathbb{Z}_3 \to \operatorname{Aut}(\mathbb{Z}_7) \cong \mathbb{Z}_6</math>. | |||
Consider the map <math>x \mapsto (y \mapsto 2^x y) </math> | |||
Here, <math>x</math> is an element of the integers mod <math>3</math>, and <math>y</math> is an element of the integers mod <math>7</math>. | |||
This is a homomorphism, since <math>\rho(xx')=y \mapsto 2^{xx'}y = (y \mapsto 2^x y) \circ (y \mapsto 2^{x'} y) = \rho(x) \rho(x') </math>. Indeed, <math>\rho(1)=y \mapsto y</math>, the identity element of <math>\mathrm{Aut}(\mathbb{Z}_7)</math>. | |||
Then <math>G = \mathbb{Z}_7 \rtimes_{\rho} \mathbb{Z}_3</math> is non-abelian since <math>(0, 1) * (1, 0) = (2, 1)</math>, <math>(1, 0) * (0, 1) = (1, 1)</math>. | |||
Hence we have constructed a non-abelian group of order <math>21</math>. | |||
The classification of [[groups of order 21]] says that there is only one non-abelian group of order <math>21</math>, the Frobenius group, hence this is the Frobenius group. | |||
==Arithmetic functions== | ==Arithmetic functions== | ||
| Line 26: | Line 52: | ||
|- | |- | ||
| {{arithmetic function value given order|Frattini length|1|21}} || Maximal subgroups of orders 7 and 3 intersect trivially | | {{arithmetic function value given order|Frattini length|1|21}} || Maximal subgroups of orders 7 and 3 intersect trivially | ||
|- | |||
| {{arithmetic function value given order|minimum size of generating set|2|21}} || Not cyclic, can be generated by two elements since semidirect product of [[cyclic group:Z3]] and [[cyclic group:Z7]], hence two. | |||
|} | |} | ||
| Line 35: | Line 63: | ||
| {{arithmetic function value given order|number of conjugacy classes|5|21}} || As <math>\Gamma L (1, p^3), p = 2</math>: <math>(p^3 + 8p - 9)/3 = (2^3 + 8 \cdot 2 - 9)/3 = 5</math><br>See [[element structure of general semilinear group of degree one over a finite field]] | | {{arithmetic function value given order|number of conjugacy classes|5|21}} || As <math>\Gamma L (1, p^3), p = 2</math>: <math>(p^3 + 8p - 9)/3 = (2^3 + 8 \cdot 2 - 9)/3 = 5</math><br>See [[element structure of general semilinear group of degree one over a finite field]] | ||
|} | |} | ||
==GAP implementation== | ==GAP implementation== | ||
{{GAP ID|21|1}} | {{GAP ID|21|1}} | ||
Latest revision as of 02:00, 26 December 2023
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.