Cayley–Hamilton theorem

From Infogalactic: the planetary knowledge core
(Redirected from Cayley-Hamilton theorem)
Jump to: navigation, search
Arthur Cayley, F.R.S. (1821–1895) is widely regarded as Britain's leading pure mathematician of the 19th century. Cayley in 1848 went to Dublin to attend lectures on quaternions by Hamilton, their discoverer. Later Cayley impressed him by being the second to publish work on them.[1] Cayley proved the theorem for matrices of dimension 3 and less, publishing proof for the two-dimensional case.[2][3] As for n × n matrices, Cayley stated “..., I have not thought it necessary to undertake the labor of a formal proof of the theorem in the general case of a matrix of any degree”.

In linear algebra, the Cayley–Hamilton theorem (named after the mathematicians Arthur Cayley and William Rowan Hamilton) states that every square matrix over a commutative ring (such as the real or complex field) satisfies its own characteristic equation.

If A is a given n×n matrix and In  is the n×n identity matrix, then the characteristic polynomial of A is defined as[4]

p(\lambda)=\det(\lambda I_n-A)~,

where det is the determinant operation and λ is a scalar element of the base ring. Since the entries of the matrix are (linear or constant) polynomials in λ, the determinant is also an n-th order monic polynomial in λ. The Cayley–Hamilton theorem states that substituting the matrix A for λ in this polynomial results in the zero matrix,

p(A)= 0.

The powers of A, obtained by substitution from powers of λ, are defined by repeated matrix multiplication; the constant term of p(λ) gives a multiple of the power A0, which power is defined as the identity matrix. The theorem allows An to be expressed as a linear combination of the lower matrix powers of A. When the ring is a field, the Cayley–Hamilton theorem is equivalent to the statement that the minimal polynomial of a square matrix divides its characteristic polynomial.

The theorem was first proved in 1853[5] in terms of inverses of linear functions of quaternions, a non-commutative ring, by Hamilton.[6][7][8] This corresponds to the special case of certain real 4 × 4 real or 2 × 2 complex matrices. The theorem holds for general quaternionic matrices.[9][nb 1] Cayley in 1858 stated it for 3 × 3 and smaller matrices, but only published a proof for the 2 × 2 case.[2] The general case was first proved by Frobenius in 1878.[10]

Examples

1×1 matrices

For a 1×1 matrix A = (a1,1), the characteristic polynomial is given by p(λ) = λ − a, and so p(A) = (a) − a1,1 = 0 is obvious.

2×2 matrices

As a concrete example, let

A = \begin{pmatrix}1&2\\3&4\end{pmatrix}.

Its characteristic polynomial is given by

p(\lambda)=\det(\lambda I_2-A)=\det\begin{pmatrix}\lambda-1&-2\\
-3&\lambda-4\end{pmatrix}=(\lambda-1)(\lambda-4)-(-2)(-3)=\lambda^2-5\lambda-2.

The Cayley–Hamilton theorem claims that, if we define

p(X)=X^2-5X-2I_2,

then

p(A)=A^2-5A-2I_2=\begin{pmatrix}0&0\\0&0\\\end{pmatrix}.

We can verify by computation that indeed,

A^2-5A-2I_2=\begin{pmatrix}7&10\\15&22\\\end{pmatrix}-\begin{pmatrix}5&10\\15&20\\\end{pmatrix}-\begin{pmatrix}2&0\\0&2\\\end{pmatrix}=\begin{pmatrix}0&0\\0&0\\\end{pmatrix}.

For a generic 2×2 matrix,

A=\begin{pmatrix}a&b\\c&d\\\end{pmatrix} ,

the characteristic polynomial is given by p(λ) = λ2 − (a + d)λ + (ad − bc), so the Cayley–Hamilton theorem states that

p(A)=A^2-(a+d)A+(ad-bc)I_2=\begin{pmatrix}0&0\\0&0\\\end{pmatrix};

which is indeed always the case, evident by working out the entries of A2.

Practical applications

Inverse matrix

William Rowan Hamilton (1805–1865), Irish physicist, astronomer, and mathematician, first foreign member of the American National Academy of Sciences. While maintaining opposing position about how geometry should be studied, Hamilton always remained on the best terms with Cayley.[1]

Hamilton proved that for a linear function of quaternions there exists a certain equation, depending on the linear function, that is satisfied by the linear function itself.[6][7][8]

For a general n×n invertible matrix A, i.e., one with nonzero determinant, A−1 can thus be written as an (n − 1)-th order polynomial expression in A: As indicated, the Cayley–Hamilton theorem amounts to the identity

p(A)=A^n+c_{n-1}A^{n-1}+\cdots+c_1A+(-1)^n\det(A)I_n =0 ~,

with cn − 1 = −tr A, etc., where tr A is the trace of the matrix A.

This can then be written as

-(-1)^n\det(A)I_n = A(A^{n-1}+c_{n-1}A^{n-2}+\cdots+c_{1}I_n),

and, by multiplying both sides by A−1 (note −(−1)n = (−1)n−1), one is led to the compact expression for the inverse,

 A^{-1}=\frac{(-1)^{n-1}}{\det A}(A^{n-1}+c_{n-1}A^{n-2}+\cdots+c_{1}I_n).

For larger matrices, the expressions for the coefficients ck of the characteristic polynomial in terms of the matrix components become increasingly complicated; but they can also be expressed in terms of traces of powers of the matrix A, using Newton's identities (at least when the ring contains the rational numbers), thus resulting in the expression for the inverse of A as a trace identity,

A^{-1} = \frac{1}{\det A}\sum_{s=0}^{n-1}A^{s}\sum_{ k_1,k_2,\ldots ,k_{n-1}}\prod_{l=1}^{n-1} \frac{(-1)^{k_l+1}}{l^{k_l}k_{l}!}\mathrm{tr}(A^l)^{k_l},

where the sum is taken over s and the sets of all integer partitions kl ≥ 0 satisfying the equation

 s+\sum_{l=1}^{n-1}lk_{l} = n - 1.

Coefficients are then found by identifying powers of A. For instance, in the above 2×2 matrix example, the coefficient c1 = a + d of λ above is just the trace of A, tr A, while the constant coefficient c0 = ad − bc can be written as ½((trA)2 − tr(A2)). (Of course, it is also the determinant of A, in this case.)

In fact, this expression, ½((trA)2 − tr(A2)), always gives the coefficient cn−2 of λn−2 in the characteristic polynomial of any n×n matrix; so, for a 3×3 matrix A, the statement of the Cayley–Hamilton theorem can also be written as

A^3- (\operatorname{tr}A)A^2+\frac{1}{2}\left((\operatorname{tr}A)^2-\operatorname{tr}(A^2)\right)A-\det(A)I_3=0,

where the right-hand side designates a 3×3 matrix with all entries reduced to zero. Likewise, this determinant in the n = 3 case, is now

\tfrac{1}{6} \left ( (\operatorname{tr}A)^3-3\operatorname{tr}(A^2)(\operatorname{tr}A)+2\operatorname{tr}(A^3) \right ),

minus the coefficient cn−3 of λn−3 in the general case, as seen below.

Similarly, one can write for a 4×4 matrix A,

 A^4-(\operatorname{tr}A)A^3 + \tfrac{1}{2}\bigl((\operatorname{tr}A)^2-\operatorname{tr}(A^2)\bigr)A^2 - \tfrac{1}{6}\bigl( (\operatorname{tr}A)^3-3\operatorname{tr}(A^2)(\operatorname{tr}A)+2\operatorname{tr}(A^3)\bigr)A + \det(A)I_4 = 0,

where, now, the determinant is

\tfrac{1}{24} \left ( (\operatorname{tr}A)^4-6 \operatorname{tr}(A^2)(\operatorname{tr}A)^2+3(\operatorname{tr}(A^2))^2+8\operatorname{tr}(A^3)\operatorname{tr}(A) -6\operatorname{tr}(A^4) \right )

and so on for larger matrices, with the increasingly complex expressions for the coefficients deducible from Newton's identities.

A practical method for obtaining these coefficients ck for a general n×n matrix, yielding the above ones virtually by inspection, provided no root be zero, relies on the following alternative expression for the determinant,

 p(\lambda)= \det ~(\lambda I_n -A) = \lambda^n \exp (\operatorname{tr} (\log (I_n - A/\lambda))).

Hence, by virtue of the Mercator series,

p(\lambda)= \lambda^n \exp \left( -\operatorname{tr} \sum_{m=1}^\infty {({A\over\lambda})^m \over m}  \right),

where the exponential only needs be expanded to order λn, since p(λ) is of order n, the net negative powers of λ automatically vanishing by the C–H theorem. (Again, this requires a ring containing the rational numbers.)

Differentiation of this expression with respect to λ allows determination of the generic coefficients of the characteristic polynomial for general n, as determinants of m×m matrices,[nb 2]

c_{n-m} = \frac{(-1)^m}{m!}
\begin{vmatrix}  \operatorname{tr}A  &   m-1 &0&\cdots\\
\operatorname{tr}A^2  &\operatorname{tr}A&   m-2 &\cdots\\
 \vdots & \vdots & & & \vdots    \\
\operatorname{tr}A^{m-1} &\operatorname{tr}A^{m-2}& \cdots & \cdots & 1    \\
\operatorname{tr}A^m  &\operatorname{tr}A^{m-1}& \cdots & \cdots & \operatorname{tr}A \end{vmatrix} ~.

n-th Power of matrix

The Cayley–Hamilton theorem always provides a relationship between the powers of A (though not always the simplest one), which allows one to simplify expressions involving such powers, and evaluate them without having to compute the power An or any higher powers of A.

For instance, the concrete 2×2 example above can be written as

A^2=5A+2I_2\,  .

Then, for example, to calculate A4, observe

A^3=(5A+2I_2)A=5A^2+2A=5(5A+2I_2)+2A=27A+10I_2\,
A^4=A^3A=(27A+10I_2)A=27A^2+10A=27(5A+2I_2)+10A=145A+54I_2\, .

Likewise,

A^{-1}=\frac{A-5I_2}{2}~.

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Power series

It is possible to define matrix valued functions of a real variable by giving its power series. An example of such usage is the exponential map from the Lie algebra of a matrix Lie group into the group. It is given by

\exp: \mathfrak g \rightarrow G; tX \mapsto e^{tX} = \sum_{n=0}^\infty \frac{t^nX^n}{n!} = I + tX + \frac{t^2X^2}{2} + \cdots, t \in \mathbb R, X \in \mathfrak g .

Using the Cayley–Hamilton theorem, it becomes apparent that this expression reduces to an expression involving only powers of X up to n − 1 for an n × n-matrix X. Expressions have long been known for SU(2),

e^{i(\theta/2)(\hat n \cdot \sigma)} = I_2 \cos \theta/2 + i(\hat n \cdot \sigma) \sin \theta/2,

where the σ are the Pauli matrices and for SO(3),

e^{i\theta(\hat n \cdot \mathbf J)} = I_3 +  i(\hat n \cdot \mathbf J) \sin \theta  + (\hat n \cdot \mathbf J)^2 (\cos \theta - 1),

which is Rodrigues' rotation formula. For the notation, please see rotation group SO(3)#A note on representations. More recently, expressions have appeared for other groups, like the Lorentz group SO(3, 1),[11] O(4, 2)[12] and SU(2, 2),[13] as well as GL(n, R).[14] The group O(4, 2) is the conformal group of spacetime, SU(2, 2) its simply connected cover (to be precise, the simply connected cover of the connected component SO+(4, 2) of O(4, 2)). The obtained expressions are applicable to the standard representation of these groups. They require knowledge of (some of) the eigenvalues of the matrix to exponentiate. For SU(2) (and hence for SO(3)), closed expressions have recently been obtained for all irreducible representations, i.e. of any spin.[15]

Proving the theorem in general

As the examples above show, obtaining the statement of the Cayley–Hamilton theorem for an n×n matrix

A=(a_{ij})_{i,j=1}^n

requires two steps: first the coefficients ci of the characteristic polynomial are determined by development as a polynomial in t of the determinant

p(t) = \det(t I_n - A) =
\begin{vmatrix}t-a_{1,1}&-a_{1,2}&\cdots&-a_{1,n}\\
-a_{2,1}&t-a_{2,2}&\cdots&-a_{2,n}\\
\vdots & \vdots & \ddots & \vdots\\
-a_{n,1}&-a_{n,2}& \cdots& t-a_{n,n}\\ \end{vmatrix} = t^n+c_{n-1}t^{n-1}+\cdots+c_1t+c_0,

and then these coefficients are used in a linear combination of powers of A that is equated to the n×n null matrix:

A^n+c_{n-1}A^{n-1}+\cdots+c_1A+c_0I_n=\begin{pmatrix}0&\cdots&0\\\vdots&\ddots&\vdots\\0&\cdots&0\end{pmatrix}.

The left hand side can be worked out to an n×n matrix whose entries are (enormous) polynomial expressions in the set of entries ai,j of A, so the Cayley–Hamilton theorem states that each of these n2 expressions are equal to 0. For any fixed value of n these identities can be obtained by tedious but completely straightforward algebraic manipulations. None of these computations can show however why the Cayley–Hamilton theorem should be valid for matrices of all possible sizes n, so a uniform proof for all n is needed.

Preliminaries

File:GeorgFrobenius.jpg
Ferdinand Georg Frobenius (1849–1917), German mathematician. His main interests were elliptic functions differential equations, and later group theory.

In 1878 he gave the first full proof of the Cayley–Hamilton theorem.[16]

If a vector v of size n happens to be an eigenvector of A with eigenvalue λ, in other words if Av = λv, then

\begin{align}
p(A)\cdot v & = A^n\cdot v+c_{n-1}A^{n-1}\cdot v+\cdots+c_1A\cdot v+c_0I_n\cdot v \\
& = \lambda^nv+c_{n-1}\lambda^{n-1}v+\cdots+c_1\lambda v+c_0 v=p(\lambda)v,
\end{align}

which is the null vector since p(λ) = 0 (the eigenvalues of A are precisely the roots of p(t). This holds for all possible eigenvalues λ, so the two matrices equated by the theorem certainly give the same (null) result when applied to any eigenvector. Now if A admits a basis of eigenvectors, in other words if A is diagonalizable, then the Cayley–Hamilton theorem must hold for A, since two matrices that give the same values when applied to each element of a basis must be equal. Not all matrices are diagonalizable, but for matrices with complex coefficients many of them are: the set of diagonalizable complex square matrices of a given size is dense in the set of all such square matrices[17] (for a matrix to be diagonalizable it suffices for instance that its characteristic polynomial not have any multiple roots). Now if any of the n2 expressions that the theorem equates to 0 would not reduce to a null expression, in other words if it would be a nonzero polynomial in the coefficients of the matrix, then the set of complex matrices for which this expression happens to give 0 would not be dense in the set of all matrices, which would contradict the fact that the theorem holds for all diagonalizable matrices. Thus one can see that the Cayley–Hamilton theorem must be true.

While this provides a valid proof (for matrices over the complex numbers), the argument is not very satisfactory, since the identities represented by the theorem do not in any way depend on the nature of the matrix (diagonalizable or not), nor on the kind of entries allowed (for matrices with real entries the diagonizable ones do not form a dense set, and it seems strange one would have to consider complex matrices to see that the Cayley–Hamilton theorem holds for them). We shall therefore now consider only arguments that prove the theorem directly for any matrix using algebraic manipulations only; these also have the benefit of working for matrices with entries in any commutative ring.

There is a great variety of such proofs of the Cayley–Hamilton theorem, of which several will be given here. They vary in the amount of abstract algebraic notions required to understand the proof. The simplest proofs use just those notions needed to formulate the theorem (matrices, polynomials with numeric entries, determinants), but involve technical computations that render somewhat mysterious the fact that they lead precisely to the correct conclusion. It is possible to avoid such details, but at the price of involving more subtle algebraic notions: polynomials with coefficients in a non-commutative ring, or matrices with unusual kinds of entries.

Adjugate matrices

All proofs below use the notion of the adjugate matrix adj(M) of an n×n matrix M, the transpose of its cofactor matrix.

This is a matrix whose coefficients are given by polynomial expressions in the coefficients of M (in fact, by certain (n − 1)×(n − 1) determinants), in such a way that the following fundamental relations hold,

\operatorname{adj}(M)\cdot M=\det(M)I_n=M\cdot\operatorname{adj}(M)~.

These relations are a direct consequence of the basic properties of determinants: evaluation of the (i,j) entry of the matrix product on the left gives the expansion by column j of the determinant of the matrix obtained from M by replacing column i by a copy of column j, which is det(M) if i = j and zero otherwise; the matrix product on the right is similar, but for expansions by rows.

Being a consequence of just algebraic expression manipulation, these relations are valid for matrices with entries in any commutative ring (commutativity must be assumed for determinants to be defined in the first place). This is important to note here, because these relations will be applied below for matrices with non-numeric entries such as polynomials.

A direct algebraic proof

This proof uses just the kind of objects needed to formulate the Cayley–Hamilton theorem: matrices with polynomials as entries. The matrix t InA whose determinant is the characteristic polynomial of A is such a matrix, and since polynomials form a commutative ring, it has an adjugate

B=\operatorname{adj}(tI_n-A).

Then, according to the right-hand fundamental relation of the adjugate, one has

(t I_n - A) \cdot B = \det(t I_n - A) I_n = p(t) I_n~.

Since B is also a matrix with polynomials in t as entries, one can, for each i , collect the coefficients of ti in each entry to form a matrix B i of numbers, such that one has

B = \sum_{i = 0}^{n - 1} t^i B_i

(the way the entries of B are defined makes clear that no powers higher than tn−1 occur). While this looks like a polynomial with matrices as coefficients, we shall not consider such a notion; it is just a way to write a matrix with polynomial entries as a linear combination of n constant matrices, and the coefficient t i has been written to the left of the matrix to stress this point of view.

Now one can expand the matrix product in our equation by bilinearity

\begin{align}
 p(t) I_n &= (t I_n - A) \cdot B \\
 &=(t I_n - A) \cdot\sum_{i = 0}^{n - 1} t^i B_i  \\
 &=\sum_{i = 0}^{n - 1} tI_n\cdot t^i B_i - \sum_{i = 0}^{n - 1} A\cdot t^i B_i \\
 &=\sum_{i = 0}^{n - 1} t^{i + 1}  B_i- \sum_{i = 0}^{n - 1} t^i A\cdot B_i  \\
 &=t^n B_{n - 1} + \sum_{i = 1}^{n - 1}  t^i(B_{i - 1} - A\cdot  B_i) - A \cdot B_0~.
\end{align}

Writing

p(t)I_n=t^nI_n+t^{n-1}c_{n-1}I_n+\cdots+tc_1I_n+c_0I_n~,

one obtains an equality of two matrices with polynomial entries, written as linear combinations of constant matrices with powers of t as coefficients.

Such an equality can hold only if in any matrix position the entry that is multiplied by a given power ti is the same on both sides; it follows that the constant matrices with coefficient ti in both expressions must be equal. Writing these equations then for i from n down to 0, one finds

B_{n - 1} = I_n, \qquad B_{i - 1} - A\cdot B_i = c_i I_n\quad \text{for }1 \leq i \leq n-1, \qquad -A B_0 = c_0 I_n~.

Finally, multiply the equation of the coefficients of ti from the left by Ai, and sum up: the left-hand sides form a telescoping sum and cancel completely, which results in the equation

 0=A^n+c_{n-1}A^{n-1}+\cdots+c_1A+c_0I_n= p(A)~.

This completes the proof.

A proof using polynomials with matrix coefficients

This proof is similar to the first one, but tries to give meaning to the notion of polynomial with matrix coefficients that was suggested by the expressions occurring in that proof. This requires considerable care, since it is somewhat unusual to consider polynomials with coefficients in a non-commutative ring, and not all reasoning that is valid for commutative polynomials can be applied in this setting. Notably, while arithmetic of polynomials over a commutative ring models the arithmetic of polynomial functions, this is not the case over a non-commutative ring (in fact there is no obvious notion of polynomial function in this case that is closed under multiplication). So when considering polynomials in t with matrix coefficients, the variable t must not be thought of as an "unknown", but as a formal symbol that is to be manipulated according to given rules; in particular one cannot just set t to a specific value.

(f+g)(x) = \sum_i \left (f_i+g_i \right )x^i = \sum_i{f_i x^i} + \sum_i{g_i x^i} = f(x) + g(x).

Let M(n, R) be the ring of n×n matrices with entries in some ring R (such as the real or complex numbers) that has A as an element. Matrices with as coefficients polynomials in t, such as tI_n - A or its adjugate B in the first proof, are elements of M(n, R[t]). By collecting like powers of t, such matrices can be written as "polynomials" in t with constant matrices as coefficients; write M(n, R)[t] for the set of such polynomials. Since this set is in bijection with M(n, R[t]), one defines arithmetic operations on it correspondingly, in particular multiplication is given by

\left (\sum_iM_it^i \right )\cdot \left (\sum_jN_jt^j \right )=\sum_{i,j}(M_i\cdot N_j)t^{i+j},

respecting the order of the coefficient matrices from the two operands; obviously this gives a non-commutative multiplication. Thus the identity

(t I_n - A) \cdot B = p(t) I_n.

from the first proof can be viewed as one involving a multiplication of elements in M(n, R)[t].

At this point, it is tempting to simply set t equal to the matrix A, which makes the first factor on the left equal to the null matrix, and the right hand side equal to p(A); however, this is not an allowed operation when coefficients do not commute. It is possible to define a "right-evaluation map" evA : M[t] → M, which replaces each ti by the matrix power Ai of A, where one stipulates that the power is always to be multiplied on the right to the corresponding coefficient. But this map is not a ring homomorphism: the right-evaluation of a product differs in general from the product of the right-evaluations. This is so because multiplication of polynomials with matrix coefficients does not model multiplication of expressions containing unknowns: a product Mt^i Nt^j = (M\cdot N)t^{i+j} is defined assuming that t commutes with N, but this may fail if t is replaced by the matrix A.

One can work around this difficulty in the particular situation at hand, since the above right-evaluation map does become a ring homomorphism if the matrix A is in the center of the ring of coefficients, so that it commutes with all the coefficients of the polynomials (the argument proving this is straightforward, exactly because commuting t with coefficients is now justified after evaluation). Now A is not always in the center of M, but we may replace M with a smaller ring provided it contains all the coefficients of the polynomials in question: I_n, A, and the coefficients B_i of the polynomial B. The obvious choice for such a subring is the centralizer Z of A, the subring of all matrices that commute with A; by definition A is in the center of Z. This centralizer obviously contains I_n, and A, but one has to show that it contains the matrices B_i. To do this one combines the two fundamental relations for adjugates, writing out the adjugate B as a polynomial:

\begin{align}
  \left(\sum_{i = 0}^m B_i t^i\right) (t I_n - A)&=(tI_n - A) \sum_{i = 0}^m B_i t^i \\
  \sum_{i = 0}^m B_i t^{i + 1} - \sum_{i = 0}^m B_i A t^i &= \sum_{i = 0}^m B_i t^{i + 1} - \sum_{i = 0}^m A B_i t^i \\
 \sum_{i = 0}^m B_i A t^i &= \sum_{i = 0}^m A B_i t^i .
 \end{align}

Equating the coefficients shows that for each i, we have A Bi = Bi A as desired. Having found the proper setting in which evA is indeed a homomorphism of rings, one can complete the proof as suggested above:

\begin{align}
 \operatorname{ev}_A\bigl(p(t) I_n\bigr) &= \operatorname{ev}_A((t I_n - A)\cdot B)  \\
  p(A)&= \operatorname{ev}_A(t I_n - A)\cdot \operatorname{ev}_A(B) \\
  p(A) &= (A \cdot I_n - A) \cdot \operatorname{ev}_A(B) = 0\cdot\operatorname{ev}_A(B) = 0 .
 \end{align}

This completes the proof.

A synthesis of the first two proofs

In the first proof, one was able to determine the coefficients Bi of B based on the right hand fundamental relation for the adjugate only. In fact the first n equations derived can be interpreted as determining the quotient B of the Euclidean division of the polynomial p(t)I_n on the left by the monic polynomial I_nt-A, while the final equation expresses the fact that the remainder is zero. This division is performed in the ring of polynomials with matrix coefficients. Indeed, even over a non-commutative ring, Euclidean division by a monic polynomial P is defined, and always produces a unique quotient and remainder with the same degree condition as in the commutative case, provided it is specified at which side one wishes P to be a factor (here that is to the left). To see that quotient and remainder are unique (which is the important part of the statement here), it suffices to write PQ+r=PQ'+r' as P(Q-Q')=r'-r and observe that since P is monic, P(Q-Q') cannot have a degree less than that of P, unless Q=Q'.

But the dividend p(t)I_n and divisor I_nt-A used here both lie in the subring (R[A])[t], where R[A] is the subring of the matrix ring M(n, R) generated by A: the R-linear span of all powers of A. Therefore the Euclidean division can in fact be performed within that commutative polynomial ring, and of course it then gives the same quotient B and remainder 0 as in the larger ring; in particular this shows that B in fact lies in (R[A])[t]. But in this commutative setting it is valid to set t to A in the equation p(t)I_n=(I_nt-A)B, in other words apply the evaluation map

\operatorname{ev}_A:(R[A])[t]\to R[A]

which is a ring homomorphism, giving

p(A)=0\cdot\operatorname{ev}_A(B)=0

just like in the second proof, as desired.

In addition to proving the theorem, the above argument tells us that the coefficients Bi of B are polynomials in A, while from the second proof we only knew that they lie in the centralizer Z of A; in general Z is a larger subring than R[A], and not necessarily commutative. In particular the constant term B_0=\operatorname{adj}(-A) lies in R[A]. Since A is an arbitrary square matrix, this proves that adj(A) can always be expressed as a polynomial in A (with coefficients that depend on A), something that is not obvious from the definition of the adjugate matrix. In fact the equations found in the first proof allow successively expressing B_{n-1}, \ldots, B_1, B_0 as polynomials in A, which leads to the identity

\operatorname{adj}(-A)=\sum_{i=1}^nc_iA^{i-1},

valid for all n×n matrices, where

t^n+c_{n-1}t^{n-1}+\cdots+c_1t+c_0

is the characteristic polynomial of A. Note that this identity implies the statement of the Cayley–Hamilton theorem: one may move adj(−A) to the right hand side, multiply the resulting equation (on the left or on the right) by A, and use the fact that

-A\cdot \operatorname{adj}(-A)=\operatorname{adj}(-A)\cdot-A=\det(-A)I_n=c_0I_n.

A proof using matrices of endomorphisms

As was mentioned above, the matrix p(A) in statement of the theorem is obtained by first evaluating the determinant and then substituting the matrix A for t; doing that substitution into the matrix tI_n-A before evaluating the determinant is not meaningful. Nevertheless, it is possible to give an interpretation where p(A) is obtained directly as the value of a certain determinant, but this requires a more complicated setting, one of matrices over a ring in which one can interpret both the entries A_{i,j} of A, and all of A itself. One could take for this the ring M(n, R) of n×n matrices over R, where the entry A_{i,j} is realised as A_{i,j}I_n, and A as itself. But considering matrices with matrices as entries might cause confusion with block matrices, which is not intended, as that gives the wrong notion of determinant (recall that the determinant of a matrix is defined as a sum of products of its entries, and in the case of a block matrix this is generally not the same as the corresponding sum of products of its blocks!). It is clearer to distinguish A from the endomorphism φ of an n-dimensional vector space V (or free R-module if R is not a field) defined by it in a basis e1, ..., en, and to take matrices over the ring End(V) of all such endomorphisms. Then φ ∈ End(V) is a possible matrix entry, while A designates the element of M(n, End(V)) whose i,j entry is endomorphism of scalar multiplication by A_{i,j}; similarly In will be interpreted as element of M(n, End(V)). However, since End(V) is not a commutative ring, no determinant is defined on M(n, End(V)); this can only be done for matrices over a commutative subring of End(V). Now the entries of the matrix \varphi I_n-A all lie in the subring R[φ] generated by the identity and φ, which is commutative. Then a determinant map M(n, R[φ]) → R[φ] is defined, and \det(\varphi I_n-A) evaluates to the value p(φ) of the characteristic polynomial of A at φ (this holds independently of the relation between A and φ); the Cayley–Hamilton theorem states that p(φ) is the null endomorphism.

In this form, the following proof can be obtained from that of (Atiyah & MacDonald 1969, Prop. 2.4) (which in fact is the more general statement related to the Nakayama lemma; one takes for the ideal in that proposition the whole ring R). The fact that A is the matrix of φ in the basis e1, ..., en means that

\varphi(e_i) = \sum_{j = 1}^n A_{j,i} e_j \quad\text{for }i=1,\ldots,n.

One can interpret these as n components of one equation in Vn, whose members can be written using the matrix-vector product M(n, End(V)) × VnVn that is defined as usual, but with individual entries ψ ∈ End(V) and v in V being "multiplied" by forming \psi(v); this gives:

\varphi I_n \cdot E= A^\mathrm{tr}\cdot E,

where E\in V^n is the element whose component i is ei (in other words it is the basis e1, ..., en of V written as a column of vectors). Writing this equation as

(\varphi I_n-A^\mathrm{tr})\cdot E=0\in V^n

one recognizes the transpose of the matrix \varphi I_n-A considered above, and its determinant (as element of M(n, R[φ])) is also p(φ). To derive from this equation that p(φ) = 0 ∈ End(V), one left-multiplies by the adjugate matrix of \varphi I_n-A^\mathrm{tr}, which is defined in the matrix ring M(n, R[φ]), giving

\begin{align}
 0&=\operatorname{adj}(\varphi I_n-A^\mathrm{tr})\cdot((\varphi I_n-A^\mathrm{tr})\cdot E)\\
  &= (\operatorname{adj}(\varphi I_n-A^\mathrm{tr})\cdot(\varphi I_n-A^\mathrm{tr}))\cdot E\\
  &= (\det(\varphi I_n-A^\mathrm{tr})I_n)\cdot E\\
  &= (p(\varphi)I_n)\cdot E;
\end{align}

the associativity of matrix-matrix and matrix-vector multiplication used in the first step is a purely formal property of those operations, independent of the nature of the entries. Now component i of this equation says that p(φ)(ei) = 0 ∈ V; thus p(φ) vanishes on all ei, and since these elements generate V it follows that p(φ) = 0 ∈ End(V), completing the proof.

One additional fact that follows from this proof is that the matrix A whose characteristic polynomial is taken need not be identical to the value φ substituted into that polynomial; it suffices that φ be an endomorphism of V satisfying the initial equations

\varphi(e_i) = \sum_j A_{j,i} e_j

for some sequence of elements e1,...,en that generate V (which space might have smaller dimension than n, or in case the ring R is not a field it might not be a free module at all).

A bogus "proof": p(A) = det(AIn − A) = det(A − A) = 0

One elementary but incorrect argument for the theorem is to "simply" take the definition

p(\lambda) = \det(\lambda I_n - A)

and substitute A for λ, obtaining

p(A)=\det(A I_n - A) = \det(A - A) = 0.

There are many ways to see why this argument is wrong. First, in Cayley–Hamilton theorem, p(A) is an n×n matrix. However, the right hand side of the above equation is the value of a determinant, which is a scalar. So they cannot be equated unless n = 1 (i.e. A is just a scalar). Second, in the expression \det(\lambda I_n - A), the variable λ actually occurs at the diagonal entries of the matrix \lambda I_n - A. To illustrate, consider the characteristic polynomial in the previous example again:

\det\begin{pmatrix}\lambda-1&-2\\-3&\lambda-4\end{pmatrix}.

If one substitutes the entire matrix A for λ in those positions, one obtains

\det\begin{pmatrix} \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} - 1 & -2 \\ -3 &\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} - 4\end{pmatrix},

in which the "matrix" expression is simply not a valid one. Note, however, that if scalar multiples of identity matrices instead of scalars are subtracted in the above, i.e. if the substitution is performed as

 \det \begin{pmatrix} \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} - I_2 & -2I_2 \\ -3I_2 &\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} - 4I_2 \end{pmatrix},

then the determinant is indeed zero, but the expanded matrix in question does not evaluate to A I_n-A; nor can its determinant (a scalar) be compared to p(A) (a matrix). So the argument that p(A)=\det(AI_n-A)=0 still does not apply.

Actually, if such an argument holds, it should also hold when other multilinear forms instead of determinant is used. For instance, if we consider the permanent function and define q(\lambda) = \operatorname{perm}(\lambda I_n - A), then by the same argument, we should be able to "prove" that q(A) = 0. But this statement is demonstrably wrong. In the 2-dimensional case, for instance, the permanent of a matrix is given by

\operatorname{perm} \begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad + bc.

So, for the matrix A in the previous example,

q(\lambda) = \operatorname{perm} (\lambda I_2 - A) = \operatorname{perm} \begin{pmatrix} \lambda - 1 & -2  \\ -3 & \lambda-4 \end{pmatrix} = (\lambda - 1)(\lambda - 4) + (-2)(-3) = \lambda^2 - 5\lambda + 10.

Yet one can verify that

q(A)=A^2-5A+10I_2=12I_2\not=0.

One of the proofs for Cayley–Hamilton theorem above bears some similarity to the argument that p(A)=\det(AI_n-A)=0. By introducing a matrix with non-numeric coefficients, one can actually let A live inside a matrix entry, but then A I_n is not equal to A, and the conclusion is reached differently.

Abstraction and generalizations

The above proofs show that the Cayley–Hamilton theorem holds for matrices with entries in any commutative ring R, and that p(φ) = 0 will hold whenever φ is an endomorphism of an R module generated by elements e1,...,en that satisfies

\varphi(e_j)=\sum a_{ij}e_i, \qquad j =1, \cdots, n.

This more general version of the theorem is the source of the celebrated Nakayama lemma in commutative algebra and algebraic geometry.

See also

Remarks

  1. Due to the non-commutative nature of the multiplication operation for quaternions and related constructions, care needs to be taken with definitions, most notably in this context, for the determinant. The theorem holds as well for the slightly less well-behaved split-quaternions, see Alagös, Oral & Yüce (2012). The rings of quaternions and split-quaternions can both be represented by certain 2 × 2 complex matrices. (When restricted to unit norm, these are the groups SU(2) and SU(1, 1) respectively.) Therefore it is not surprising that the theorem holds.


    There is no such matrix representation for the octonions, since the multiplication operation is not associative in this case. However, a modified Cayley-Hamilton theorem still holds for the octonions, see Tian (2000).
  2. See, e.g., p. 54 of Brown 1994, which solves
    \partial p(\lambda)  /\partial \lambda= p(\lambda) \sum^\infty _{m=0}\lambda ^{-(m+1)}  \operatorname{tr}A^m =  p(\lambda) ~  \operatorname{tr} \frac{I}{\lambda I -A}\equiv\operatorname{tr} B~,
    where B is the adjugate matrix of the next section. There also exists an equivalent, related recursive algorithm introduced by Urbain Le Verrier and Dmitry Konstantinovich Faddeev—the [[{{{1}}}]] () (Le Verrier 1840)—which reads
     \begin{align}
M_0 &\equiv 0      & c_n &= 1                                                               \qquad &(k=0) \\
M_k &\equiv AM_{k-1} + c_{n-k+1} I \qquad \qquad  & c_{n-k} &= -\frac 1 k \mathrm{tr}(AM_k) \qquad &k=1,\ldots ,n   ~.
\end{align}
    (see, e.g., p 88 of Gantmacher 1960.) Observe A−1 = − Mn /c0 as the recursion terminates. See the algebraic proof in the following section, which relies on the modes of the adjugate, Bk ≡ Mn−k . Specifically, (\lambda I-A) B = I p(\lambda) and the above derivative of p are utilized in the trace of
     \frac{\lambda}{\lambda I-A} -I=\frac{A}{\lambda I -A}
    to yield \lambda p' -n p =\operatorname{tr} AB. (cf. Hou, S. H. (1998) "Classroom Note: A Simple Proof of the Leverrier--Faddeev Characteristic Polynomial Algorithm" SIAM review 40(3) 706-709, doi:10.1137/S003614459732076X .)

Notes

References

  • Lua error in package.lua at line 80: module 'strict' not found. (open access)
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found. (communicated on June 9, 1862)
  • Lua error in package.lua at line 80: module 'strict' not found. (communicated on June 23, 1862)
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found. (open archive).

External links