Let's say you have $V$, a vector space. It is $n$-dimensional. Also, linear transformations $f,g : V \to V$ are such that $f \circ f = g \circ g = 0_V$ and $f \circ g + g \circ f = 1_V$.
How do you prove that $\dim V$ is even?
Ok, the real question is what $0_V$ and $1_V$ are? Null vector and the vector $\begin{pmatrix}1\\ \vdots\\1\\\end{pmatrix}$ ?
EDIT: Thanks for the answers!
Now how do you prove it?
EDIT_2:
One more thing:
Suppose $dim_\mathbb k V = 2$, therefore exists a base $\mathcal B$ in $V$ such that:
$M(f)_\mathcal B = \begin{pmatrix}0 & 0\\1 & 0\\\end{pmatrix}$ , $M(g)_\mathcal B = \begin{pmatrix}0 & 1\\0 & 0\\\end{pmatrix}$
Here is a sketch of my proof of the statement. Note that I use the notation $\text{id}_V$ instead of $1_V$.
We first observe that $\text{ker}(f)\cap\ker(g)=0$. Let $x\in \text{ker}(f)\cap\ker(g)$. By the condition $f\circ g+g\circ f=\text{id}_V$, we have $$x=(f\circ g+g\circ f)(x)=f\big(g(x)\big)+g\big(f(x)\big)=f(0)+g(0)=0.$$ Since $\text{im}(f)\subseteq \ker(f)$ and $\text{im}(g)\subseteq \ker(g)$ (due to the conditions $f\circ f=0_V$ and $g\circ g=0_V$), we obtain $$V=\text{im}(\text{id}_V)=\text{im}(f\circ g+g\circ f)\subseteq \text{im}(f)+\text{im}(g)\subseteq \ker(f)+\ker(g)\,.$$ Ergo, $\ker(f)+\ker(g)=V$ and $\ker(f)\cap\ker(g)=0$. Consequently, $\ker(f)\oplus\ker(g)=V$, as well as $\text{im}(f)=\ker(f)$ and $\text{im}(g)=\ker(g)$.
By the First Isomorphism Theorem for Vector Spaces, we have that $\tilde{f}:=f|_{\operatorname{im}(g)}$ is an isomorphism from $\text{im}(g)=\ker(g)$ to $\text{im}(f)=\ker(f)$. Similarly, $\tilde{g}:=g|_{\text{im}(f)}$ is an isomorphism from $\text{im}(f)=\ker(f)$ to $\text{im}(g)=\ker(g)$. Indeed, $\tilde{g}=\tilde{f}^{-1}$. In particular, if $V$ is finite-dimensional, then $f$ and $g$ have equal rank, and so $$\dim(V)=\text{rank}(f)+\text{rank}(g)$$ is an even integer.