markdown
Basics of the minimal polynomialmd eba0640
lecture/math/linear-algebra/minimal-polynomial-basics.lecture.n.md
Download PDF

Basics of the minimal polynomial最小多項式さいしょうたこうしき

date2026-07-14document_iddoc_e78fe37c2c8111c279b1dc10ff00a436description最小多項式を、行列を零化する多項式のうち最も基本的なものとして導入し、対角化可能性やジョルダン標準形との関係を整理する講義である。prerequisites固有値と固有ベクトル / 対角化の基本 / 行列式type講義content_typelecturestatusactiverelateddata/lecture/math/linear-algebra/linear-algebra-portal.lecture.n.md / data/lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md / data/lecture/math/linear-algebra/eigenvalue-problem-basics.lecture.n.md / data/lecture/math/linear-algebra/diagonalization-basics.lecture.n.md / data/lecture/math/linear-algebra/companion-matrix-basics.lecture.n.md / data/lecture/math/linear-algebra/introduction-to-jordan-canonical-form.lecture.n.md / data/exercise/math/linear-algebra/eigenvalues-diagonalization-and-extensions.exercise.n.md
mathlinear-algebraundergraduatelecture

1Introduction

The key point of this lecture is that the minimal polynomial最小多項式さいしょうたこうしき records the smallest algebraic relation satisfied by a matrix行列ぎょうれつ.

eigenvalues固有値こゆうち summarize important information, but they do not fully determine diagonalizability. The minimal polynomial最小多項式さいしょうたこうしき detects whether repeated factors are needed to annihilate the matrix, and that is exactly what distinguishes some matrices with the same eigenvalues固有値こゆうち.

2Terms and definitions

The minimal polynomial最小多項式さいしょうたこうしき of a square matrix正方行列せいほうぎょうれつ A is the nonzero monic polynomial of least degree such that

mA(A)=0.

Let the characteristic polynomial特性多項式とくせいたこうしき be

χA(t)=det(tI-A).

By the Cayley-Hamilton theorem,

χA(A)=0.

Therefore the minimal polynomial最小多項式さいしょうたこうしき exists and divides the characteristic polynomial特性多項式とくせいたこうしき.

3Plan

First understand what it means to substitute a matrix into a polynomial. Then relate the roots of the minimal polynomial最小多項式さいしょうたこうしき to the eigenvalues固有値こゆうち of A, and finally use repeated roots to test diagonalizability.

data/lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md

4Intuitive explanation

For a number λ, the factor t-λ vanishes when t=λ. For a matrix A, the expression A-λI usually does not become the zero matrix. But a suitable polynomial in A can become zero.

The minimal polynomial最小多項式さいしょうたこうしき is the shortest such relation. If A is diagonalizable, one factor for each distinct eigenvalue固有値こゆうち is enough. If A is not diagonalizable, the same factor must sometimes appear more than once.

5Precise explanation

5.11. Relation with the characteristic polynomial特性多項式とくせいたこうしき

The minimal polynomial最小多項式さいしょうたこうしき divides the characteristic polynomial特性多項式とくせいたこうしき:

mA(t)χA(t).

Its roots are eigenvalues固有値こゆうち of A, and every eigenvalue固有値こゆうち appears as a root of mA(t).

5.22. Diagonalizability

Over a field K, if the minimal polynomial最小多項式さいしょうたこうしき factors as

mA(t)=i=1r(t-λi)

with distinct linear factors, then A is diagonalizable. Conversely, if A is diagonalizable, the minimal polynomial最小多項式さいしょうたこうしき has this form.

Thus

[PARSE ERROR: Undefined("Command(\"boxed\")")]AisdiagonalizablemA(t)hasnorepeatedrootandsplitsintolinearfactors.

6Existence and uniqueness

Existence follows from Cayley-Hamilton: χA(A)=0, so at least one nonzero annihilating polynomial exists.

Uniqueness follows from choosing the monic annihilating polynomial of smallest degree. If two monic polynomials m1,m2 of that least degree both annihilate A, then m1-m2 also annihilates A and has smaller degree. This contradicts minimality unless m1=m2.

7Proof idea for the squarefree criterion

If A=PDP-1 is diagonalizable, then for any polynomial f,

f(A)=Pf(D)P-1.

The matrix f(D) is diagonal with entries f(λi). Therefore it is enough for f to vanish on the distinct eigenvalues固有値こゆうち. Hence

mA(t)=λSpec(A)(t-λ),

with no repeated roots.

Here Spec(A) denotes the set of eigenvalues固有値こゆうち of A.

Conversely, if mA(t) splits into distinct linear factors, one can construct polynomial projections onto the eigenspaces. The space becomes a direct sum of eigenspaces, so an eigenvector固有こゆうベクトル basis基底きてい exists and A is diagonalizable.

These projections are not necessarily orthogonal projections coming from an inner product. They are linear maps that extract the component lying in each eigenspace.

8Concrete examples

8.1Diagonal matrix

For

A=(2003),

we have

(A-2I)(A-3I)=0,

so

mA(t)=(t-2)(t-3).

8.2Jordan blockジョルダンブロック

As preparation for the next lecture, this smallest non-diagonalizable example is called a Jordan block here.

For

B=(1101),

the matrix

B-I=(0100)

is not zero, but

(B-I)2=0.

Therefore

mB(t)=(t-1)2,

and B is not diagonalizable.

8.3Same characteristic polynomial特性多項式とくせいたこうしき, different minimal polynomials

The matrices

A=(1001),B=(1101)

both have characteristic polynomial特性多項式とくせいたこうしき (t-1)2. But

mA(t)=t-1,mB(t)=(t-1)2.

The minimal polynomial最小多項式さいしょうたこうしき detects the non-diagonalizable Jordan behavior that the eigenvalue固有値こゆうち list alone does not.

9Another viewpoint: reducing powers and Jordan form

The minimal polynomial最小多項式さいしょうたこうしき is an algebraic relation for the algebra generated by the linear transformation線型変換せんけいへんかん. For example, once mA(t) is known, high powers such as Ak can be reduced to lower powers.

When Jordan form is available, the exponent of (t-λ) in mA(t) equals the size of the largest Jordan blockジョルダンブロック for λ. The characteristic polynomial特性多項式とくせいたこうしき counts the total sizes of all blocks, while the minimal polynomial最小多項式さいしょうたこうしき records the maximum block length for each eigenvalue固有値こゆうち.

data/lecture/math/linear-algebra/introduction-to-jordan-canonical-form.lecture.n.md

The companion matrix同伴行列どうはんぎょうれつ constructs a matrix with a prescribed characteristic polynomial and connects this lecture to polynomial-driven matrix examples.

data/lecture/math/linear-algebra/companion-matrix-basics.lecture.n.md

10Another viewpoint

The minimal polynomial最小多項式さいしょうたこうしき is the defining algebraic relation for the algebra generated by a linear transformation. Knowing mA(t) allows high powers of A to be reduced to lower powers.

11Criteria

  • mA(t) is the monic polynomial of least degree satisfying mA(A)=0.
  • mA(t) divides the characteristic polynomial特性多項式とくせいたこうしき.
  • Diagonalizability corresponds to a squarefree minimal polynomial最小多項式さいしょうたこうしき that splits.
  • In Jordan form, the largest block size determines the exponent in the minimal polynomial最小多項式さいしょうたこうしき.

12Scope and limitations

Statements involving linear factors require the polynomial to split over the field being used. A polynomial that does not split over the real numbers may split after extending scalars to the complex numbers.

13Existence and uniqueness

The minimal polynomial最小多項式さいしょうたこうしき always exists and is unique. Existence follows from the Cayley-Hamilton theorem, because the characteristic polynomial特性多項式とくせいたこうしき χA(t) satisfies

χA(A)=0.

Thus at least one nonzero polynomial annihilating A exists.

Uniqueness is obtained by choosing the monic annihilating polynomial of least degree. If two monic polynomials m1,m2 of the same least degree both annihilate A, then m1-m2 is an annihilating polynomial of smaller degree. This contradicts minimality unless m1=m2.

14Proof idea: no repeated roots and diagonalization対角化たいかくか

Suppose A is diagonalizable and A=PDP-1, where D=diag(λ1,[PARSE ERROR: Undefined("Command(\"dots\")")],λn). For any polynomial f,

f(A)=Pf(D)P-1,

and f(D) is the diagonal matrix with entries f(λi). Therefore, to annihilate A, it is enough for f to vanish at every eigenvalue固有値こゆうち that appears. Hence

mA(t)=λSpec(A)(t-λ),

so mA(t) has no repeated root.

Conversely, if mA(t) splits as a product of distinct linear factors, polynomial projections onto the eigenspaces can be constructed. The space decomposes as a direct sum of eigenspaces固有空間こゆうくうかん, so an eigenvector固有こゆうベクトル basis基底きてい exists and A is diagonalizable.

15Correspondence with Jordan normal formジョルダン標準形ひょうじゅんけい

When Jordan normal form is available, the minimal polynomial最小多項式さいしょうたこうしき records, for each eigenvalue固有値こゆうち, the size of the largest Jordan block. For example, if the largest block for λ has size 3, then (t-λ)3 appears in mA(t).

Thus the characteristic polynomial特性多項式とくせいたこうしき counts the total amount of blocks, while the minimal polynomial最小多項式さいしょうたこうしき measures the maximum block length. Diagonalizability is exactly the case where every maximum block length is 1.

data/lecture/math/linear-algebra/introduction-to-jordan-canonical-form.lecture.n.md

16Calculation example: same characteristic polynomial, different minimal polynomials

The matrices

A=(1001),B=(1101)

both have characteristic polynomial (t-1)2. However

mA(t)=t-1,

whereas

mB(t)=(t-1)2.

This is because A-I=0, while B-I0 and (B-I)2=0. The difference reflects that A is diagonalizable and B is not.

17Final forms

[PARSE ERROR: Undefined("Command(\"boxed\")")]mA(A)=0
[PARSE ERROR: Undefined("Command(\"boxed\")")]mA(t)χA(t)
[PARSE ERROR: Undefined("Command(\"boxed\")")]AdiagonalizablemA(t)hasnorepeatedroot

18In one sentence

The minimal polynomial最小多項式さいしょうたこうしき is the shortest relation that annihilates a matrix and records exactly the repeated-factor obstruction to diagonalization.

raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる