From Rayleigh Equation, we know for symmetric $n\times n$ matrix $A$ $$\min_{x\in \mathbb{R}^n\setminus \{0\}}\frac{x^TAx}{x^Tx} = \lambda_{\min}(A)$$
My question is does the same equation hold for the following scenario $$\inf_{x\in \mathbb{S}^{n-1}\setminus\{x^*\}}\frac{(x-x^*)^TA(x-x^*)}{(x-x^*)^T(x-x^*)} = \lambda_{\min}(A)$$
where $\mathbb{S}^{n-1}$ is the unit sphere in $n$ dimensions and $x^*$ is a fixed element in $\mathbb{S}^{n-1}$.
Further, it seems that the minimum can be achieved if $x^*$ is orthogonal to the eigenvector corresponding to the minimum eigen value. Can this also be proved formally/
There's a few nice ways to do this but I focus on the technique of (1) make the minimum eigenvalue 0, i.e. all associated eigenvectors for the minimum eigenvalue $\in \ker A$. Note this implies $A\succeq \mathbf 0$.
We do this by translation: considering $A_\gamma := A + \gamma I$ for $\gamma := -\lambda_\min$
$\dfrac{\mathbf x^T A_\gamma \mathbf x}{\mathbf x^T\mathbf x} = \dfrac{\mathbf x^T A \mathbf x}{\mathbf x^T\mathbf x}+\gamma$
which is precisely the amount that all eigenvalues shift by in $A\mapsto A_\gamma$.
And the same preservation occurs when we consider $\dfrac{\big(\mathbf x - \mathbf x^*\big)^T A_\gamma \big(\mathbf x - \mathbf x^*\big)}{\big(\mathbf x - \mathbf x^*\big)^T \big(\mathbf x - \mathbf x^*\big)}=\dfrac{\big(\mathbf x - \mathbf x^*\big)^T A\big(\mathbf x - \mathbf x^*\big)}{\big(\mathbf x - \mathbf x^*\big)^T \big(\mathbf x - \mathbf x^*\big)} + \gamma$ for any $\mathbf x \neq \mathbf x^*$
So we can assume WLOG (1) is true.
To verify the lower bound: for any $\mathbf x \neq \mathbf x^*$ we have
$\big(\mathbf x - \mathbf x^*\big)^T A \big(\mathbf x - \mathbf x^*\big)\cdot \big \Vert\mathbf x - \mathbf x^*\big \Vert_2^{-2} \cdot\geq 0$
because $A$ is PSD
To show that the bound is tight
$W:=\ker\big( A\big)$ and split into two cases
(i) $\mathbf x^*\notin W^\perp$ (infimum is attained)
then $\mathbf x^* = \alpha' \mathbf w + \beta'\mathbf v$ for some unit length vectors $\mathbf w \in W$ and $\mathbf v\in W^\perp$ where $\alpha'\neq 0$ and of course $(\alpha')^2 + (\beta')^2 =1$
Then $\mathbf x:= -\alpha' \mathbf w + \beta'\mathbf v$ meets the lower bound with equality since $\mathbf 0 \neq \mathbf x - \mathbf x^* = -2\alpha'\cdot \mathbf w \in \ker A$
(ii) $\mathbf x^*\in W^\perp$ (infimum not attained)
for some $\mathbf w \in W$ with length 1
in this case write $\mathbf x \in \mathbb S^{n-1}-\big\{\mathbf x^*\big\}$ as
$\mathbf x = \alpha \mathbf w + \beta\mathbf x^*$ where $\alpha^2 + \beta^2 =1 $ and note $(\mathbf x^*)^TA\mathbf x^* =\eta \in \mathbb R_{\gt 0}$
consider this sequentially using $\mathbf x_k$ with $\beta_k:=1-\big(\frac{1}{2}\big)^k=\frac{2^k-1}{2^k} $ which implies $\alpha_k^2 = \frac{2^{k+1}-1}{4^k}$ $\big(\mathbf x_k - \mathbf x^*\big) = \big(\alpha_k \mathbf w + (\beta_k-1) \mathbf x^*\big)\implies \big(\mathbf x_k - \mathbf x^*\big)^T A \big(\mathbf x_k - \mathbf x^*\big) = \eta (1-\beta_k)^2$ and
$\big \Vert\mathbf x_k - \mathbf x^*\big \Vert_2^{-2} = \Big(\alpha_k^2 +\big(1-\beta_k\big)^2\Big)^{-1} $ and we have
$\implies \big(\mathbf x - \mathbf x^*\big)^T A \big(\mathbf x - \mathbf x^*\big)\cdot \big \Vert\mathbf x - \mathbf x^*\big \Vert_2^{-2} = \eta \cdot \dfrac{(1-\beta_k)^2}{\alpha_k^2 +\big(1-\beta_k\big)^2}= \eta \cdot \dfrac{\frac{1}{4^k}}{\frac{2^{k+1}-1}{4^k} +\frac{1}{4^k}}$
$= \eta \cdot \dfrac{1}{2^{k+1}-1}\lt \eta \cdot \dfrac{1}{2^{k}}$
which has modulus $\lt \epsilon$ for any $\epsilon \gt 0$ by selecting $k$ large enough. This shows that the lower bound is in fact the infimum.