General linear group:GL(2,3): Difference between revisions

From Groupprops
No edit summary
Line 122: Line 122:
| [[Fitting quotient]] || [[Quotient-defining function value::Fitting quotient;symmetric group:S3| ]][[symmetric group:S3]] ||
| [[Fitting quotient]] || [[Quotient-defining function value::Fitting quotient;symmetric group:S3| ]][[symmetric group:S3]] ||
|}
|}
==GAP implementation==
{{GAP ID|48|29}}

Revision as of 16:11, 10 September 2009

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

The general linear group is defined as a general linear group: invertible matrices over the field of three elements.

Arithmetic functions

Function Value Explanation
order 48 .
exponent 24 Elements of order .
derived length 4
nilpotency class -- not a nilpotent group.
Frattini length 2 Intersection of maximal subgroups is center, of order two.
minimum size of generating set 2
subgroup rank 2 --
max-length 5
composition length 5
chief length 4
number of subgroups 55
number of conjugacy classes 8
number of conjugacy classes of subgroups 16

Group properties

Property Satisfied Explanation
Abelian group No
Nilpotent group No
Metacyclic group No
Supersolvable group No
Solvable group Yes Length four.
T-group No
HN-group No
Monolithic group Yes The center of order two is the unique minimal normal subgroup.
One-headed group Yes The special linear group.

Subgroups

Further information: Subgroup structure of general linear group:GL(2,3)

  1. The trivial group. (1)
  2. The center, which is a two-element subgroup isomorphic to a cyclic group of order two. It comprises the identity element and its negative. (1)
  3. The conjugates to the two-element subgroup generated by . (12)
  4. Subgroups of order three, isomorphic to the cyclic group of order three, all conjugate to the subgroup . (4)
  5. Subgroups of order four, isomorphic to the cyclic group of order four all conjugate to the subgroup . (3)
  6. Subgroups of order four, isomorphic to Klein four-group, all conjugate to the subgroup of diagonal matrices. (6)
  7. Subgroups of order six, isomorphic to the cyclic group of order six, all conjugate to the subgroup . (4)
  8. Subgroups of order six, isomorphic to the symmetric group of degree three. These are all automorphic to each other, but they come in two conjugacy classes of size four each. An example is .(8)
  9. A subgroup of order eight, isomorphic to the quaternion group. It is a normal -Sylow subgroup. (1)
  10. Subgroups of order eight, isomorphic to dihedral group:D8. These are all conjugate subgroups. An example is the the orthogonal group , i.e., the subgroup .(3)
  11. Subgroups of order eight, isomorphic to cyclic group:Z8. These are all conjugate, and an example is .(3)
  12. Subgroups of order twelve, isomorphic to dihedral group:D12. These are all conjugate to each other. One example is . (4)
  13. Subgroups of order sixteen, isomorphic to semidihedral group:SD16. These are all conjugate subgroups. (3)
  14. A unique subgroup of order , namely the special linear group:SL(2,3). (1)
  15. The whole group. (1)

Quotient groups

  1. The quotient by the trivial subgroup, which is the whole group. (1)
  2. The quotient by the center, which is isomorphic to the symmetric group of degree four. (1)
  3. The quotient by the quaternion group. This is isomorphic to the symmetric group of degree three. (1)
  4. The quotient by the special linear group. This is isomorphic to cyclic group:Z2. (1)
  5. The quotient by the group itself, which is the trivial group. (1)

Subgroup-defining functions

Subgroup-defining function Subgroup type in list Isomorphism class Comment
Center (2) Cyclic group:Z2
Commutator subgroup (14) Special linear group:SL(2,3) "speciallineargroup:SL(" can not be assigned to a declared number type with value 2.Commutator subgroup of general linear group is special linear group
Second member of derived series (9) Quaternion group
Third member of derived series (2) Cyclic group:Z2
Socle (2) "cyclicgroup:Z" can not be assigned to a declared number type with value 2.Cyclic group:Z2
Frattini subgroup (2) "cyclicgroup:Z" can not be assigned to a declared number type with value 2.Cyclic group:Z2 The quotient group, isomorphic to symmetric group:S4, is Frattini-free.
Fitting subgroup (9) "quaternion group" is not a number.Quaternion group

Quotient-defining functions

Quotient-defining function Isomorphism class Comment
Inner automorphism group symmetric group:S4
Abelianization cyclic group:Z2
Frattini quotient symmetric group:S4
Fitting quotient symmetric group:S3

GAP implementation

Group ID

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

SmallGroup(48,29)

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

gap> G := SmallGroup(48,29);

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

IdGroup(G) = [48,29]

or just do:

IdGroup(G)

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