Minimal Polynomial 2
Minimal Polynomial 2
8.1.1. 0 ∈ I(T ).
This is trivial.
As (f + g)(X) := f (X) + g(X), and (−f )(X) := −f (X) these are trivial.
Note. For this to make sense as a definition one needs to prove—as we have done, and as
you have to do in examinations—existence and uniqueness.
1
Conventionally 0 is an honorary member of the monic polynomials!
24
8.2 The minimum polynomial is non-zero
So far everything we have said is independent of the fact that V is finite dimensional. It
would be very dull, though, if mT were just 0. By the Cayley–Hamilton Theorem we know
that this is not so. Indeed the propositions above yield this reformulation of that theorem:
However, as we’ve seen the Cayley–Hamilton Theorem is tricky and if we can it’s good
to avoid it. Here are two props which yield a different proof that I(T ) 6= {0} in the case
when dim(V ) = n < ∞.
8.2.1. Suppose v ∈ V . Then there exists a non-zero polynomial fv ∈ K[X] such that fv (T )v =
0.
If V = 0 then 1 will suffice. Otherwise let {v1 , . . . , vn } be a basis of V . Then using the
previous proposition form f = fv1 fv2 . . . fvn . Then f (T ) = fv1 (T )fv2 (T ) . . . fvn (T ) is a linear
transformation which kills each basis vector, and so kills every vector in V . Hence this is the
zero transformation, and f ∈ I(T ).
Let α ∈ K satisfy mT . Then by the Remainder Theorem (or by the Division Algorithm
if you prefer), mT (X) = (X − α)g(X) for some g ∈ K[X]. Now g has too small degree for
g(T ) = 0, so for some vector v ∈ V we have g(T )v 6= 0. However mT (T )v = 0; that is
(T − α)g(T )v = 0. Then u := g(T )v is an α-eigenvector of T .
a contradiction.
1. Choose a basis E of V .
25
2. Work out the matrix A of T w.r.t. E.
(Often someone else has done these two steps for us, and given us the matrix of T .)
(a) mT |χT
(b) every root of χT must be a root of mT
6. Check (in order increasing degree, say) whether each gi (A) = 0; if it does then you
have found mT .
3. Now χT (X) = det (X − A), which we did in the first year (it’s upper triangular) and
got χT (X) = X 4 .
5. We use that
(a) mT |X 4
(b) 0 must be a root of mT
6. This means we are going to have to check powers of A so let’s work them out:
0 1 0 0 0 0 2 0 0 0 0 6 0 0 0 0
0 0 2 0 0 0 0 6
, A2 = 3 0 0 0 0 , A4 = 0 0 0 0
A= 0 0 0 3 0 0 0 0 , A = 0 0
.
0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
(This last we’d know from Cayley–Hamilton, but pragmatically it’s always worth
checking—and so avoiding the appeal to that tricky result.)
Now:
26
(b) Is A2 = O? Usually the answer is ‘no’; but be careful. In any field where 1 + 1 = 0
the answer is yes. If we are working with such a K then mT = X 2 . Otherwise, it
is not.
(c) Is A3 = O? Usually the answer is ‘no’; but if 1 + 1 + 1 + 1 + 1 + 1 = 0 then the
answer is ‘yes’. Note that (1 + 1 + 1 + 1 + 1 + 1) = (1 + 1)(1 + 1 + 1). So the
awkward case can only occur if 1 + 1 = 0 or 1 + 1 + 1 = 0. We have alreadt dealt
with the case 1 + 1 = 0. So we see that if 1 + 1 + 1 = 0 in K then mT = X 3 ,
otherwise it is not.
(d) Is A4 = O? Yes it is. So except in fields with 1 + 1 = 0 or 1 + 1 + 1 = 0 we have
that mT = X 4 .
27