I've seen in my linear algebra textbook that one can prove that the irreducible factors of a characteristic polynomial and minimal polynomial are the same using Primary Decomposition Theorem, but I have no idea how this happens.
So the fact that irreducible factors of a minimal polynomial are irreducible factors of a characteristic polynomial is trivial due to Cayley-Hamilton Theorem, however the converse does not seem so easy. I think I found a solution using field extensions and eigen values, but I want to try to prove this using Primary Decompostion Theorem.
I've found Showing that minimal polynomial has the same irreducible factors as characteristic polynomial this question, it says,
Let the minimal polynomial of a linear transfomation $T:V \to V$ over field F be $m = {f_1}^{m_1} ... {f_n}^{m_n}$. Now restrict $T$ to $ker({f_i}^{m_i})$, and use the Cayley-Hamilton Theorem, and the fact that $f_i$ is irreducible to prove the statement.
How ever I don't see how this happens, if I let $W_i = ker({f_i}^{m_i})$, I can show that the minimal polynomial of $T|_{W_i}$ is ${f_i}^{m_i}$ but using Cayley-Hamilton only gives that the characteristic polynomial of $T|_{W_i}$is a multiple of ${f_i}^{m_i}$, and I don't think this really helps.
I'm thinking that I have to use some unique properties of a characteristic polynomial other than the fact that it's an annihilator, since not every annihilators have the same irreuducible factors as minimal polynomials. Can you help me with this?
+) Okay so to be exact, there's a Lemma on my Textbook:
Let $V$ be a vector space over field $F$, and suppose $T$ is a linear transformation from vector space $V$ to $V$, and let $f_1(t), ...f_k(t)$ be mutually relatively prime monic polynomials over field $F$. if $f_1(t)f_2(t)...f_k(t)$ is an annihilator of $T$, $V$ can be decomposed into direct sums of $kerf_i(T)$.
and there's a exercise that says to prove the following using the Lemma above:
Let $V$ be a vector space over field $F$, and suppose $T$ is a linear transformation from $V$ to $V$, then the 'set of monic irreducible divisor over field F' is the same for the characteristic polynomial of $T$ and the minimal polynomial of $T$.
I have no knowledge about modules, and I know characteristic polynomial as $det(tI-T)$ and minimal polynomial as the minimal annihilator of T.
This isn't my homework or anything, I just got stuck while studying with this textbook on myself :(( Any help?