I have to check whether $(\mathbb{R}^{n\times n},+)$ and $(\mathbb{R}^{n\times n},\cdot)$ are groups but I'm experiencing some problems. /By $\mathbb{R}^{n×n}$ are meant the matrices of size $n\times n$/
So we have the four group axioms:
(G0) : Closure $∀a,b∈G: a∘b∈G$
(G1) : Associativity $∀a,b,c∈G: a∘(b∘c)=(a∘b)∘c$
(G2) : Identity $∃e∈G:∀a∈G: e∘a=a=a∘e$
(G3) : Inverse $∀a∈G:∃b∈G: a∘b=e=b∘a$
Its obvious that the first 3 axioms are satisfied for both $(\mathbb{R}^{n\times n},+)$ and $(\mathbb{R}^{n\times n},\cdot)$
But does G3 holds since not every matrix is invertible?
The set of $n\times n$ matrices over the reals is not a group with multiplication. First, the zero matrix is absorbing and second not each matrix has an inverse. Additively, it is an abelian group.