2

Question : Show that the followings are generators of $SL_2({\bf F}_3)$ :

$$ a=\left(\begin{array}{cc} 1&1\\ 0&1 \end{array}\right),\ b =\left(\begin{array}{cc} 1&0\\ 1&1 \end{array}\right)$$

This is an exercise of Dummit and Foote.

My solution : $H= SL_2({\bf F}_3)$ has index $2$ in $GL_2({\bf F}_3)$ so that it has order $24$. (In problem, order of $GL_2({\bf F}_3)$ is given)

Since $a$ has order $3$ we must show that $H$ does not have order $12$. Assume that $H$ is a non-abelian group of order $12$

By computation we can show that $a^3=b^3=1$, $ab$ has order $4$ and $ba=babb^{-1}$ is not in $\langle ab\rangle$ so that this group is not normal.

Hence $$n_3=4,\ n_2>1$$

By classification of group of order $12$, the above case cannot happen. So we complete the proof.

Question : My proof is regular ? I have a doubt in computation proof. If you have a proof which is less computing, please tell me. Thank you.

HK Lee
  • 19,964

2 Answers2

3

Given the size of the group, you can just compute the 12 matrices in $SL(2, F_3)$ as products of your two generators. It beats thinking by a long shot.

Igor Rivin
  • 25,994
  • 1
  • 19
  • 40
1

I think a and b are just the elementary transformations. So you can reduce every matrix to identity only by these two transformations, which means a b are generators.

Wei Zhou
  • 1,651