Let T be a linear operator on a finite dimensional vector space $V$, and suppose that $W$ is a T-invariant subspace of V. Prove that the minimal polynomial of $T_w$ divides the minimal polynomial of T.
I tried this:
Let $p_1(t)$ be the minimal polynomial of $T$. Let $p_2(t)$ be the minimal polynomial of $T_w$.
By the division algorithm for polynomials, there exist polynomials q(t) and r(t) such that
$$p_1(t)=p_2(t)q(t)+r(t).$$
where r(t) has degree less than $p_2(t)$.
If we choose $w \in W$
$$p_1(T)(w)=p_2(T)(w)q(T)(w)+r(T)(w).$$
then
$$r(T)(w)=0$$
This by hypothesis.
Hence, $$p_1(t)=p_2(t)q(t).$$
And, $$p_2(t)|p_1(t).$$
Is this correct?