Proves that there exists a neighborhood $V$ of the identity matrix such that every matrix $Y \in V$ admits $n$-th root, that is, there exists a matrix $X$ such that $X^n = Y$.
In the above question I know it is true that there exists a neighborhood $V$ of the identity matrix so that every matrix $Y \in V$ is non-singular by means of the function $det$ which is continuous (here: Neighborhood of the identity matrix ). But I can not make the connection between the array be singular and admit an nth root.
To solve the question in general I'm trying to define a function to apply the Implicit Function Theorem. Any suggestions please?
I will show this using the inverse function theorem. Let $f:M_n(\mathbb{R})\to M_n(\mathbb{R})$ with $f(X)=X^k$, then, noting that every matrix commutes with the identity, you can apply Newton's binomial fórmula to the following: $$ f(I+H)=(I+H)^k=\sum_{i=0}^k\binom{k}{i} H^i=I+k\cdot H+\sum_{i=2}^k\binom{k}{i} H^i$$
By definition of derivative (https://en.wikipedia.org/wiki/Derivative#Total_derivative,_total_differential_and_Jacobian_matrix), if $f$ is differentiable, $df_I:M_n(\mathbb{R})\to M_n(\mathbb{R})$ (or as denoted in the webpage, $f'(I)$) is the (unique) linear tranformation such that, for any norm $\left|\cdot \right|$ in $M_n(\mathbb{R})$: \begin{equation} \frac{\left| f(I+H)-f(I)-df_I(H)\right|}{\left|H\right|}\overset{\left|H\right|\to 0}\longrightarrow 0. \end{equation}
As a candidate for $df_I(H)$ we can choose the linear term in $H$, that is, $k\cdot H$. Using the norm for matrix given by $$\left|A\right|=\sup_{\left|v\right|=1}\left|Av\right|$$ we can conclude that $\left|AB\right|\leq \left|A\right|\left|B\right|$ and this implies $\left|A^k\right|\leq \left|A\right|^k$ (for more details https://en.wikipedia.org/wiki/Matrix_norm#Matrix_norms_induced_by_vector_norms). Then, using multiple triangle inequality for norms, we can write: \begin{equation} \frac{\left| f(I+H)-f(I)-k\cdot H\right|}{\left|H\right|}=\frac{\left| \sum_{i=2}^k\binom{k}{i} H^i\right|}{\left|H\right|}\leq\frac{ \sum_{i=2}^k\left|\binom{k}{i}\right| \left|H^i\right|}{\left|H\right|}\leq \sum_{i=2}^k\binom{k}{i}\frac{\left|H\right|^i}{\left|H\right|} \end{equation} Rewriting and putting $i=j+1$, we have $$\sum_{i=2}^k\binom{k}{i}\left|H\right|^{i-1}=\sum_{j=1}^k\binom{k}{j+1}\left|H\right|^j$$ that is a polinomial depending of $\left|H\right|$, then converges to $0$ as $\left|H\right|\to 0$.
Then, by uniqueness of $df_I$, we can conclude that $df_I(H)=k\cdot H$, that is an isomorphism from $M_n(\mathbb{R})$ to itself. By inverse theorem function, there is a neighborhood $U,V\subset M_n(\mathbb{R})$ containing $I$ and $f(I)=I$, respectivelly, and a $C^\infty$ function $g:V\to U$ such that $g$ is the inverse of $f$ in $U$. Therefore, putting $X=g(Y)$, then $X^k=Y$.