Let F be a finite field of characteristic $p \in \{2, 3, 5\}$. Consider the quaternionic ring, $Q_F = \{a_1 + a_ii + a_j j + a_kk|a_1, a_i, a_j, a_k \in F\}$. Prove that $Q_F$ is not a division ring.
I am not sure what I need to show that $Q_F$ is not a division ring. All I know so far is: division ring is a multiplicative group and $Q_F$ has a multiplicative properties. So I think that I need to show $Q_F$ is not a multiplicative group.
Attempt: Let $\alpha=1+i,\beta=1+i+j\in Q_F$. Then $$\begin{align*} \alpha\beta&=(1+i)(1+i+j)\\ &=(1-1)+(1+1)i+(1+1)j+(1-1)k\\ &=2i+2j \end{align*}$$
With characteristic $p=2$, $\alpha\beta=0$.
With characteristic $p=3$, $\alpha\beta=2(i+j)$.
With characteristic $p=5$, $\alpha\beta=3(i+j)$.
From my argument, I don't see anything that can tell me $Q_F$ is not a multiplicative group.
Can anyone give me a hit to do this question? Thanks!
Update: As I keep working with the method I have the following:
$$\begin{align*} \alpha\gamma&=(1+i)(i+2j)\\ &=(-1)+(1)i+(2)j+(2)k\\ &=-1+i+2j+2k \end{align*}$$
$p=2$, $\alpha\gamma=1+i$. $p=3$, $\alpha\gamma=2+i+2j+2k$. $p=5$, $\alpha\gamma=4+i+2j+2k$.
$$\begin{align*} \beta\gamma&=(1+i+j)(i+2j)\\ &=(-1-2)+(1)i+(2)j+(2-1)k\\ &=-3+i+2j+k \end{align*}$$
$p=2$, $\beta\gamma=1+i+k$. $p=3$, $\beta\gamma=i+2j+k$. $p=5$, $\beta\gamma=2+i+2j+k$.
I don't get any zero divisors, I may make some error somewhere because I should get zero divisors when $p=3,5$ also.