Question Let X be a square matrix $d(X)=dim (span${$X^i|i\ge 0$})
a. Prove that $d(X) = deg (m_X)-1$
b. prove that $d\begin{bmatrix} A & 0 \\ 0 & B \end{bmatrix} \le d(A)+d(B) \iff m_a , m_b $ are coprime.
Thoughts: a. I think the way is induction. if $deg(m_X)=2$ then $m_X=aX^2+bX+cI$ and so $X^2$ can be expressed as a linear combination of X and I and this implies that d(X)=2. This is contrary to what we need to prove... I found a similar question here Dimension of a span of matrix powers that supports my thought. I need to understand what is the difference between the questions. Is my question problematic?
b. I don't even know where to start this one...