14 Matrix Groups

1

Question

Prove that |GL2(F2)|=6

Proof

Here (referring to Z over nZ - The Integers Modulo n) we have F2Z2Z{0,1}. So then all possible matrices of this group are 2×2 matrices where each entry is a binary number (0 or 1). Since we have 4 slots with 2 choices each, we have 32 total choices (25=32).

Now some of these choices are not allowed. For instance we cannot have the zero matrix (as it is non-invertible) and we cannot have the matrix:

(1111)

since its determinant is 0 (so the matrix is non-invertible).

We can just check what solutions are valid. Consider the matrix:

(abcd)

where a,b,c,d{0,1}. For the purposes of this argument we'll represent abcd as a binary number, which is one-to-one with the matrix above. We need:

adbc0adbc

Going through it:

2

Question

Write out all the elements of GL2(F2) and compute the order of each element.

Proof

Similar to 14 Matrix Groups#1 we want to compute the order of each element. Let's look at each element we found in that part:

0110 is the same as:

(0110)

which has order 2 it is the identity matrix (in this case):

(0110)2=(1001)

0111 has order 3 since:

(0111)2=(11120)(0111)3=(1001)

1001 is the identity matrix so it has order 1.

1011 has order 2 since:

(1011)2=(1001)

1101 has order 2 since:

(1101)2=(1001)

1110 has order 3 since:

(1110)2=(0111)(1110)3=(1001)

4

Question

Show that if n is not prime then ZnZ is not a field.

Proof

Suppose n is not prime. Then there are two prime factors m,kN where mk=n (notice the trivial case where n=1, then we have ZZZ is not a field, so we can ignore it).

Now notice that ZnZ fails to follow the property of a Field such such (F{0},) is not an Abelian Group. Namely:

abba

where a,bZnZ. One such example is m,k. Namely notice that m,k0. Notice though that mk0, so then is not closed (so this cannot be a group anymore).