I have to prove that if $T$ is an idempotent ($T^2=T$) linear operator then space $V = \ker T\oplus\operatorname{im}T$.
My first try was to think about the basis of subspace $\ker T$.
Let say $(e_1,...,e_k)$ is the basis of $\ker T$ and $\dim V = n < \infty$.
Then, of course we can add $n-k$ vectors to $\ker T$ basis and get the basis of whole space. So every vector $v\in V$ can expressed as linear combination $v = a_1e_1 + \cdots +a_ke_k + a_{k+1}e_{k+1} + \cdots + a_ne_n$.
But then I stuck, because I don't know where to use this idempotency. Maybe there is another solution which do not consider this basis thing.
Thanks!