Suppose we have a convex set C defined using the following half-space representation: $$ C= \{ x \in \mathbb{R}^{m}: \langle b , x \rangle \geq f(b), \forall b \in \Delta_m\},$$
where $\Delta_m$ is the probability simplex in $\mathbb{R}^{m}$ and $f(.)$ is a concave non-negative valued function defined on $\Delta_m$. Let $ y \notin C$, then there exists a unique projection of $y$ onto $C$ (since C is closed and convex) denoted by $\prod_C(y)$. Then is the following true: $y-\prod_C(y)=-\lambda b_0$ for some $\lambda>0$ and $b_0 \in \Delta_m$ and that $\langle b_0, \prod_C(y) \rangle =f(b_0)$ for some $b_0 \in \Delta_m$? If yes, how to show it rigorously?
Intuitively it feels correct. I know that $y-\prod_C(y)$ is in the normal cone of $\prod_C(y)$ but am unable to proceed further.