From Humphreys - Introduction to Lie Algebras and Rep. Theory, page $2$:
"For reference, we write down the multiplication table for $gl(n, F)$ relative to the standard basis consisting of the matrices $e_{ij}$ (having $1$ in the $(i, j)$ position and $0$ elsewhere). Since $e_{ij}e_{kl} = \delta_{jk}e_{il}$ it follows that $$[e_{ij}, e_{kl}] = \delta_{jk}e_{il} - \delta_{li}e_{kj}$$
- it's not clear at all to me what does he mean with the standard basis consisting in the matrices $e_{ij}$ having $1$ at position $(i, j)$ and $0$ elsewhere.
For how it's written, it appreas to me that this basis is made by matrices with $1$ everywhere except when $i = j$. But this cannot be a basis.
Also, I know the Kronecker symbol $\delta$ but I don't get the meaning of the whole commutator operation.
Can someone please guide me with an example, like a $2\times 2$ matrix or a $3\times 3$ too?
NOTE: by $gl(n, F)$ it's meant the set of all $n\times n$ matrices over a field $F$, from the identification of $gl(V)$ with that set (for the reader who finds matrices easier to use).
Thank you!
In the $3 \times 3$ case, the element $e_{12}$ represents the $3 \times 3$ matrix with every entry equal zero but the entry $(1,2)$, which is equal to $1$:
$$ e_{12}=\begin{pmatrix} 0 & 1 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix}. $$
Another example: $$ e_{21}=\begin{pmatrix} 0 & 0 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix}. $$
If you make the computation, you will see that $$ [e_{12},e_{21}]=\begin{pmatrix} 1 & 0 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & 0 \end{pmatrix}=\begin{pmatrix} 1 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix}+\begin{pmatrix} 0 & 0 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & 0 \end{pmatrix}=e_{11}-e_{22}. $$
The formula $[e_{ij}, e_{kl}] = \delta_{jk}e_{il} - \delta_{li}e_{kj}$ just means that if $j=k$, then the term $e_{il}$ appears, if $j\neq k$ it doesn't. The same for $l$ and $i$. You can check that the example agrees with the formula.