I am currently studying linear transformations in order to refresh my knowledge of linear algebra. One statement in my textbook (by David Poole) is:
When considering linear transformations from $\mathbb{R}^2$ to $\mathbb{R}^2$, the matrix of a projection can never be invertible.
I know that a projection matrix satisfies the equation $P^2 = P$. Taking determinant of both sides gives
$$\text{det}(P)^2 = \text{det}(P)$$
which is always true when $P$ is singular. However take $\color{blue} {P = I_2}$, then the equality is true and the projection matrix is invertible. What mistake do I make in my reasoning?
$\endgroup$ 43 Answers
$\begingroup$Well, the statement is plainly false when $P=I$. However, the only invertible projection matrix is the identity. To see this, notice that $P^2x=Px$ for all $x$. So if $P$ were invertible, we get $Px=x$ for all $x$, and since the identity is unique, we get $P=I$.
$\endgroup$ $\begingroup$Technically this is not true. The only invertible projection is the identity. Proof:
If $P$ is invertible, then $P^{-1}(P^2)=P^{-1}P$ so $P=I$.
$\endgroup$ $\begingroup$This isn't entirely true, you can have the identity, but assume it's not the identity, then the minimal polynomial divides $x^2-x$ and is not just $x-1$, hence $x$ divides the minimal polynomial. But then as $0$ is a root of the polynomial, it is an eigenvalue for the matrix, $P$, hence $P$ cannot be invertible as its determinant is the product of its eigenvalues.
$\endgroup$ 5