Here (referring to Z over nZ - The Integers Modulo n) we have . So then all possible matrices of this group are 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 ().
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:
since its determinant is 0 (so the matrix is non-invertible).
We can just check what solutions are valid. Consider the matrix:
where . For the purposes of this argument we'll represent as a binary number, which is one-to-one with the matrix above. We need:
Going through it:
For the first column you have 3 choices (since then the result would be zeros)
Then for the second column you chose from the other 2 choices (ex: if was chosen then you either have or )
Thus then we have .
☐
2
Question
Write out all the elements of 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:
is the same as:
which has order 2 it is the identity matrix (in this case):
has order 3 since:
is the identity matrix so it has order 1.
has order 2 since:
has order 2 since:
has order 3 since:
☐
4
Question
Show that if is not prime then is not a field.
Proof
Suppose is not prime. Then there are two prime factors where (notice the trivial case where , then we have is not a field, so we can ignore it).
Now notice that fails to follow the property of a Field such such is not an Abelian Group. Namely:
where . One such example is . Namely notice that . Notice though that , so then is not closed (so this cannot be a group anymore).