I can't figure out if this is true:
Suppose $A^T=-A$ and that the symmetric matrix $AA^T$ is a positive definite (so diagonalizable, lets say $AA^T=O\Lambda O^T$, with all eigenvalues positive). Therefore, we can define a square root by
$$\sqrt{AA^T}=O\sqrt{\Lambda}O^T,$$
where $\sqrt{\Lambda}=\textrm{diag}(\sqrt{\lambda_1},\ldots\sqrt{\lambda_n})$, $\lambda_i$ eigenvalues of $AA^T$. One can see that $A$ commutes with $AA^T$, once $A^T=-A$. But I can't see if it is true that:
$$A\sqrt{AA^T}=\sqrt{AA^T}A$$
In other words, does $A$ commute with $AA^T$ implies $A$ commutes with $\sqrt{AA^T}$?
Any help will be appreciated.