$(\cdot | \cdot )_0 $ an inner Product in $\mathbb{R}^n$. Show that there is one and only one symmetric, positive Definite $n \times n$ matrix $A$ such that: $$ (x |y)_0 = (Ax|y) $$ for all vectors in $\mathbb{R}^n$. And $(x|y)$ the standard inner product.
So i have shown that if such A exists then it must be unique, that part is easy. But I have troubles showing the existence. I thought it could be possible, since it is possible to reach any linear combination of the coordinates of x and y with a proper matrix, but I don't know how to write that mathematically and if it is enough...
Now first of all, lets use proper notation!
what we want is a matrix s.t $xAy^*=\langle x , y \rangle$. Since you already have an inner product, you have a basis (i.e. worst case svenario, pick a ONB(orthonormal basis))$\{b_1,...,b_n\}$. Now define $A_{i,j}:= \langle b_i , b_j \rangle$. then this matrix suffices the formula above. I leave the verification (using representation into basis elements) to you.