I've tried solving this exercise for quiet a while now but can't get a satisfying solution:
Let $V$ be a finite dimensional vector space and $f: V \to V$ an endomorphism. Show that $$V = \text{Im } f + \text{Ker } f \Longleftrightarrow V = \text{Im } f \oplus \text{Ker } f$$
The $"\Longleftarrow"$-direction is trivial.
For $"\Longrightarrow"$ here's my attempt: We assume $V = \text{Im } f + \text{Ker }f$ and have to show that $\text{Im } f \cap \text{Ker }f = \{0\}$. Suppose $x\in \text{Im } f \cap \text{Ker }f$. We want to show that $x = 0$. Since $x\in \text{Im }f$ and $\text{Im }f \subseteq V$ there is $v\in \text{Im }f, u \in \text{Ker }f$ with $x = u + v$. Since also $x\in \text{Ker }f$ we have that $$0 = f(x) = f(v+ u) = f(v) + f(u) = f(v),$$
hence $f(v) = 0 \implies v\in \text{Ker } f$. Now we have $v\in \text{Ker }f$ and $v \in \text{Im }f$ but I don't know how to proceed (in fact I don't even know if my proof goes in the right direction, but I wanted to give you my thoughts). Any help appreciated.