2

Let $G$ be a group of $2\times 2$ non-singular matrices under multiplication over the field $\mathbb{Z}_3$. Define a map $f:G \to \mathbb{R}^*$ (where $\mathbb{R}^*$ is a group of non zero real under multiplication) s.t. $f(A)= |A|$. Then $o(\ker f)$ is

a) $12$

b) $24$

c) $48$

d) none of the above

George Law
  • 4,103

2 Answers2

0

Hint: Ker$(f)$ is nothing but $SL_2(\mathbb Z_3)$,Can you compute the cardinality of $SL_2(\mathbb Z_3)$?

Edit: I think you know how to compute the order of $GL_n(\mathbb F_p)$,to compute the order of $SL_n((\mathbb F_p)$ note that there is a 'natural' onto group homomorphism $f: GL_n((\mathbb F_p) \to \mathbb F_p^*$ (What is the map?) and hence apply the first isomorphism theorem to compute the cardinality of $SL_n((\mathbb F_p)$... Still if you don't get it you can see here.

Arpit Kansal
  • 10,268
0

A member of $\ker f$ is a matrix $\pmatrix{a & b\cr c & d\cr}$ with $a,b,c,d \in \mathbb Z_3$ and $ad - bc \equiv 1 \mod 3$.
For any $a \ne 0$, and any $b$ and $c$, you need $d \equiv (1+bc)/a \mod 3$. That makes $2 \times 3 \times 3 = 18$ choices. On the other hand, if $a = 0$ you can take any $d$, but you need $bc=1$, thus either $b=c=1$ or $b=c=2$. This makes $6$ additional choices, for a total of $24$.

Robert Israel
  • 448,999