I am currently reading Guillemin and Pollack's Differential Topology, and the following claim is made without proof:
Given a linear isomorphism $E: \mathbb{R}^k \to \mathbb{R}^k$, with $k>2$ and such that $E$ can be represented by a matrix with real entries, $E$ has a one- or two-dimensional invariant space.
I understand that the Fundamental Theorem of Algebra implies that $E$ has at least one real or complex eigenvalue; if it is real, then $E$ clearly has a one-dimensional fixed space. If it is complex, however, I don't see how there needs to be a two-dimensional invariant space.
If $E$ has complex eigenvalue $a+bi$, then $a-bi$ must also be an eigenvalue (as $E$ contains real entries). These eigenvalues correspond to eigenvectors $v_1$ and $v_2$. I assume that the subspace spanned by $v_1$ and $v_2$ is the desired invariant space, but can't figure out how to prove it. Any help would be most appreciated.
No, the space spanned by $v_1$ and $v_2$ is not the space you are looking for: $v_1$ and $v_2$ have complex entries in fact.
So we assume that $v_2=\bar v_1,$ and consider $w_1=v_1+\bar v_1$ and $w_2=(v_1-\bar v_1)i\in\mathbb R.$
Then we see that $$E(w_1)=aw_1+bi(v_1-\bar v_1)=aw_1+bw_2$$ $$E(w_2)=aw_2-b(v_1+\bar v_1)=-bw_1+aw_2.$$
Thus the space spanned by $w_1$ and $w_2$ is invariant under $E.$
Hope this helps.