While we were looking at idempotent matrices, my teacher brought up some properties about them, specifically when the square of a matrix equals itself, the matrix's null space equals the column space of the matrix minus its respective identity matrix.
Is this something that should be trivial, I've been trying to convince myself this is true but I can't seem to reason this to myself.
Let $(M-I)y$ be an arbitrary element of the column space of $M-I$. Then $M(M-I)y=M^2y - My = My - My = 0$.
Conversely, suppose that $Mx=0$. Then $x=-(M-I)x$, so $x$ is in the column space of $M-I$.