The imaginary unit can be represented as real 2x2 matrix :
$ i = \begin{pmatrix} 0 & -1 \\ 1 & 0\\ \end{pmatrix},\, i^2 = \begin{pmatrix} -1 & 0 \\ 0 & -1\\ \end{pmatrix} $
(see https://en.wikipedia.org/wiki/Imaginary_unit#Matrices). Now from my shallow knowledge of group representation theory I believe that it should also be possible to find higher dimensional real representations of $i$. I tried to find a 3x3 representation, which is basically asking if there is matrix square root like
$ \sqrt{\begin{pmatrix} -1 & 0 & 0 \\ 0 & -1 & 0\\0 & 0 & -1 \end{pmatrix}} \sqrt{\begin{pmatrix} -1 & 0 & 0 \\ 0 & -1 & 0\\0 & 0 & -1 \end{pmatrix}} = \begin{pmatrix} -1 & 0 & 0 \\ 0 & -1 & 0\\0 & 0 & -1 \end{pmatrix} $
but couldn't find any (by try and error). Nevertheless I was able to find a 4x4 matrix which can be used as representation of $i$:
$ \begin{pmatrix} 0 & -1 & 0 & 0\\ 1 & 0 & 0 & 0\\0& 0 & 0 & -1\\ 0 & 0 & 1 & 0 \end{pmatrix}\begin{pmatrix} 0 & -1 & 0 & 0\\ 1 & 0 & 0 & 0\\0& 0 & 0 & -1\\ 0 & 0 & 1 & 0 \end{pmatrix} = \begin{pmatrix} -1 & 0 & 0 & 0 \\ 0 & -1 & 0 & 0\\0 & 0 & -1 & 0 \\ 0 & 0 & 0 & -1 \end{pmatrix} $
So can it be that $i$ can only be represented as real matrix of even dimensions $N=2n\, (n>0)$? Can this be proven and maybe a construction be given on how to construct higher dimensional real matrix representations of the imaginary unit? And can it be shown, that the 2x2 representation is really the lowest dimensional representation of $i$ as a real matrix?