Let $A$ be a square matrix that is non-invertible. I was wondering if there is a simple proof that we can apply elementary row operations to get a zero row. (For a matrix $C$ to be invertible, I mean there is $B$ such that $CB = BC = I$.)
I can prove this using elementary column operations but I would like a more direct proof that doesn’t appeal to column operations or the fact that row rank equals column rank, or anything to do with transposes, or the existence of RREF, or determinants, etc. The difficulty seems to be that elementary row operations are applied on the row space, whereas invertibility is sort of defined in terms of the column space.
You could also use (but it is preferred not to) facts like: A matrix $C$ being invertible is equivalent to null space of $C$ being zero (i.e. injective) is equivalent to $C$ being surjective.
If your matrix $A$ is $n\times n$, the search for an inverse matrix is the same as solving the $n$ linear systems $$ Ax=e_i\qquad (i=1,2,\dots,n) $$ where $e_i$ is the $i$-th column of the identity matrix. If the matrix is not invertible, then at least one of those systems must have no solution, say it's the one for $e_i$.
Performing row reduction on the augmented matrix $[A\mid e_i]$ yields that the last column must be a pivot column. If the pivot is on row $j$, then the row reduction of $A$ has a zero $j$-th row.