Given $A, B \in M_n (\Bbb F)$, where $A$ is $k$-nilpotent and $B$ is invertible, is $A+B$ also invertible?
I was having trouble on how to prove this, and then I thought maybe this statement is incorrect, but couldn't find a counter example. Perhaps someone can assist?
This is not true in general. Take $$ A = \begin{pmatrix} 0 &1 \\ 0 & 0 \end{pmatrix}, \quad B= \begin{pmatrix} 0 &-1 \\ 1& 0 \end{pmatrix}. $$ However, $I+A$ is always invertible for nilpotent $A$. The same holds for $A+B$ with invertible $B$ if $A$ and $B$ commute: If $A$ and $B$ commute, then $A$ and $B^{-1}$ commute, which implies that $B^{-1}A$ is nilpotent, moreover $I-(-B^{-1}A)$ is invertible with $$ (I-(-B^{-1}A))^{-1} = \sum_{i=0}^{k-1} (-B^{-1}A)^{i} $$ which implies $$ (A+B)^{-1} = B^{-1}(I+B^{-1}A)^{-1}. $$