I have been studying some Lie theory recently and I came across the idea of representing complex numbers using matrices, e.g. $$1= \begin{pmatrix} 1 & 0\\ 0 & 1\\ \end{pmatrix} , i= \begin{pmatrix} 0 & -1\\ 1 & 0\\ \end{pmatrix}. $$ Then everything involving complex numbers can be converted into a problem of 2 by 2 matrices. For example, a 2 by 2 spin matrix can be converted into a 4 by 4 real matrix in the following way: $$ \begin{pmatrix} a+id & -b-ic\\ b-ic & a-id\\ \end{pmatrix} \longrightarrow \begin{pmatrix} a & -d & -b & c\\ d & a & -c & -b\\ b & c & a & d\\ -c & b & -d & a\\ \end{pmatrix} $$ The determinant is preserved using the rule for block matrices: $$ \det \begin{pmatrix} A & B\\ C & D\\ \end{pmatrix} =\det(AD-BC), $$ and the eigenvalue problem follows in a similar manner.
For me it seems a legit formulation of QM without using complex numbers, but I was always told by my professor that QM requires complex numbers. Is there anything I am missing here or is my professor wrong?
Related questions: