We had a quiz earlier about binary systems. One problem got me thinking for the whole day.
Let $S$ be a subset of $M_{2}(\mathbb{R})$ consisting of all matrices of the form $\Bigg[\begin{matrix} a & a \\ a & a \\ \end{matrix}\Bigg]$, where $a\neq0$.
Show that $S$ is a commutative binary structure under matrix multiplication.
Does it have an identity element? If yes, find it.
Given $A\in S$, does $A^{-1}$ exist in $S$?
I'm mostly interested in the third item, so I'll skip with the first one.
Define $\ast$ to be matrix multiplication. In algebraic structures, we know that an identity element exists if there exists a unique $e$ such that $a\ast e=a$. Since the identity matrix should be an element of $S$, then it should also be in the form of $\Bigg[\begin{matrix} e & e \\ e & e \\ \end{matrix}\Bigg]$. Hence, $$\Bigg[\begin{matrix} a & a \\ a & a \\ \end{matrix}\Bigg]\Bigg[\begin{matrix} e & e \\ e & e \\ \end{matrix}\Bigg]=\Bigg[\begin{matrix} a & a \\ a & a \\ \end{matrix}\Bigg]$$ So we have $2ae=a$. Therefore, the identity element is $\Bigg[\begin{matrix} \frac{1}{2} & \frac{1}{2} \\ \frac{1}{2} & \frac{1}{2} \\ \end{matrix}\Bigg]$. For the case of inverse, we can show that the inverse exists if $a\ast a'=e$. Therefore, $$\Bigg[\begin{matrix} a & a \\ a & a \\ \end{matrix}\Bigg]\Bigg[\begin{matrix} a' & a' \\ a' & a' \\ \end{matrix}\Bigg]=\Bigg[\begin{matrix} \frac{1}{2} & \frac{1}{2} \\ \frac{1}{2} & \frac{1}{2} \\ \end{matrix}\Bigg]$$ So we have $2aa'=\frac{1}{2}$. Hence, its inverse is $\Bigg[\begin{matrix} \frac{1}{4a} & \frac{1}{4a} \\ \frac{1}{4a} & \frac{1}{4a} \\ \end{matrix}\Bigg]$.
I'm not sure if this is right or wrong. I'm convinced that this is wrong since we can show that the determinant is equal to zero $(a^{2}-a^{2}=0)$. Also, I don't know if this is relevant, but we've been taught the identity matrix for multiplication is always $\Bigg[\begin{matrix} 1 & 0 \\ 0 & 1 \\ \end{matrix}\Bigg]$, but since it's not an element of $S$, I don't really know what to do with it.
Here are some of my questions:
Was it okay for me to assume that $\ast$ is defined to be the matrix multiplication? I think it was wrong, but I also don't know where to go with this problem if it's an arbitrary operation.
What does the determinant say about a matrix? Why can't it be equal to zero for a matrix to have an inverse?
If wrong, what is the correct way of proving or disproving its existence?
Please don't use concepts from linear algebra. Just limit it to basic group theory and basic matrix concepts. Any answer would be much appreciated.
Yes, because you were told to "how that S is a commutative binary structure under matrix multiplication"
The identity of a binary operation is an element that doesn't change other elements, so $1\star a=a\star 1=a$ for all $a$.
If you consider the set $M$ of all 2x2 matrices, there's only one matrix $I$ for which $AI=IA=A$ for all $A$.
Now, though, you're looking at $S$. Your matrix $E=\Bigg[\begin{matrix} \frac{1}{2} & \frac{1}{2} \\ \frac{1}{2} & \frac{1}{2} \\ \end{matrix}\Bigg]$ satisfies $EA=AE=A$ for all $A\in S$, so it's an identity within $S$. It's clearly not an identity within $M$, since there are plenty of matrices in $M$ that don't have $EA=AE=A$.
So, if you have a ring structure, there's nothing stopping proper subsets of it from having completely different identity elements. In fact, any time you have an element A of a ring with $A^2=A$, you can find a set of elements of the ring for which $A$ is an identity.
The identity of $M$ is $I$. The identity of $S$ is $E$.
You've worked out inverses in $S$ correctly - every element (except $O$) has an inverse, and you have the right formula for them. Yes, they all have determinant zero, and still have inverses in $S$. They don't have inverses in $M$, but they do in $S$. The determinant is a nice tool for figuring out which matrices have inverses in $M$, but it's no use in $S$, you'll need a different criterion. Maybe $\det_S\Bigg[\begin{matrix} a & a \\ a & a \\ \end{matrix}\Bigg]=2a$ will do.
Actually, though, you don't need determinants at all for this question. There's a simple rule for testing invertibility in $S$, namely, $a\neq0$, and the traditional determinant $ad-bc$ is not relevant since it's talking about $M$.