[Math] Trace of adjugate

abstract-algebralinear algebramatrices

Let $A \in M(\mathbb{R}, n)$ and $C_A(\lambda)$ its characteristic polynomial. Let

$$ \Gamma_A(\lambda) := (-1)^{n+1}\frac{C_A(\lambda) – C_A(0)}{\lambda} $$

Then, $\text{adj}(A) = \Gamma_A(A)$ which is a form of the Cramer's rule $\text{adj}(A)A = \det(A) I$ using the Cayley-Hamilton theorem.

There is an identitiy that

$$ \text{tr} ( \text{adj} (A) ) = (-1)^{n+1} \Gamma_A(0)$$

Question: how is this identity derived?

Background: I was studying Lemma 1.4 of this book on page 86, claim 6.

Best Answer

Here is, I think, a possible answer.

From the Jacobi's identity, it follows that

$$ - \frac{d}{d \lambda} C_A(\lambda) = \frac{d}{d \lambda} \det ( \lambda I - A) = \text{tr} \left( \text{adj} ( \lambda I - A ) \frac{d}{d \lambda} ( \lambda I - A) \right) = \text{tr} ( \text{adj} ( \lambda I - A ) ) $$

Therefore,

$$ \frac{d}{d \lambda} C_A(\lambda) \Bigg|_{\lambda=0} = \text{tr} ( \text{adj} ( A ) )$$

Observe that

$$ \frac{d}{d \lambda} C_A(\lambda) \Bigg|_{\lambda=0} = (-1)^{n+1} \lim_{\lambda \rightarrow 0} \frac{C_A(\lambda) - C_A(0)}{\lambda} = (-1)^{n+1} \lim_{\lambda \rightarrow 0} \Gamma_A(\lambda) = (-1)^{n+1} \Gamma_A(0)$$

Therefore,

$$ (-1)^{n+1} \Gamma_A(0) = \text{tr} ( \text{adj} ( A ) ) $$

Related Question