Homepage › Solution manuals › David S. Dummit › Abstract Algebra › Exercise 4.5.41 ($\mathrm{SL}_2(\mathbb{F}_4)\simeq A_5$)
Exercise 4.5.41 ($\mathrm{SL}_2(\mathbb{F}_4)\simeq A_5$)
Prove that (cf Exercise 9, Section 2.1, for the definition of .)
Answers
We mimic the second solution of Exercise 11.
Proof. There is field with elements, unique up to isomorphism. Since is irreducible over , can be defined by . If is the class of modulo , then
The vector plane has exactly five lines, generated by for and also . Consider the set of these lines. The group acts on the plane by the action defined by and by restriction its subgroup acts on . Since , this action induces an action of on the set of the four lines of , so affords a permutation representation
Let be the kernel of this representation. Then (note that since the characteristic of is ). Let be any element of . Since preserves each line, there are some scalars such that
which give
thus , and . Finally,
thus , so , and . Since and , then . We obtain
so the action of on the set is faithful, and is isomorphic to a subgroup of :
For ,
Consider now the map
where is a group of order .
Then
- is a homomorphism, because .
- is surjective : if , then , where .
-
Let . Then if and only if , so
The first isomorphism Theorem gives , thus
So , and by (1), is isomorphic to a subgroup of , therefore
□
Note : The center of is , thus
is a simple group: this is not an exception.
With Sagemath:
Last login: Fri Apr 3 09:40:46 on console bonjour Richard,vous allez accomplir de grandes choses aujourd’hui developpement $ sage sage: F.<a> = GF(2**2, name=’a’, modulus=x^2 + x +1 ) sage: G = SL(2,F); G.order() 60 sage: G.gens() ( [ a 0] [1 1] [ 0 a + 1], [1 0] ) sage: G.center().order() 1