I've tought using split complex and complex numbers toghether for building a 3 dimensional space (related to my previous question). I then found out using both together, we can have trouble on the product $ij$. So by adding another dimension, I've defined $$k=\begin{pmatrix} 1 & 0\\ 0 & -1 \end{pmatrix}$$ with the property $k^2=1$. So numbers of the form $a+bi+cj+dk$ where ${{a,b,c,d}} \in \Bbb R^4$, $i$ is the imaginary unit, $j$ is the elementry unit of split complex numbers and k the number defined above, could be represented on a 4 dimensinal space. I know that these numbers look like the Quaternions. They are not! So far, I came out with the multiplication table below : $$\begin{array}{|l |l l l|}\hline & i&j&k \\ \hline i&-1&k&j \\ j& -k&1&i \\ k& -j&-i&1 \\ \hline \end{array}$$
We can note that commutativity no longer exists with these numbers like the Quaternions. When I showed this work to my math teacher he said basicaly these :
- It's not coherent using numbers with different properties as basic element, since $i^2=-1$ whereas $j^2=k^2=1$
- 2x2 matrices doesn't represent anything on a 4 dimensional space
Can somebody explains these 2 things to me. What's incoherent here?
Congratulations: the multiplication table for basis elements that you have laid out indicate that you have independently discovered the Clifford algebra of a two dimensional vector space with metric signature $(1,-1)$, also denoted as $C\ell_{1,1}(\Bbb R)$!
This algebra is isomorphic to the full ring of $2\times 2 $ real matrices $M_2(\Bbb R)$ as an algebra. So, it is completely coherent.
The quatnerions, split complex numbers, and this structure you are describing are united by the Clifford algebra perspective:
$$ \begin{bmatrix}C\ell_{0,0}(\Bbb R)&&|&&\Bbb R\\ C\ell_{0,1}(\Bbb R)&&|&&\Bbb C\\ C\ell_{0,2}(\Bbb R)&&|&&\Bbb H\\ C\ell_{1,0}(\Bbb R)&&|&& \text{split complex numbers}\cong \Bbb R\times\Bbb R\\ C\ell_{1,1}(\Bbb R)&&|&& \text{your algebra}\cong M_2(\Bbb R)\end{bmatrix} $$
If you find all this incomprehensible at the moment, then I totally understand. I only started learning about Clifford algebras about a year ago. I don't even know if you have any abstract algebra training, either.
I just want to reassure you that what you described here is perfectly sensible thing in ring theory. It looks like your teacher dismissed it, but that may be understandable: teachers often see a lot of ideas by students that do fall flat!
At any rate, the two objections you included in the OP are quite vague.
To find an explicit isomorphism with $M_2(\Bbb R)$, you can use this mapping: $$ 1\mapsto \begin{bmatrix}1&0\\0&1\end{bmatrix}\ \ i\mapsto \begin{bmatrix}0&-1\\1&0\end{bmatrix}\\ j\mapsto\begin{bmatrix}0&1\\1&0 \end{bmatrix}\ \ k=ij\mapsto \begin{bmatrix}-1&0\\0&1\end{bmatrix}\ \ $$
These four matrices clearly are a basis of $M_2(\Bbb R)$ and fit your table.