All matrices are square matrices of real numbers. The goal is to use these properties to show that $$AY+Y^{T}A= 0$$
What do the equations in the title reveal about the properties of $A$, $X$, and $Y$? Can $X$ only be the identity matrix?
Thanks!
loup blanc's edit: This question is about showing that the solutions of $X^TAX=A$ are in isomorphism with the solutions of $AY+Y^TA=0$. Recent research (2011) has made it possible to know the dimension of the solutions of the second equation, then the dimension of the solutions of the first one.
Without characterizing the solutions to your equations, we can say the following:
Suppose that $X$ is a solution to $X^TAX = A$, and that $Y = (I - X)(I + X)^{-1}$. Because $\det(I+X) \neq 0$, it suffices to show that $$ (I + X)^T[AY + Y^TA](I + X) = 0. $$ With that in mind, we note that we can expand $$ \begin{align*} (I + X)^T[AY + Y^TA]&(I + X) = (I+X)^TA(I-X) + (I-X)^TA(I + X) \\ &= A - AX + X^TA - X^TAX + A - X^TA + AX - X^TAX\\ &= A - AX + X^TA - A + A - X^TA + AX - A = 0. \end{align*} $$ The desired conclusion follows.