Notation has always been my downfall when it comes to writing proofs. I have been given a general problem to try and write a proof based on this. This is just for research and practice. Given a matrix $e_{ij}A_{nxm}$ If the matrix is multiplied on the left by
$$\begin{bmatrix}0&1\\0&0\end{bmatrix}$$ multiplied by $$\begin{bmatrix}a&b\\c&d\end{bmatrix}$$ the result is $$\begin{bmatrix}c&d\\0&0\end{bmatrix}$$
Which tells me that row j replaces row i and everything else becomes zeroes
Multiplication on the left by $$\begin{bmatrix}0&0\\1&0\end{bmatrix}$$ times $$\begin{bmatrix}a&b\\c&d\end{bmatrix}$$ produces $$\begin{bmatrix}0&0\\a&b\end{bmatrix}$$
which tells me that this kind of multiplication will put row i to row j and everything else will become zeroes. I'm just not sure how to officially write this as a proof.