Unitriangular matrix group:UT(4,2): Difference between revisions

From Groupprops
No edit summary
Line 5: Line 5:
This group is defined in the following equivalent ways:
This group is defined in the following equivalent ways:


* It is the group of upper-triangular <math>4 \times 4</math> matrices with <math>1</math>s on the diagonal over [[field:F2|the field of two elements]].
* It is the [[unitriangular matrix group]] of [[unitriangular matrix group of degree four|degree four]] over [[field:F2|the field of two elements]].
* It is a <math>2</math>-Sylow subgroup of [[general linear group:GL(4,2)]].
* It is a <math>2</math>-Sylow subgroup of [[general linear group:GL(4,2)]].
* It is the <math>2</math>-Sylow subgroup of the [[holomorph of a group|holomorph]] of the [[elementary abelian group:E8|elementary abelian group of order eight]], which is [[general affine group:GA(3,2)|the general affine group]].
* It is the <math>2</math>-Sylow subgroup of the [[holomorph of a group|holomorph]] of the [[elementary abelian group:E8|elementary abelian group of order eight]], which is [[general affine group:GA(3,2)|the general affine group]].
* It is the <math>2</math>-Sylow subgroup of the [[holomorph of a group|holomorph]] of the [[direct product of Z4 and Z2]].
* It is the <math>2</math>-Sylow subgroup of the [[holomorph of a group|holomorph]] of the [[direct product of Z4 and Z2]].
==Arithmetic functions==
{{compare and contrast arithmetic functions|order = 64}}
{| class="sortable" border="1"
! Function !! Value !! Similar groups !! Explanation for function value
|-
| {{arithmetic function value order|64}} || As <math>UT(n,q)</math>: <math>q^{n(n-1)/2} = 2^{4(3)/2} = 2^6 = 64</math>
|-
| {{arithmetic function value order p-log etc|6}} ||
|-
| {{arithmetic function value given order|exponent of a group|4|64}} || As <math>UT(4,q)</math>, characteristic two: 4
|-
| {{arithmetic function value given order and p-log|prime-base logarithm of exponent|2|64|6}} ||
|-
| {{arithmetic function value given order and p-log|nilpotency class|3|64|6}} ||
|-
| {{arithmetic function value given order and p-log|derived length|2|64|6}} ||
|-
| {{arithmetic function value given order and p-log|Frattini length|2|64|6}} ||
|}


==GAP implementation==
==GAP implementation==

Revision as of 18:57, 27 March 2012

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:

Arithmetic functions

Want to compare and contrast arithmetic function values with other groups of the same order? Check out groups of order 64#Arithmetic functions

Function Value Similar groups Explanation for function value
order (number of elements, equivalently, cardinality or size of underlying set) 64 groups with same order As UT(n,q): qn(n1)/2=24(3)/2=26=64
prime-base logarithm of order 6 groups with same prime-base logarithm of order
max-length of a group 6 max-length of a group equals prime-base logarithm of order for group of prime power order
chief length 6 chief length equals prime-base logarithm of order for group of prime power order
composition length 6 composition length equals prime-base logarithm of order for group of prime power order
exponent of a group 4 groups with same order and exponent of a group | groups with same exponent of a group As UT(4,q), characteristic two: 4
prime-base logarithm of exponent 2 groups with same order and prime-base logarithm of exponent | groups with same prime-base logarithm of order and prime-base logarithm of exponent | groups with same prime-base logarithm of exponent
nilpotency class 3 groups with same order and nilpotency class | groups with same prime-base logarithm of order and nilpotency class | groups with same nilpotency class
derived length 2 groups with same order and derived length | groups with same prime-base logarithm of order and derived length | groups with same derived length
Frattini length 2 groups with same order and Frattini length | groups with same prime-base logarithm of order and Frattini length | groups with same Frattini length

GAP implementation

Group ID

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

SmallGroup(64,138)

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

gap> G := SmallGroup(64,138);

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

IdGroup(G) = [64,138]

or just do:

IdGroup(G)

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


Other descriptions

Description Functions used
UnitriangularPcpGroup(4,2) UnitriangularPcpGroup
SylowSubgroup(GL(4,2),2) SylowSubgroup, GL
SylowSubgroup(Holomorph(ElementaryAbelianGroup(8)),2) SylowSubgroup, Holomorph, ElementaryAbelianGroup
SylowSubgroup(Holomorph(DirectProduct(CyclicGroup(4),CyclicGroup(2))),2) SylowSubgroup, Holomorph, DirectProduct, CyclicGroup