How to show I_n + A is invertible

  • Context: Graduate 
  • Thread starter Thread starter HappyN
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on proving the invertibility of the matrix expression I_n + A, where A is an n x n matrix satisfying A^k = 0_n,n for some natural integer k. Participants highlight the use of the Binomial theorem, specifically Newton's generalized binomial theorem, to derive the inverse. The finite series expansion results from the property that A raised to any power greater than k yields the zero matrix, allowing for a straightforward computation of the product (I + A)(I - A + A^2 - A^3 + ... + (-1)^(k-1)A^(k-1)) = I. This confirms that I_n + A is indeed invertible.

PREREQUISITES
  • Understanding of matrix theory, specifically properties of nilpotent matrices.
  • Familiarity with the Binomial theorem and its generalized form.
  • Knowledge of matrix multiplication and series expansions.
  • Basic linear algebra concepts, including matrix invertibility.
NEXT STEPS
  • Study the properties of nilpotent matrices in linear algebra.
  • Learn about Newton's generalized binomial theorem and its applications.
  • Explore matrix series and their convergence criteria.
  • Investigate other methods for proving matrix invertibility.
USEFUL FOR

Mathematicians, students of linear algebra, and anyone interested in advanced matrix theory and its applications in mathematical proofs.

HappyN
Messages
16
Reaction score
0
Let A be an n x n matrix such that A^k=0_n,n (the n x n zero matrix) for some natural integer k. How would you show that I_n + A is invertible?
 
Physics news on Phys.org
Suppose that (I+A)^-1 exists and compute it.
 
Last edited:
Think about the expansion of (1+x)^-1 by the Binomial theorem.

@lurflurf, this works fine when A is singular. For example if n = 2 and A =
0 1
0 0
 
^Oops clearly A is singular, I meant suppose A+I is nonsingular, that is needed, and in fact always true.
 
Hi all,

I tried to prove this for myself, but did not get anywhere :-(

AlephZero said:
Think about the expansion of (1+x)^-1 by the Binomial theorem.

@lurflurf, this works fine when A is singular. For example if n = 2 and A =
0 1
0 0

I don't quite get this... how does the Binomial theorem help here? According to http://en.wikipedia.org/wiki/Binomial_theorem the expansion is only defined for non-negative integers?
 
I meant what the Wiki page calls "Newton's generalized binomial theorem".

This gives an infinite series expansion in general, and the series may not converge.

But you know that A^k = 0, and therefore A^m = 0 for any integer m > k, so in this case the series has a finite number of non-zero terms.
 
If you know how to multiply (x-y)(x+y)? or even (1-x)(1+x)? you can do this.
 
we know that A^k is the 0-matrix, right?

well, let's look at the product:

(I + A)(I - A + A^2 - A^3 +...+ (-1)^(k-1)A^(k-1)) =

I - A + A^2 - A^3 +...+ (-1)^(k-1)A^(k-1) + A - A^2 + A^3 -...+(-1)^(k-1)A^k

= I + (-1)^(k-1)A^k = I
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 21 ·
Replies
21
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K