Let $V$ be a vector space, let $p, q$ projections over $V$. I am trying to prove the statement which says that if $p+q$ is a projection, then $p\circ q=q\circ p=0$.
I could only show that $p\circ q + q\circ p=0$, but could not show the full statement. Any hints or clues as to how to show it? Is it really necesarry to have $V$ a vector space? Or is it also enough to have a module over a ring?
[Solution below]
A hint: take any element in the image of $p \circ q$, i.e. $w = p(q(v))$, and show, by using the fact that $p \circ q = - q \circ p$ and $p \circ p = p$ that $w = -w$. This implies $w = 0$, so $p\circ q$ must be the zero map.
SOLUTION:
We already have $p\circ q + q \circ p = 0$. Take some $v \in V$ and set $w = (p\circ q)(v)$. By the previous results, we have $w = -(q \circ p)(v)$. Note that projections are linear, so we have $w = p(q(v)) = q(-p(v))$. Hence, $w$ lies in the image of both $p$ and $q$.
Now, for any projection $p$, we have $p \circ p = p$. So, because $w \in \text{Im}(p)$ and $w\in\text{Im}(q)$, we have $p(w) = q(w) = w$. Now we have $$ q(p(w)) = q(w) = w $$ $$ q(p(w)) = -p(q(w)) = -p(w) = -w $$ Hence we have $w= -w$ or $w = 0$. Since $w$ is any arbitrary element in the image of $p \circ q$, we conclude $p \circ q = 0$. Similarly $q \circ p = 0$.