[Math] How to define a quaternion group of order 8

group-theoryquaternions

I'm having problems to understand the way the quaternion group $Q_8$ is represented.

I have seen definitions using the elements $i,j$ and $k$, but these same letters don't appear in another definition where each element is represented as a matrix, where only $1$ and $i$ are used.

How can I relate these different representations?

Best Answer

Here are two ways to tell people about the quaternion group:

  1. $\{\,1,i,j,k,-1,-i,-j,-k\,\}$ with $ij=k$, $jk=i$, $ki=j$, $ji=-k$, $kj=-i$, $ik=-j$, $i^2=j^2=k^2=-1$.

  2. $\{\,1,a,a^2,a^3,b,ab,a^2b,a^3b\,\}$ with $a^4=1$, $b^2=a^2$, $ba=a^3b$.

You can see they describe the same group by, for example, using the relations in the first description to show that the elements can also be given as $\{\,1,i,i^2,i^3,j,ij,i^2j,i^3j\,\}$ with $i^4=1$, $j^2=i^2$, and $ji=i^3j$.

Now your challenge is to do the same thing with a way of listing the elements as 2-by-2 matrices.

As for the question of why use this matrix and not that matrix, my advice is to try both ways and see what happens (and feel free to report back here on your findings).

Related Question