Proving a left identity

42 Views Asked by At

I have the following question:
enter image description here

I know that I need to prove that any element with a+b=1 multiplied by S will yield S. Can anyone give me a starting point for this proof?

3

There are 3 best solutions below

0
On BEST ANSWER

An element with $a+b=1$ is a matrix $$\begin {bmatrix} x & 1-x\\x & 1-x\end {bmatrix} $$

Upon left multiplication by $$\begin {bmatrix} a & b\\a & b\end {bmatrix} $$ we get $$\begin {bmatrix} x & 1-x\\x & 1-x\end {bmatrix} \begin {bmatrix} a & b\\a & b\end {bmatrix} =\begin {bmatrix} a & b\\a & b\end {bmatrix}$$

Thus the statement is valid.

0
On

Hint: Multiply $\pmatrix {x&1-x\\ x&1-x}$ with $\pmatrix {a&b\\ a&b}$.

0
On

$$ \begin{bmatrix} a&b\\a&b\end{bmatrix}\cdot\begin{bmatrix} c&d\\c&d\end{bmatrix}= \begin{bmatrix} c&d\\c&d\end{bmatrix} $$ for any $c$, $d$, because $a+b=1$. Can you check this?