1

Suppose U is a subspace of V invariant under a linear transformation T : V → V . Prove that T induces a linear map$ \bar T : V /U → V /U $of quotients given by $\bar T(v + U) = T(v) + U$. Prove that the minimal polynomial of $\bar T$ divides the minimal polynomial of T.

For the minimal polynomial: The minimal polynomial of T is the monic polynomial$ m(x)∈[x]$ of least degree such that $m(T)=0$ on V.Therefore, $m(T|_u)=0$

Minimal polynomial of restriction to invariant subspace divides minimal polynomial

Should it to prove the minimal polynomial of the invariant subspace divides the minimal polynomial of T first and then continue?

stedmoaoa
  • 381
  • 4
  • 19

1 Answers1

2

$$ m(\bar{T})(v+U)=m(T)v+U=0+U $$ where of course $0+U$ is the zero element of $V/U$.

So $m(\bar{T})=0$, and then by the basic property of minimal polynomials, the minimal polynomial of $\bar{T}$ must divide $m$.

ancient mathematician
  • 15,682
  • 2
  • 18
  • 32