I Prove that the limit of this matrix expression is 0

lriuui0x0
Messages
101
Reaction score
25
Given a singular matrix ##A##, let ##B = A - tI## for small positive ##t## such that ##B## is non-singular. Prove that:

$$
\lim_{t\to 0} (\chi_A(B) + \det(B)I)B^{-1} = 0
$$

where ##\chi_A## is the characteristic polynomial of ##A##. Note that ##\lim_{t\to 0} \chi_A(B) = \chi_A(A) = 0## by Cayley-Hamilton theorem.

This limit involves the product of a convergent to zero function and a divergent function. I'm not sure how to transform the limit in order to prove this.
 
Physics news on Phys.org
In wikipedia characteristic polynomials
----
We consider an n×n matrix A. The characteristic polynomial of A, denoted by pA(t), is the polynomial defined by[5]
{\displaystyle p_{A}(t)=\det \left(tI-A\right)}
where I denotes the n×n identity matrix.
----
Wiki says parameter of characteristic polynomial t a number though you say it B, a matrix. I am confused.
 
anuttarasammyak said:
In wikipedia characteristic polynomials
----
We consider an n×n matrix A. The characteristic polynomial of A, denoted by pA(t), is the polynomial defined by[5]
{\displaystyle p_{A}(t)=\det \left(tI-A\right)}
where I denotes the n×n identity matrix.
----
Wiki says parameter of characteristic polynomial t a number though you say it B, a matrix. I am confused.
Yes, it's passing in the matrix into the polynomial. Please check Cayley-Hamilton theorem.
 
  • Like
Likes anuttarasammyak
I don't know how to tackle the problem, but here are some ideas:
  • proof by induction
  • replacing ##B^{-1}=\dfrac{1}{A-tI}## by its series
  • using the Jordan normal form
  • the limit has to be taken for every matrix entry, so maybe choosing a single one could simplify the problem
 
Let \chi_A(x) = \sum_{n=0}^N a_nx^n. Then <br /> (\chi_A(B) + \det(B)I)B^{-1} = (a_0 + \det B)B^{-1} + \sum_{n=0}^{N-1} a_{n+1}B^{n}. Recall that B^{-1} = \frac{\operatorname{adj}(B)}{\det(B)} where \operatorname{adj}(B) is the adjugate matrix of B, and that a_0 vanishes as A is singular. This shows that the limit is finite; there is more to do to show that it vanishes.

EDIT: We also have the identity (stated here) <br /> \operatorname{adj}(-A) = \sum_{n=0}^{N-1} a_{n+1}A^n and thus <br /> \lim_{t \to 0} (\chi_A(B) + \det(B)I)B^{-1} = \operatorname{adj}(A) + \operatorname{adj}(-A) = (1 + (-1)^{N-1})\operatorname{adj}(A) which is either 2\operatorname{adj}(A) or 0 depending on whether N is odd or even.
 
Last edited:
Thanks for the help!
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top