This is problem 6.7.2 from Hoffman and Kunze.
Let $T$ be a linear operator on $\mathbb{R}^2$, which in the standard basis is given by, $$\begin{bmatrix}2 & 1 \\ 0 & 2\end{bmatrix}.$$ Let $W_1$ be the subspace spanned by the vector $\epsilon_1=(1,0)$. First, prove that $W_1$ is invariant under $T$. Second, prove that there is no subspace $W_2$ which is invariant under $T$ and complementary to $W_1$, such that $W_1\oplus W_2=\mathbb{R}^2$.
The first part is trivial. Any vector in $W_1$ must be of the form $(a,0)$. We note that $T(a,0)=(2a,0)$, which is still in the desired form. So, $W_1$ is invariant under $T$.
Here is my attempt at the second part:
First, we note that $T$ is not diagonalizable.
Next, we have from Theorem 9 that if $V=W_1\oplus W_2$ then there exist projection operators, $E_1,E_2$ satisfying the following properties:
- $E_1E_2=0$.
- $I=E_1+E_2$.
- The range of $E_i$ is $W_i$.
We note then that because the two subspaces are invariant under $T$, that their direct sum must also be invariant under $T$. That is, for $v\in\mathbb{R}^2$, we have that $Tv\in\mathbb{R}^2$. Any $v$ can be written in the form $c_1\epsilon_1+c_2\epsilon_2$. So we also have that $Tv=c_1'\epsilon_1+c_2'\epsilon_2$. From this we have, $T=c_1'E_1+c_2'E_2$. By Theorem 11 then, $T$ is diagonalizable, from where the contradiction arises.