Prove that $$L=-\sum_{k=1}^{n-1} \frac{N^{k}}{k}$$ is a logarithm of the matrix $I_n-N\!$, where $I_n$ denotes the identity, and $N$ is nilpotent such that $N^n=0$.
More precisely, I want to show that $\exp(L)=I_n-N$. I have not seen the logarithmic function for matrices yet.
This is the last step that has been used in this argument, but I haven't been able to prove it. Any hints?
Let $L(t) = - \sum_{k \geq 1} \frac{t^k N^k}{k}$. There are no convergence issues for $L(t)$ because $N$ is nilpotent. Now define $f(t) = \exp(L(t))$, and note that $f$ satisfies the differential equation $$ f'(t) = L'(t) \exp(L(t)) = \left(-N\sum_{k \geq 0} t^k N^k\right) \exp(L(t)) = -N(I - tN)^{-1} f(t).$$ However, the function $g(t) = I - tN$ also satifies this differential equation: $$ g'(t) = -N = -N(I-tN)^{-1}g(t),$$ with the same initial conditions $g(0) = f(0) = I$, and hence they must be equal. The wanted equality is case $t=1$.