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

From Groupprops
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:


==Definition==
==Definition==
The cases <math>p = 2</math> (see [[unitriangular matrix group:UT(4,2)]]) and <math>p = 3</math> (see [[unitriangular matrix group:UT(4,3)]]) differ somewhat from the cases of other primes. This is noted at all places in the page where it becomes significant.


===As a group of matrices===
===As a group of matrices===


Given a prime <math>p</math>, the group <math>UT(4,p)</math> is defined as the [[unitriangular matrix group]] of [[unitriangular matrix group of degree four|degree four]] over the [[prime field]] <math>\mathbb{F}_p</math>.
Given a prime <math>p</math>, the group <math>UT(4,p)</math> is defined as the [[unitriangular matrix group]] of [[unitriangular matrix group of degree four|degree four]] over the [[prime field]] <math>\mathbb{F}_p</math>. Explicitly, this is described as the following group under matrix multiplication:
 
<math>\left \{ \begin{pmatrix}
1 & a_{12} & a_{13} & a_{14}\\
0 & 1 & a_{23} & a_{24} \\
0 & 0 & 1 & a_{34}\\
0 & 0 & 0 & 1 \\\end{pmatrix} \mid a_{12},a_{13},a_{14},a_{23},a_{24},a_{34} \in \mathbb{F}_p \right \}</math>
 
The multiplication  of matrices <math>A = (a_{ij})</math> and <math>B = (b_{ij})</math> gives the matrix <matH>C = (c_{ij})</math> where:
 
* <math>c_{12} = a_{12} + b_{12}</math>
* <math>c_{13} = a_{13} + b_{13} + a_{12}b_{23}</math>
* <math>c_{14} = a_{14} + b_{14} + a_{12}b_{24} + a_{13}b_{34}</math>
* <math>c_{23} = a_{23} + b_{23}</math>
* <math>c_{24} = a_{24} + b_{24} + a_{23}b_{34}</math>
* <math>c_{34} = a_{34} + b_{34}</math>


The cases <math>p = 2</math> (see [[unitriangular matrix group:UT(4,2)]]) and <math>p = 3</math> (see [[unitriangular matrix group:UT(4,3)]]) differ somewhat from the cases of other primes.
The identity element is the identity matrix, i.e., the matrix where all off-diagonal entries are zero and all diagonal entries are 1.
 
The inverse of a matrix <math>A = (a_{ij})</math> is the matrix <math>M = (m_{ij})</math> where:
 
* <math>m_{12} = -a_{12}</math>
* <math>m_{13} = -a_{13} + a_{12}a_{23}</math>
* <math>m_{14} = -a_{14} + a_{12}a_{24} + a_{13}a_{34} - a_{12}a_{23}a_{34}</math>
* <math>m_{23} = -a_{23}</math>
* <math>m_{24} = -a_{24} + a_{23}a_{34}</math>
* <math>m_{34} = -a_{34}</math>
 
===In coordinate form===
 
We may define the group as the set of ordered 6-tuples <math>(a_{12},a_{13},a_{14},a_{23},a_{24}, a_{34})</math> over <math>\mathbb{F}_p</math> (the coordinates are allowed to repeat), with the multiplication law, identity element, and inverse operation given by:  
 
<math> (a_{12},a_{13},a_{14},a_{23},a_{24},a_{34}) (b_{12},b_{13},b_{14},b_{23},b_{24},b_{34}) = </math>
 
<math>(a_{12} + b_{12},a_{13} + b_{13} + a_{12}b_{23},a_{14} + b_{14} + a_{12}b_{24} + a_{13}b_{34}, a_{23} + b_{23}, a_{24} + b_{24} + a_{23}b_{34},a_{34} + b_{34})</math>
 
<math>\mbox{Identity element} = (0,0,0,0,0,0)</math>
 
<math>(a_{12},a_{13},a_{14},a_{23},a_{24},a_{34})^{-1} = (-a_{12},-a_{13} + a_{12}a_{23}, -a_{14} + a_{12}a_{24} + a_{13}a_{34} - a_{12}a_{23}a_{34}, -a_{23}, -a_{34}, -a_{24} + a_{23}a_{34})</math>
 
The matrix corresponding to the 6-tuple <math>(a_{12},a_{13},a_{14},a_{23},a_{24}, a_{34})</math> is:
 
<math>\begin{pmatrix}
1 & a_{12} & a_{13} & a_{14}\\
0 & 1 & a_{23} & a_{24} \\
0 & 0 & 1 & a_{34}\\
0 & 0 & 0 & 1 \\\end{pmatrix}</math>
 
This definition clearly matches the earlier definition, based on the rules of matrix multiplication.


==Families==
==Families==
Line 16: Line 64:


{{further|[[element structure of unitriangular matrix group:UT(4,p)]]}}
{{further|[[element structure of unitriangular matrix group:UT(4,p)]]}}
===Summary===


{{#lst:element structure of unitriangular matrix group:UT(4,p)|summary}}
{{#lst:element structure of unitriangular matrix group:UT(4,p)|summary}}
===Conjugacy class structure===
{{#lst:element structure of unitriangular matrix group:UT(4,p)|conjugacy class summary}}


==Linear representation theory==
==Linear representation theory==
Line 37: Line 91:
|-
|-
| <tt>SylowSubgroup(SL(4,p),p)</tt> || [[GAP:SylowSubgroup|SylowSubgroup]], [[GAP:SL|SL]]
| <tt>SylowSubgroup(SL(4,p),p)</tt> || [[GAP:SylowSubgroup|SylowSubgroup]], [[GAP:SL|SL]]
|-
| <tt>SylowSubgroup(PGL(4,p),p)</tt> || [[GAP:SylowSubgroup|SylowSubgroup]], [[GAP:PGL|PGL]]
|-
| <tt>SylowSubgroup(PSL(4,p),p)</tt> || [[GAP:SylowSubgroup|SylowSubgroup]], [[GAP:PSL|PSL]]
|}
|}

Latest revision as of 15:36, 18 September 2012

This article is about a family of groups with a parameter that is prime. For any fixed value of the prime, we get a particular group.
View other such prime-parametrized groups

Definition

The cases p=2 (see unitriangular matrix group:UT(4,2)) and p=3 (see unitriangular matrix group:UT(4,3)) differ somewhat from the cases of other primes. This is noted at all places in the page where it becomes significant.

As a group of matrices

Given a prime p, the group UT(4,p) is defined as the unitriangular matrix group of degree four over the prime field Fp. Explicitly, this is described as the following group under matrix multiplication:

{(1a12a13a1401a23a24001a340001)a12,a13,a14,a23,a24,a34Fp}

The multiplication of matrices A=(aij) and B=(bij) gives the matrix C=(cij) where:

  • c12=a12+b12
  • c13=a13+b13+a12b23
  • c14=a14+b14+a12b24+a13b34
  • c23=a23+b23
  • c24=a24+b24+a23b34
  • c34=a34+b34

The identity element is the identity matrix, i.e., the matrix where all off-diagonal entries are zero and all diagonal entries are 1.

The inverse of a matrix A=(aij) is the matrix M=(mij) where:

  • m12=a12
  • m13=a13+a12a23
  • m14=a14+a12a24+a13a34a12a23a34
  • m23=a23
  • m24=a24+a23a34
  • m34=a34

In coordinate form

We may define the group as the set of ordered 6-tuples (a12,a13,a14,a23,a24,a34) over Fp (the coordinates are allowed to repeat), with the multiplication law, identity element, and inverse operation given by:

(a12,a13,a14,a23,a24,a34)(b12,b13,b14,b23,b24,b34)=

(a12+b12,a13+b13+a12b23,a14+b14+a12b24+a13b34,a23+b23,a24+b24+a23b34,a34+b34)

Identity element=(0,0,0,0,0,0)

(a12,a13,a14,a23,a24,a34)1=(a12,a13+a12a23,a14+a12a24+a13a34a12a23a34,a23,a34,a24+a23a34)

The matrix corresponding to the 6-tuple (a12,a13,a14,a23,a24,a34) is:

(1a12a13a1401a23a24001a340001)

This definition clearly matches the earlier definition, based on the rules of matrix multiplication.

Families

These groups fall in the more general family UT(n,p) of unitriangular matrix groups. The unitriangular matrix group UT(n,p) can be described as the group of unipotent upper-triangular matrices in GL(n,p), which is also a p-Sylow subgroup of the general linear group GL(n,p). This further can be generalized to UT(n,q) where q is the power of a prime p. UT(n,q) is the p-Sylow subgroup of GL(n,q).

Element structure

Further information: element structure of unitriangular matrix group:UT(4,p)

Summary

Item Value
number of conjugacy classes 2p3+p22p
equals number of irreducible representations. See number of irreducible representations equals number of conjugacy classes, linear representation theory of unitriangular matrix group of degree four over a finite field
order p6
Follows from the general formula, order of UT(n,q),n=4,q=p is qn(n1)/2=p6
conjugacy class size statistics 1 (p times), p (p21 times), p2 (p3+p22p times), p3 (p3p2p+1 times)
order statistics Case p=2: order 1 (1 element), order 2 (27 elements), order 4 (36 elements)
Case p=3: order 1 (1 element), order 3 (512 elements), order 9 (216 elements)
Case p5: order 1 (1 element), order p (p61 elements)
exponent p2 if p<5
p if p5


Conjugacy class structure

For the right-most column for the type of matrix, we use the (row number, column number) notation for matrix entries. Explicitly, the matrix under consideration is:

(1a12a13a1401a23a24001a340001)

The subgroups mentioned in the table below are:

Subgroup Visual description Condition Order
center (100a14010000100001) a12=a13=a23=a24=a34=0 p
derived subgroup (10a13a14010a2400100001) a12=a23=a34=0 p3
unique abelian subgroup of maximum order (10a13a1401a23a2400100001) a12=a34=0 p4
Nature of conjugacy class Jordan block size decomposition Minimal polynomial Size of conjugacy class Number of such conjugacy classes Total number of elements Order of elements in each such conjugacy class Type of matrix (constraints on aij,i<j)
identity element 1 + 1 + 1 + 1 x1 1 1 1 1 all the aij,i<j are zero
non-identity element, but central (has Jordan blocks of size 1,1,2 respectively) 2 + 1 + 1 (x1)2 1 p1 p1 p a140, all the others are zero
non-central but in derived subgroup, has Jordan blocks of size 1,1,2 2 + 1 + 1 (x1)2 p 2(p1) 2p(p1) p a12=a23=a34=0
Among a13 and a24, exactly one of them is nonzero.
a14 may be zero or nonzero
non-central but in derived subgroup, Jordan blocks of size 2,2 2 + 2 (x1)2 p (p1)2 p(p1)2 p a12=a23=a34=0
Both a13 and a24 are nonzero.
a14 may be zero or nonzero
outside derived subgroup, inside unique abelian subgroup of maximum order, with Jordan blocks of size 1,1,2 2 + 1 + 1 (x1)2 p2 p1 p2(p1) p a12=a34=a14=0
a23 is nonzero
a13 and a24 are arbitrary
outside derived subgroup, inside unique abelian subgroup of maximum order, with Jordan blocks of size 2,2 2 + 2 (x1)2 p2 (p1)2 p2(p1)2 p a12=a34=0
a23 and a14 are both nonzero
a13 and a24 are arbitrary
outside abelian subgroup of maximum order, Jordan blocks of size 1,1,2 2 + 1 + 1 (x1)2 p2 2(p1) 2p2(p1) p Two subcases:
Case 1: a12=a23=a13=0, a34 nonzero, a14,a24 arbitrary
Case 2: a23=a24=a34=0, a12 nonzero, a13,a14 arbitrary
outside abelian subgroup of maximum order, Jordan blocks of size 2,2 2 + 2 (x1)2 p2 (p1)2 p2(p1)2 p a12,a34 both nonzero
a23=0
a14,a24 arbitrary
a13 uniquely determined by other values
outside abelian subgroup of maximum order, Jordan blocks of size 1,3, with centralizer of order q4 3 + 1 (x1)3 p2 (p1)2(p+1) p2(p1)2(qp+1) p if p odd
4 if p=2
PLACEHOLDER FOR INFORMATION TO BE FILLED IN: [SHOW MORE]
outside abelian subgroup of maximum order, Jordan blocks of size 1,3, with centralizer of order q3 3 + 1 (x1)3 p3 2(p1)2 2p3(p1)2 p if p odd
4 if p=2
Two subcases:
Case 1: a12,a23 nonzero, a34=0, other entries arbitrary
Case 2: a23,a34 nonzero, a12=0, other entries arbitrary
Jordan block of size 4 4 (x1)4 p3 (p1)3 p3(p1)3 p2 if p<5
p if p5
a12,a23,a34 nonzero
a13,a14,a24 arbitrary
Total (--) -- -- -- 2p3+p22p p6 -- --


Linear representation theory

Further information: linear representation theory of unitriangular matrix group:UT(4,p)

Summary

Item Value
number of conjugacy classes (equals number of irreducible representations over a splitting field) 2p3+p22p. See number of irreducible representations equals number of conjugacy classes, element structure of unitriangular matrix group of degree four over a finite field
degrees of irreducible representations 1 (occurs p3 times), p (occurs p3p times), p2 (occurs p2p times)
sum of squares of degrees of irreducible representations p6 (equals order of the group)
see sum of squares of degrees of irreducible representations equals order of group
lcm of degrees of irreducible representations p2


GAP implementation

We assume p is assigned a prime number value beforehand.

Description Functions used
SylowSubgroup(GL(4,p),p) SylowSubgroup, GL
SylowSubgroup(SL(4,p),p) SylowSubgroup, SL
SylowSubgroup(PGL(4,p),p) SylowSubgroup, PGL
SylowSubgroup(PSL(4,p),p) SylowSubgroup, PSL