I have the following task:
Let $M, N \in M_n(\mathbb{R})$ be two matrices s.t. $MN=NM$.
(1) Show that if $M$ is invertible and $N$ be nilpotent of order k, that $M-N$ is invertible.
(2) Let $M$ and $N$ be nilpotent of order k. Show that $M+N$ is nilpotent. Of which order?
(3) Is the commuting hypothesis for the first two points necessary?
My Solution:
(1) I can write $(M^n - N^n) = (M-N) \sum \limits_{i=0}^{n-1}M^iN^{n-1-i}$. Since the matrices are commutative. Now if I consider the case $n=k$:
$M^k = (M-N) \sum \limits_{i=0}^{k-1}M^iN^{k-1-i}$. Now by multiplying $M^{-k}$ from the right, I get:
$Id = (M-N) (\sum \limits_{i=0}^{k-1}M^iN^{k-1-i})M^{-k}$.
Is that enought to show that $M-N$ is invertible?
(2) Is there a general way for rewriting the sum of commutative matrices to the power of some exponent? Ex. :$(M+N)^f = ...$ For a random exponent $f$
(3) They have to be commutative. I've found a counterexample if they are not commutative.