I need to solve the following problem: $$\min._{0 \le \mu \le 1} \|\mu-z\|_2^2 + \alpha\|\mu\|_\infty$$ I indicate the box constraint on $\mu$ explicitly as a function and get $$\min._{\mu\in\mathbb{R^n}} \|\mu-z\|_2^2 + \alpha\|\mu\|_\infty + I_C(0 \le \mu \le 1)$$
Hence, my optimization problem is about computing the proximal operator of the function $\alpha\|\mu\|_\infty + I_C(0 \le \mu \le 1)$. Inspired by L Infinity ($ {L}_{\infty} $) Norm Regularized Proximity Problem (Or The Proximal Operator of the $ {L}_{\infty} $ (Infinity Norm)), I thought I will use Moreau's decomposition: $I = \text{prox}_f(.) + \text{prox}_{f^*}(.)$
In order to derive the conjugate of the sum of two functions, I used the concept of infimal convolution given in Dimitri P. Bertsekas - Convex Optimization Theory - Chapter 3 - Exercises and Solutions: Extended Version.
Subsequently, I am able to derive closed-form expressions for the proximal operator of the conjugate of the sum of functions and obtain the optimal $\mu$.
In the above notes, the conjugate of the sum of functions, is defined as the closure of the infimal convolution of the conjugates of the individual functions, provided the original sum of functions is proper. What is the practical consequence of dealing with the concept of closure?