General linear group over a field: Difference between revisions

From Groupprops
No edit summary
Line 114: Line 114:
| 4 || 2 || [[Alternating group:A5]] || <math>60 = 2^2 \cdot 3 \cdot 5</math> || [[simple non-abelian group]]
| 4 || 2 || [[Alternating group:A5]] || <math>60 = 2^2 \cdot 3 \cdot 5</math> || [[simple non-abelian group]]
|-
|-
| 5 || 2 || [[General linear group:GL(2,5)]] || <math>240 = 2^4 \cdot 3 \cdot 5</math> || not solvable, has a simple non-abelian [[subquotient]].
| 5 || 2 || [[General linear group:GL(2,5)]] || <math>480 = 2^5 \cdot 3 \cdot 5</math> || not solvable, has a simple non-abelian [[subquotient]].
|-
|-
| 2 || 3 || [[General linear group:GL(3,2)]] || <math>168 = 2^3 \cdot 3 \cdot 7</math> || [[simple non-abelian group]]
| 2 || 3 || [[General linear group:GL(3,2)]] || <math>168 = 2^3 \cdot 3 \cdot 7</math> || [[simple non-abelian group]]

Revision as of 04:36, 6 July 2019

This article defines a natural number-parametrized system of algebraic matrix groups. In other words, for every field and every natural number, we get a matrix group defined by a system of algebraic equations. The definition may also generalize to arbitrary commutative unital rings, though the default usage of the term is over fields.
View other linear algebraic groups|View other affine algebraic groups

This article is about the unit group (group of invertible elements) in the following ring/monoid: matrix ring

Definition

In terms of dimension (finite-dimensional case)

Let be a natural number and a field. The general linear group of degree over , denoted , is defined in the following equivalent ways:

  • is the group of all invertible -linear maps from the vector space to itself, under composition. In other words, it is the group of automorphisms of as a -vector space.
  • is the group of all invertible matrices with entries over

In terms of vector spaces

Let be a -vector space (which may be finite or infinite-dimensional). The general linear group over , denoted , is the group of all vector space automorphisms from to itself.

Note that when , this reduces to the definition . Further, since for , and since any two vector spaces of the same dimension are isomorphic, the s cover all general linear groups corresponding to finite-dimensional vector spaces.

More general versions

Some more general versions occur where we replace field by more general constructs:

Replacement of field Corresponding analogue of general linear group
division ring general linear group over a division ring
commutative unital ring general linear group over a commutative unital ring
unital ring general linear group over a unital ring

As a group with additional structure

As an algebraic group

Further information: general linear group over a field as an algebraic group

For any field , the general linear group has the natural structure of an algebraic group. It can be viewed as a Zariski-open subvariety in given by the condition that the determinant function does not vanish.

As a Lie group

In the particular cases of the real numbers, complex numbers, and other topological fields, the general linear group acquires the structure of a Lie group over that field.

As a map

As a functor from fields to groups

If we fix , we can think of as a functor from the category of fields to the category of groups.

As an IAPS

Further information: GL IAPS

For a fixed field , the general linear groups form an IAPS of groups parametrized by . In other words, we naturally have concatenation maps:

This map takes a matrix of order and a matrix of order and putputs the block diagonal matrix with blocks and .

As a functor from fields to IAPSes

If we fix neither nor , we can view as a functor from fields to the category of IAPSes of groups.

Relation with other linear algebraic groups

Subgroups

The general linear group has a number of important subgroups. Some of them are listed below:

All of these, except the orthogonal similtude group, form sub-IAPSes.

Quotients

Inner automorphism group

The inner automorphism group of this group, viz the quotient group by its center, is abstractly isomorphic to: projective general linear group

Supergroups

Some important groups in which the general linear group is contained:

Particular cases

Finite fields

Here are some general facts:

Size of field Order of matrices Common name for the general linear group Order of group Comment
2 1 Trivial group Trivial
3 1 Cyclic group:Z2 group of prime order
4 1 Cyclic group:Z3 group of prime order
5 1 Cyclic group:Z4 cyclic group
2 2 Symmetric group:S3 supersolvable but not nilpotent
3 2 General linear group:GL(2,3) solvable but not supersolvable
4 2 Alternating group:A5 simple non-abelian group
5 2 General linear group:GL(2,5) not solvable, has a simple non-abelian subquotient.
2 3 General linear group:GL(3,2) simple non-abelian group

GAP implementation

The general linear group can be implemented using the GAP function GeneralLinearGroup that can be invoked as either GeneralLinearGroup or GL. It takes two arguments, the first being the degree (i.e., the order of matrices) and the second either a ring or a prime power (for which we consider the corresponding field). For instance, for the general linear group of degree two over the field of three elements:

G := GL(2,3);