Proximal Operators¶
Definition¶
Let
be a proper convex function mapping the normed space
to the extended real number line
. The proximal
operators of the functional
is mapping from
. It
is denoted as
with
and defined by
 = \arg\;\min_{y\in Y}\;f(y)+\frac{1}{2\tau} \|x-y\|_2^2](../../../_images/math/1e4435319cea7d75ef642ae9f2d36a11309e3055.png)
The shorter notation
) is also common.
Properties¶
Some properties which are useful to create or compose proximal operators:
Separable sum
If
is separable across variables, i.e.
,
then
 = (\mathrm{prox}_\tau[g](x), \mathrm{prox}_\tau[h](y))](../../../_images/math/0588939ab68f09302f2b785b3bf0f3ec5b7cc2f4.png)
Post-composition
If
with
, then
 = \mathrm{prox}_{\alpha\tau}[f](x)](../../../_images/math/2cc255fd811836932dc8c8f2f93eed09c11a0895.png)
Pre-composition
If
with
, then
 = \frac{1}{\beta} (\mathrm{prox}_{\beta^2\tau}[f](\beta x+b)-b)](../../../_images/math/fbe503f53e4bad6e8c8d6aa24f4bf284d4aedf19.png)
Moreau decomposition
This is also know as the Moreau identity
 + \frac{1}{\tau}\,\mathrm{prox}_{1/\tau}[f^*] (\frac{x}{\tau})](../../../_images/math/12086ddb6d1fa180fccd28003cf84c8255879b4a.png)
where
is the convex conjugate of
.
Convec conjugate
The convex conjugate of
is defined as

where
denotes inner product. For more
on convex conjugate and convex analysis see [Roc1970]
or Wikipedia.
For more details on proximal operators including how to evaluate the proximal operator of a variety of functions see [PB2014].
Indicator function¶
Indicator functions are typically used to incorporate constraints. The
indicator function for a given set
is defined as

Special indicator functions
Indicator for a box centered at origin and with width
:

where
denotes the maximum-norm.