Peter said:
Hi Deveno … just working through your post … and need help ...You write:
" … … Another often-used example: we have $\Bbb R^2$ as an $\Bbb R$-algebra given the basis:
$\{e_1,e_2\} = \{(1,0),(0,1)\}$ with multiplication constants:
$\gamma_{111} = 1$
$\gamma_{112} = 0$
$\gamma_{121} = 0$
$\gamma_{122} = 1$
$\gamma_{211} = 0$
$\gamma_{212} = 1$
$\gamma_{221} = -1$
$\gamma_{222} = 0$. … … "
I am assuming (rather tentatively) that multiplication is of the form
Why?
$$(x_1 y_1) \cdot (x_2 y_2) = (x_1x_2, y_1y_2) $$ (component wise)
and that
$$e_i \cdot e_j = \sum_{k = 1}^2 \gamma_{ijk} e_k = \gamma_{111} e_1 +\gamma_{112} e_2$$Is that right?
BUT … if it is correct then$$e_1 \cdot e_1 = (1,0) \cdot (1,0) = (1,0) = (1,0) + (0,0) = 1 \cdot e_1 + 0 \cdot e_2 $$
so
$$\gamma_{111} =1 \text{ and } \gamma_{112} = 0$$Similarly
$$e_1 \cdot e_2 = (1,0) \cdot (0,1) = (0,0) = (0,0) + (0,0) = 0 \cdot e_1 + 0 \cdot e_2 $$
This is incorrect. You are assuming that:
$(a,b)\cdot(c,d) = (ac,bd)$.
We have:
$(a,b)\cdot(c,d) = (ae_1 + be_2)(ce_1 + de_2) = ac(e_1e_1) + ad(e_1e_2) + bc(e_2e_1) + bd(e_2e_2)$
Now:
$e_1e_1 = \gamma_{111}e_1 + \gamma_{112}e_2$
so to evaluate this, we need to know the multiplicative constants BEFOREHAND. Let's find them by looking at the parent algebra these come from:
$e_1e_1 = (E_{11} + E_{22})(E_{11} + E_{22}) = E_{11}E_{11} + E_{11}E_{22} + E_{22}E_{11} + E_{22}E_{22}$
$= \begin{bmatrix}1&0\\0&0\end{bmatrix}\begin{bmatrix}1&0\\0&0\end{bmatrix} + \begin{bmatrix}1&0\\0&0\end{bmatrix}\begin{bmatrix}0&0\\0&1\end{bmatrix} + \begin{bmatrix}0&0\\0&1\end{bmatrix}\begin{bmatrix}1&0\\0&0\end{bmatrix} + \begin{bmatrix}0&0\\0&1\end{bmatrix}\begin{bmatrix}0&0\\0&1\end{bmatrix}$
$= \begin{bmatrix}1&0\\0&0\end{bmatrix} + \begin{bmatrix}0&0\\0&0\end{bmatrix} + \begin{bmatrix}0&0\\0&0\end{bmatrix} + \begin{bmatrix}0&0\\0&1\end{bmatrix}$
$= \begin{bmatrix}1&0\\0&0\end{bmatrix} + \begin{bmatrix}0&0\\0&1\end{bmatrix}$
$= E_{11} + E_{22} = e_1 = 1e_1 + 0e_2$, so $\gamma_{111} = 1,\gamma_{112} = 0$.
(Basically, in the product $E_{ij}E_{km}$ if $j = k$ we get $E_{im}$, otherwise we get the 0-matrix).
We have to do the same thing for $e_1e_2$:
$e_1e_2 = \gamma_{121}e_1 + \gamma_{122}e_2$
and working through the matrix multiplication we have:
$e_1e_2 = (E_{11} + E_{22})(E_{21} - E_{12}) = E_{11}E_{21} - E_{11}E_{12} +E_{22}E_{21} - E_{22}E_{12}$
$= 0 - E_{12} + E_{21} - 0 = E_{21} - E_{12} = e_2 = 0e_1 + 1e_2$
so that $\gamma_{121} = 0$ and $\gamma_{122} = 1$.
The other multiplicative constants can be verified the same way. It's worthwhile to do this for yourself, once.
$$\gamma_{121} = 0 \text{ and } \gamma_{122} = 0$$
BUT … in your analysis we have$$\gamma_{121} =0$$ and $$\gamma_{122} = 1$$Can you please explain what is wrong in my analysis above?Peter
This product is NOT "the usual component-wise product" of $\Bbb R \times \Bbb R$.
So what we wind up with is:
$(a,b)(c,d) = (ae_1 + be_2)(ce_1 + de_2) = ac(e_1e_1) + ad(e_1e_2) + bc(e_2e_1) + bd(e_2e_2)$
$= ac(\gamma_{111}e_1 + \gamma_{112}e_2) + ad(\gamma_{121}e_1 + \gamma_{122}e_2) + bc(\gamma_{211}e_1 + \gamma_{212}e_2) + bd(\gamma_{221}e_1 + \gamma_{222}e_2)$
$= (ac\gamma_{111} + ad\gamma_{121} + bc\gamma_{211} + bd\gamma_{221})e_1 + (ac\gamma_{112} + ad\gamma_{122} + bc\gamma_{212} + bd\gamma_{222})e_2$
$= (ac + 0 + 0 - bd)e_1 + (0 + ad + bc + 0)e_2 = (ac - bd,ad + bc)$.
Note that if $b = d = 0$, everything goes away except the $ac$ term, that is, it IS true that:
$(a,0)(c,0) = (ac,0)$. This gives us an embedding of $\Bbb R$ as: $a \mapsto (a,0)$, which is a ring-homomorphism (indeed a monomorphism).
Recall that in our "parent algebra" this is:
$ae_1 + 0e_2 = a(E_{11} + E_{22}) = \begin{bmatrix}a&0\\0&0\end{bmatrix} + \begin{bmatrix}0&0\\0&a\end{bmatrix} = aI$ so that this is the "same embedding" we had before (such matrices are often called "scalar matrices").
What is more interesting, is if $a = c = 0$, and $b = d = 1$, we have:
$(0,1)(0,1) = (-1,0)$ <--note how the 0 "jumps coordinates". Evidently in this algebra, $(0,1)$ is a square root of $(-1,0)$, which we are identifying with $-1$.
I urge you to think about what kind of mapping of $\Bbb R^2$ we get by sending:
$(x,y)\mapsto (0,1)(x,y) = (-y,x)$. Draw some pictures. It may help to think of this map as the composition of two reflections:
$(x,y) \mapsto (y,x)$ (reflecting about the diagonal line $x = y$) <---this one first.
$(a,b) \mapsto (-a,b)$ (reflecting about the $x$ axis) <---this one last (they don't commute).
Use this to convince yourself "dilation-rotations" are a good name for complex numbers (considered as a subalgebra of the algebra of real 2x2 matrices).