I am working on the following Linear Algebra problem:
(a) Suppose $T: \mathbb{R}^4 \longrightarrow \mathbb{R}^4$ is a linear transformation with characteristic polynomial $x^2(x-1)^2$. Describe the 3-dimensional invariant subspaces of $T$. (Your answer may have different cases depending on $T$.)
(b) Let $A$ be the matrix \begin{bmatrix} 0 & 0 & 0 & 0 & 1 \\ 1 & 0 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 1 \\ 0 & 0 & 0 & 1 & 0 \\ \end{bmatrix} with characteristic and minimal polynomial $x^5-1$ over $\mathbb{Q}$. Show that any $A$-invariant subspace of $\mathbb{Q}^5$ has dimension $0,1,4$ or $5$.
(c) Suppose $T: \mathbb{R}^4 \longrightarrow \mathbb{R}^4$ is a linear transformation with characteristic polynomial $(x^2-x)(x^2+1)$. Describe the $2$-dimensional $T$-invariant subspaces of $\mathbb{R}^4$.
In parts (a) and (c), I suppose I'm not sure what is meant by describing the specified $T$-invariant subspaces.
The Jordan form for a square $n \times n$ matrix $A$ gives a decomposition of the $n$-dimensional Euclidean space into invariant subspaces of $A$, where every Jordan block corresponds to an invariant subspace. Thus, for parts (a) and (c), is it enough to find the Jordan form for each possible minimal polynomial that divides the given characteristic polynomial, and simply say that the $m$-dimensional $T$-invariant subspaces are those corresponding to size $m$ Jordan blocks for a particular eigenvalue? If not, how can I describe the requested $T$-invariant subspaces?
In part (b), the characteristic polynomial and minimal polynomial factor as $(x-1)(x^4 + x^3 + x^2 + x + 1)$ over $\mathbb{Q}$. How can I show there are $A$-invariant subspaces of dimension $0,1,4$ or $5$ if there is only one possible minimal polynomial, and it only has $1$ eigenvalue of $\lambda = 1$ in $\mathbb{Q}$ ? It seems there's only one Jordan normal form to consider, and thus, only one possible dimension of the $A$-invariant subspace.
Thanks!