6.4. A few words about convexity

Convexity is a remarkable structure which is ubiquitous in optimization.

6.4.1. Projection onto convex subsets in Hilbert spaces

Let \((H,\langle \cdot , \cdot \rangle)\) be a Hilbert space, with associated norm \(|| x || := \langle x,x \rangle^{1/2}\). The following result is the basis of many crucial properties of such a Hilbert space. Roughly, it expresses that when \(K \subset H\) is a closed and convex subset of \(H\), one may define a projection mapping \(p_K : H \to K\) which to each point \(x \in H\) associates the closest point \(p\) to \(x\) in \(K\), see Fig. 6.5.

../_images/projconvtot.png

Fig. 6.5 (Left) Projection onto a closed convex set \(K\) in a Hilbert space; (center) When \(K\) is not convex, one point \(x \in H\) may have two closest points \(p_1\), \(p_2 \in K\); (right) Projection onto a closed vector subspace \(F\).

Theorem 6.7 (Projection onto a closed convex set)

Let \(K \subset H\) be a closed and convex subset. Then for all \(x \in H\), there exists a unique point \(p \in K\) such that

(6.2)\[\lvert\lvert x- p \lvert\lvert ^2 = \min\limits_{y\in K} \lvert\lvert x- y \lvert\lvert^2.\]

This point is called the projection of \(x\) onto \(K\) and it is denoted by \(p_K(x)\). It is characterized by the following fact:

(6.3)\[\begin{split}\forall z \in H, \quad z = p_K(x) \Leftrightarrow \left\{ \begin{array}{l} z \in K,\\ \forall y \in K, \:\: \langle z- x, y -z \rangle \geq 0. \end{array} \right.\end{split}\]

Eventually, the mapping \(p_K:H \to K\) thus defined is continuous.