I have the following problem:
Let $V$ be a finite dimensional vector space, $T: V\to V$ a linear transformation and $W$ a proper subspace of $V$, dimension $n$, invariant under $T$. Prove that there exists a base $\beta$ of $V$ such that:
$$ T = \begin{pmatrix} A & B\\ 0 & C\\ \end{pmatrix} $$
is the matrix associated to $T$ in the base $\beta$ and $A$ is $n\times n$.
My questions are:
- What does it mean that $W$ is invariant under $T$? That each element of $W$ is fixed under $T$? Or that $T(W) = W$?
- Can you provide a proof? I've been struggling with this for quite a while.
Thank you!