An elementary matrix is the identity matrix with one row operation applied. Left-multiplying a matrix by an elementary matrix performs that row operation on .

Three types:

Every invertible matrix can be written as a product of elementary matrices.
This is how gaussian elimination works: where is a product of elementary matrices and is upper triangular.

Determinants of elementary matrices: for swaps, for scaling, for row addition.

If you prove a property for elementary matrices, and the property is preserved under multiplication, it holds for all invertible matrices.