The proximal operator is defined as: $\operatorname{prox}_{\sigma f}(y) = \arg \min_x (f(x) + \frac{1}{2 \sigma} \|x - y\|^2_2), \sigma > 0$.
I was wondering about whether the proximal operator is always continuous or not. My intuition says not, but I can't find any example where it is the case. Any help?
If the proximal operator is always a continuous function, how can I prove?
Let $$ f(x)=\left\{\begin{matrix} 0& x \neq 0 & \\ -1& x =0 & \end{matrix}\right. $$
Take $\sigma = \frac{1}{2} $ then the value of proximal map is $$P(y) =\left\{\begin{matrix} 0& y \neq 0 & \\ -1& y =0 & \end{matrix}\right. $$ which is a discontinuous map.