I am having trouble showing the following result.
If $A$ is a positive definite matrix, then the norms (on $\mathbb{R}^n$) $\|x\|_A:= \sqrt{x^\top A x}$ and $\|y\|_{A^{-1}}:= \sqrt{y^\top A^{-1} y}$ are dual.
[Here, the dual $\|\cdot\|^*$ of a norm $\|\cdot \|$ on $\mathbb{R}^n$ is defined to be $\|y\|^* := \sup_{x \in \mathbb{R}^n} \frac{y^\top x}{\|x\|}$.]
For $A$ being the identity matrix, the result follows from the Cauchy-Schwarz inequality: $y^\top x \le \|y\| \|x\|$ with equality attained when $x=y$, so $$\|y\|^* = \sup_{x \in \mathbb{R}^n} \frac{y^\top x}{\|x\|} = \|y\|.$$
However I am having trouble with general $A$. I tried using Cauchy-Schwarz on the inner product $\langle x,y \rangle = x^\top A y$, but got stuck. Any hints would be appreciated!
So I have some progress: going backwards from the stated result, I've shown that $$\frac{y^\top y}{\|y\|_A} = \frac{y^\top y}{\sqrt{y^\top A y}} = \sqrt{y^\top A^{-1} y} = \|y\|_{A^{-1}}$$ (I omitted my work), so that assuming $\|\cdot\|_{A^{-1}}$ is indeed the dual of $\|\cdot\|_A$, an $x$ that maximizes $\sup_{x \in \mathbb{R}^n} \frac{y^\top x}{\|x\|_A}$ is $x=y$.
However, I am still stuck on showing that $x=y$ indeed maximizes $\frac{y^\top x}{\|x\|_A}$. Cauchy-Swcharz (for the usual Euclidean norm) only gives $\frac{y^\top x}{\|x\|_A} \le \frac{\|y\|_2 \|x\|_2}{\|x\|_A}$ with equality if and only if $x$ and $y$ differ by a scalar, but the $\|x\|_A$ will mess things up.
$$ \left\|x\right\|_A^{*}= \displaystyle\sup_{_{\left\|y\right\|_A\leq 1}}y^{\perp}x =\sup_{_{\left\|A^{-1}y\right\|_A\leq 1}}\left(A^{-1}y\right)^{\perp}x =\sup_{_{\left\|y\right\|_{id}\leq 1}}\left(A^{-1}y\right)^{\perp}x =\sup_{_{\left\|y\right\|_{id}\leq 1}}y^{\perp}\left(A^{-1}x\right) =\left\|x\right\|_{A^{-1}} $$
I used the surjectivity of $A^{-1}$, the rest is calculus. $id$ is the identity matrix.
edit: use the root of $A$ instead of $A$ itself under the supremum. (see comments)