Given that $C=I+A+A^2+A^3+ \ldots$ Prove that I-A is the inverse of $C$
Hint: Use the infinite series technique for finding inverse of a matrix.
Now I know with an infinite geometric series with a limiting sum:
$A+AR+AR^2+AR^3+...=A/(1-R)$ where $|R|<1$
And if we let A=1 and R=x then the above expression becomes:
$1+x+x^2+x^3+...=1/(1-x)=(1-x)^{-1}$
This suggests that for matrices we can develop a corresponding formula, provided that $A$ is “sufficiently small”:
$I+A+A^2+A^3+...=(1-A)^{-1}$
This means that if we are asked to find the inverse of a matrix B, we find A such that $B = I – A.$ We can then approximate $B^{-1}$ by summing as many terms as we like of the geometric series $I+A+A^2+A^3+...$
But we're dealing with matrices so I don't know how to go about proving this... I appreciate any help guys, but it'd be great if there was a way to prove it with minimal series/sequences knowledge thanks...