We have that $S \circ S = S$, I want to prove that $S$ can be
- $S = 0$ (The zero transformation) or
- $S(x) = x$ (The Identity transformation) or
- $S$ can have a basis $A$ such that $[S]_{A}^{A} = \begin{pmatrix} 1 && 0 \\ 0 && 0 \end{pmatrix}$
I have that all of the three propositions are True, 3 is like to say that S can be a projection, in this case, over the $x$-axis, 2 can be done by see that $S(x) = S(S(x)) = x$, but what do you think? I try to find more about in the some books (I study for myself, not attending a school for now, but I love math, I try to solve the most, but some are really strange for me) thanks
If $S$ is such that $S^2 = S$ then
$$ S^2 - S = 0 $$
and so $S$ is annihilated by the polynomial $x^2 - x = x(x - 1)$. Therefore, the minimal polynomial $\mu_S(x)$ of $S$ divides $x(x - 1)$. This leaves only three possibilities:
$$ S = \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} $$
in the eigenbasis of $S$.