Proof. (a) The given conditions on
give the following Cayley’s table of the quaternion group:
Assume that
satisfy
and
, as in part (a) of Proposition 14.4.4. (
). In the proof of this proposition, we have seen that
Write
. Then
. Moreover
. These properties give the table of
:
Thus
is stable for multiplication, and each element has an inverse. Therefore
is a subgroup of
. Moreover the two preceding tables show that the map
defined by
is a group isomorphism.
Finally
, and
is a group, therefore
. Conversely, since
, every element of
is generated by
. Therefore
and
Example with Sage:
F = GF(5)
A = matrix(F,2,[0,-1,1,0])
B = matrix(F,2,[2,0,0,-2])
gens = [A,B]
gens
G = MatrixGroup(gens)
G.list()
G.structure_description()
(b) Let
By definition,
, where we identified
with
. Therefore, for all
,
Note that, if
, where we can take
(since
),
In this case, since
,
thus
, and
. Therefore
We have the same result with
, therefore, for all
,
This equivalence proves that
□