I need to solve the following problem: $V$ is a Vectorspace, and $\phi$ is a linear map from $V \rightarrow V$ so that $\phi \cdot \phi = \phi$. I need to prove that $$Ker(\phi) \cap Im(\phi)=\{0\}$$ and $$Ker(\phi) + Im(\phi)=V$$
I solved it saying that from definition $\phi(\phi(v))=\phi(v)$, so is $\phi$ the identity function, an so follows the observation, but I am not sure that it is correct, can someone help me? Thanks a lot :)
Any element in $Im \phi$ is of the form $\phi(v)$. If this element is also in the kernel, then $0 = \phi(\phi(v)) = \phi(v)$.
For the second part, write $v = v - \phi(v) + \phi(v)$.