1

I am kind of stuck on one of my homework questions, which asks:

Let $\mathbb{Z}_p$ denote the integers modulo $p$. Find an element of order $p$ in $\mathbb{GL}_2(\mathbb{Z}_p)$. Can you also find an element of order $2p?$

I understand the concept of general linear group and modulo class but I am in need of some hints about finding these kinds of element.

Thanks a lot.

lhf
  • 216,483
Aaron Li
  • 31
  • 5

1 Answers1

5

Hint:

  1. Consider matrices of the form $\pmatrix{ 1 & b \\ 0 & 1}$.

  2. Consider matrices of the form $\pmatrix{ -1 & \hphantom{-}b \\ 0 & -1}$.

Handle $p=2$ separately.

lhf
  • 216,483
  • So can you find an element of order $2p=6$ when $p=3$? – Mark Fischler Apr 02 '18 at 23:34
  • Thanks for the hint. So I can take b to be 1 in order to have 1p = 0 mod p but how can I get another element to have order 2p? I am thinking about 1/2 but clear it's illegal – Aaron Li Apr 02 '18 at 23:42
  • 1
    Well, $1/2\equiv\frac{p+1}2\pmod p$, so $1/2$ isn’t illegal, it’s just no help. – Lubin Apr 02 '18 at 23:47