As the title states, I would like to prove the following:
$A$ is a nilpotent $n \times n$ matrix ($A^k = 0$). Show that $I_n + aA$ is invertible for each $a \in \mathbb{F}$ (where $I_n$ denotes the $n\times n$ identity matrix).
I (think) I am able to show that $I_n + A$ is invertible but I am struggling to come up with an appropriate inverse to use when the scalar $a$ is introduced.
Is there an easier way to formulate an inverse than trial and error in this case?
The inverse is $B=I-aA+a^2A^2-a^3A^3+\cdots+(-1)^{n-1}a^{n-1}A^{n-1}$
because $(I+aA)B=I$ by successive cancellations.
With the restriction, of course, that $aA \neq -I$.
Have you recognized the application of the series expansion:
$$(I-X)^{-1}=I+X+X^2+\cdots +X^k+\cdots$$
which is in fact a polynomial because all powers $X^k$ for $k \geq n$ are zero ?