If $A^k = 0$, $k>=1$, prove that $(I-A) ^{-1} = I +A + A^2 +\cdots+ A^ {k-1}$

70 Views Asked by At

I was solving questions related to inverse matrices and I got this question. How do I attempt this question?

2

There are 2 best solutions below

0
On BEST ANSWER

Multiply both sides by $(I-A)$ and expand the brackets.

0
On

Hint. Simply compute the following products: $$(I-A)\sum_{i=0}^{k-1}A^i\textrm{ and }\left(\sum_{i=0}^{k-1}A^i\right)(I-A).$$

If you want to get some insight on the formula, let us proceed formally:

  • In the ring $R[[X]]$ of formal series over a ring $R$, the inverse of $1-X$ is given by $\displaystyle\sum_{k=0}^{+\infty}X^k$. This result can be thought as a analog of the geometric summation formula.

  • If $A^k=0$, then the above sum is finite and one can substitute $A$ to $X$.