Matrix Groups

Fields

We haven't really defined Field's yet, but this will be a lot like that definition.

Suppose F is a Field like Q, R, C, or ZpZ (where p is prime). Then:

Mat(m,n;F)={m×n matrices with entries in F}

where m is the number of rows, and n is the number of columns. We have matrix addition (by just adding corresponding entries), have the zero matrix 0 as the identity, and the inverse is just the matrix with negative entries. This satisfies the Group definition, so then this is a valid group. Notably, this is an infinite Abelian Group.

If you drop it down to square matrices:

Mat(n,n;F)

where we consider matrix multiplication, then:

(Mat(n,n;F))×:={ invertible n×n matrices with entries in F}

We call this the general linear group of degree n. Instead of using the above we use:

GL(n,F)

You can drop the F if the field is known from context.

Some considerations:

You may recall that the determinant is a function:

det:Mat(n,n;F)F

Where if the determinant is 0 then there's no inverse, while if it isn't then there is an inverse:

det(M)0M invertible

So you could rewrite:

GL(n,F):={MMat(n,n;F)|det(M)0}