Let $ \exp : M(n, \mathbb{C}) \rightarrow GL(n, \mathbb{C}) $ be the matrix exponential defined by $$ \exp(X) = \sum_{k=0}^{\infty} \frac{X^k}{k!} $$ Is this map smooth as a map from $ \mathbb{C}^{n^2} \rightarrow \mathbb{C}^{n^2} $ ?
My attempt: I show that the derivative at $ 0 $, $ D\exp(0) $ is the identity linear transformation on $ \mathbb{C}^{n^2} $, thus the derivative is nonsingular. This is because we have $$ \frac{|| \exp(H) - \exp(0) - H ||}{||H||} = \frac{||\sum_{k=2}^{\infty} \frac{H^k}{k!}||}{||H||} \le \sum_{k=1}^{\infty} \frac{||H||^{k}}{(k+1)!} $$ and the limit of the last expression as $ ||H|| \rightarrow 0 $ is clearly $ 0 $.
My problems begin at the following: (1) I can calculate the derivative only at scalar matrices in $ M(n, \mathbb{C}) $ (I need commutativity for the identity $ \exp(A+B)=\exp(A)\exp(B) $ to hold) (2) I cannot apply the inverse function theorem yet, because I have established differentiability at only a point.
How would one get around these difficulties? I know that the inverse function theorem holds for analytic functions too, but I would like to avoid it, and in any case, I would need to show that the derivative is nonsingular everywhere. I cannot see a coordinate free approach.