3

Let $G(2,\mathbb R)=\{\text{All invertible }2 \times 2\text{ matrices over }\mathbb{R}\}$. Then i want to show that $((G(2,\mathbb{R}),\bullet)$ is a group, where $\bullet$ is multiplication of matrices.

I think is not a group because $\bullet$ is not associative, for example for all $A,B,C$ in the set then $(AB)C$ is not equal to $A(BC)$

Arturo Magidin
  • 398,050
neema
  • 141

1 Answers1

3

To prevent this from being left unanswered:

  1. You are incorrect: multiplication of matrices is associative (it corresponds to composition of linear transformations, and composition of functions is associative).

  2. Even if you were right that multiplication of matrices is not associative, it would still be incorrect to say that "for every $A$, $B$, $C$ in the set, $A(BC)$ is not equal to $(AB)C$." The negation of "For every $A$, $B$, and $C$ in the set, $A(BC)$ is equal to $(AB)C$" is "there exist matrices $A$, $B$, and $C$ in the set such that $A(BC)$ is not equal to $(AB)C$". In fact, it is easy to see that your asserted claim cannot hold even without knowing if matrix multiplication is associative, since letting $A=B=C$ be the identity matrix, we would have $(AB)C = (II)I = II = I$ and $A(BC) = I(II) = II = I$.

Arturo Magidin
  • 398,050