Let $S(x)=c(x)+Q(x)K := \{c(x) + Q(x)z \mid z \in K \}$ where $K$ is a nonempty closed and convex subset and $c,Q$ continuous. Moreover, let $\phi(x,y) = \langle F(x), y-x \rangle + \frac{\alpha}{2} ||x-y||^2 $ with $F$ continuous.
Consider the following reformulation of an optimization problem \begin{align} \min_y \varphi(x,y) ~~ s.t. ~~ y\in S(x) \tag{1}\\ &\iff \min_y \varphi(x,y) ~~ s.t. ~~y \in c(x)+Q(x)K \\ &\iff \min_y \varphi(x,y) ~~s.t.~~ \exists z \in K: y=c(x)+Q(x)z \\ &\iff \min_{y,z} \varphi(x,y) ~~s.t. ~~ y=c(x)+Q(x)z, z \in K\\ &\iff \min_z \psi(x,z) ~~s.t. ~~ z \in K \tag{2} \end{align} where \begin{align} \psi(x,z) :&= \varphi(x,c(x) + Q(x)y) \notag \\ &= F(x)^T (c(x) - x) + \frac{\alpha}{2} z^T Q(x)^T Q(x)z + \frac{\alpha}{2} \|c(x) - x\|^2 \notag \\ &\quad + \big(F(x) + \alpha (c(x) - x)\big)^T Q(x)z \end{align}
If I assume that $S(x)$ is closed and convex and $\varphi$ is strongly convex, then I can conclude that the minimizer of the initial problem is unique. My question now is: Is the minimizer of problem (2) unique as well? I know that $\psi$ is strongly convex if and only if the $Q(x)$ has full rank. However, this is not necessary for problem (1) to have a unique solution. How do the problems connect?