Existence of differentiable matrix maps $M(3,\mathbb{R}) \rightarrow M(3,\mathbb{R})$

233 Views Asked by At

Let's say that $M(3,\mathbb{R})$ is the set of square matrices of dimension $3*3$. Is there a neighborhood $N$ of $I_3$ on which there is a differentiable square root map $f: N \rightarrow M(3,\mathbb{R})$, with $$f(I) = \begin{pmatrix} -1 &0 &0 \\ 0 &1 &0\\ 0&0&1 \end{pmatrix}$$ and $(f(A))^2=A$ for every $A \in N$?

Another question is as follows: Is there a neighborhood $L$ of $I_3$ on which there is a $C'$ class function $g: L \rightarrow M(3,\mathbb{R})$, with $$g(I) = \begin{pmatrix} 0 &1 &0 \\ 0 &0 &1\\ 1&0&0 \end{pmatrix}$$ and $(g(B))^3=B$ for every $B \in L$?

Background: I learned that matrices can represent derivatives of multivariable functions, and have understood, for example, Is there a general form for the derivative of a matrix to a power?, but I do now know how to use the conditions given by the question to answer if the questions are true or false.

edit: There is a previous possibly related question, that the Linear transformation $T: M(3,\mathbb{R}) \rightarrow M(3,\mathbb{R}), T(B) = AB+BA$ (for a diagonal $A \in M(3,\mathbb{R})$) is invertible if the diagonal elements of $A$ satisfy a certain condition.

2

There are 2 best solutions below

5
On BEST ANSWER

We use the implicit function theorem, that is a well-known method.

i) for$f$. Let $p:X\in M_3\mapsto X^2$ and $U=diag(-1,1,1)$; then $p(U)=I_3$; the derivative of $p$ is

$Dp_X:H\in M_3\mapsto XH+HX$ and $Dp_U(H)=UH+HU$ is a sum of functions that commute.

$p$ has a local $C^{1}$ inverse from a neighborhood of $I_3$ to a neighborhood of $U$ IFF $Dp_U$ is invertible. Let $spectrum(U)=(\lambda_i)_i$.

According to

https://en.wikipedia.org/wiki/Kronecker_product#Abstract_properties

$spectrum(Dp_U)=\{\lambda_i+\lambda_j;i,j\}=\{-2,0,0,0,0,2,2,2,2\}$ and, therefore $p$ has no $C^1$ local inverse.

ii) for $g$ (in the same way). Let $q:X\in M_3\mapsto X^3$ and $V=\begin{pmatrix}0&1&0\\0&0&1\\1&0&0\end{pmatrix}$; then $q(V)=I_3$; the derivative of $q$ is

$Dq_X:H\in M_3\mapsto HX^2+XHX+X^2H$ and $Dq_V(H)=HV^2+VHV+V^2H$ is a sum of functions that commute.

$spectrum(V)=spectrum(V^2)=(\mu_i)_i=\{1,u,u^2\}$ where $u=e^{2i\pi/3}$.

Then $spectrum(Dq_V)=\{\mu_i^2+\mu_i\mu_j+\mu_j^2;i,j\}$.

With $\mu_i=1,\mu_j=u$, we obtain (at least) one zero eigenvalue and, therefore, $q$ admits no local $C^1$ inverse.

EDIT. Answer to the OP and Sally G.

If you don't know the theory of Kronecker products, then, no matter, it suffices to display elements of $\ker(Dp_U)$ and of $\ker(Dq_V)$. For example

$H=\begin{pmatrix}0&0&0\\1&0&0\\0&0&0\end{pmatrix}\in\ker(Dp_U)$ and $H=diag(1,0,-1)\in\ker(Dq_V)$.

8
On

I'm not entirely sure about differentiable maps in general, but to test for the existence of a $C^1$-map, you can use the inverse function theorem: you're looking for a local inverse of the $C^1$-map $h:M(3,\mathbb R)\to M(3,\mathbb R),~A\mapsto A^2$ around $A_0$, where $A_0$ is one of the matrices above. Such a map exists iff $\mathrm Dh(A_0)$ is invertible. So you should test for that.