Does the group $$ K =\begin{matrix}\pmatrix{ a & 0 \\ 0 & 0\\ } \end{matrix} $$
is a Field relatively to additive and multiply methods about Matrices?
I tried to show that it's NOT by showing this: $$ \begin{matrix}\pmatrix{ a & 0 \\ 0 & 0\\ } \end{matrix} * \begin{matrix}\pmatrix{ a^-1 & 0 \\ 0 & 0\\ }\end{matrix} \ne \begin{matrix}\pmatrix{ 1 & 0 \\ 0 & 1\\ }\end{matrix} $$ But I don't know if "1" means it's the Identity matrix$( a * a^-1 = 1)$. Any suggestions how can I prove K is a field?
If by $K$ you mean the set of all matrices $\left[ \begin{matrix} a & 0 \\ 0 & 0 \end{matrix}\right]$ where $a$ is in some field, say $F$, then you can do the following:
Clearly $\left[ \begin{matrix} a & 0 \\ 0 & 0 \end{matrix}\right]+\left[ \begin{matrix} b & 0 \\ 0 & 0 \end{matrix}\right]=\left[ \begin{matrix} a+b & 0 \\ 0 & 0 \end{matrix}\right]$ and $\left[ \begin{matrix} a & 0 \\ 0 & 0 \end{matrix}\right] \left[ \begin{matrix} b & 0 \\0 & 0 \end{matrix}\right]=\left[ \begin{matrix} ab & 0 \\ 0 & 0 \end{matrix}\right]$, so we can define a ring homomorphism $f:K\rightarrow F$ by sending $\left[ \begin{matrix} a & 0 \\ 0 & 0 \end{matrix}\right]$ to $a$. The above computations show that this is a ring homomorphism, and this is obviously not the zero homomorphism, so that it must injective. It's also rather clear that it is surjective, so we have an isomorphism, and thus $K$ is a field.
Direct Proof that $K$ is a field: Denote $\left[ \begin{matrix} a & 0 \\ 0 & 0 \end{matrix}\right]$ by $[a]$.