Prox
Prox, short for proximal operator, is a concept in convex analysis and optimization. It is widely used in iterative methods to minimize functions that are convex but may be non-smooth.
For a convex function f: R^n -> R ∪ {+∞}, the proximal operator is defined by prox_f(x) = argmin_y { f(y)
Proximal operators enable splitting algorithms such as the proximal gradient method and ADMM, which minimize composite
Common closed-form proximals include prox_{λ ||·||_1}(v) = soft-thresholding, prox_{δ_C}(v) as the projection onto a convex set C
Applications of proximal operators span sparse recovery, compressed sensing, image denoising, and regularized learning. In practice,