Spring 2010 - Problem 7

convex sets, Hilbert spaces

Let HH be a Hilbert space and let EE be a closed convex subset of HH. Prove that there exists a unique element xEx \in E such that

x=infyEy.\norm{x} = \inf_{y \in E}\,\norm{y}.
Solution.

First observe that we have the parallelogram law:

xy2+x+y2=2x2+2y2\norm{x - y}^2 + \norm{x + y}^2 = 2\norm{x}^2 + 2\norm{y}^2

Set δ=infyEy\delta = \inf_{y \in E}\,\norm{y} and let {xn}nE\set{x_n}_n \subseteq E be a sequence in EE such that xnδ\norm{x_n} \to \delta. Since EE is convex, 12(xn+xm)E\frac{1}{2}\p{x_n + x_m} \in E for any n,m1n, m \geq 1. Combined with the triangle inequality, this implies

δxn+xm2xn+xm2n,mδ.\delta \leq \norm{\frac{x_n + x_m}{2}} \leq \frac{\norm{x_n} + \norm{x_m}}{2} \xrightarrow{n,m\to\infty} \delta.

Thus, by the parallelogram law,

xnxm22+xn+xm22=2xn22+2xm22    xnxm2=xn2+xm22xn+xm22n,mδ2+δ22δ2=0.\begin{gathered} \norm{\frac{x_n - x_m}{2}}^2 + \norm{\frac{x_n + x_m}{2}}^2 = 2\norm{\frac{x_n}{2}}^2 + 2\norm{\frac{x_m}{2}}^2 \\ \implies \norm{x_n - x_m}^2 = \frac{\norm{x_n}^2 + \norm{x_m}^2}{2} - \norm{\frac{x_n + x_m}{2}}^2 \xrightarrow{n,m\to\infty} \frac{\delta^2 + \delta^2}{2} - \delta^2 = 0. \end{gathered}

In other words, {xn}n\set{x_n}_n is Cauchy, so it converges to some xHx \in H. Since EE was closed, it follows that xEx \in E, which proves existence. To show uniqueness, suppose xEx^* \in E is another minimizer. Then by convexity, 12(x+x)E\frac{1}{2}\p{x + x^*} \in E and so by another application of the parallelogram law,

xx22+x+x22=2x22+2x22=δ22+δ22=δ2    δ2x+x22=δ2xx22.\begin{gathered} \norm{\frac{x - x^*}{2}}^2 + \norm{\frac{x + x^*}{2}}^2 = 2\norm{\frac{x}{2}}^2 + 2\norm{\frac{x^*}{2}}^2 = \frac{\delta^2}{2} + \frac{\delta^2}{2} = \delta^2 \\ \implies \delta^2 \leq \norm{\frac{x + x^*}{2}}^2 = \delta^2 - \norm{\frac{x - x^*}{2}}^2. \end{gathered}

The first inequality comes from the fact that 12(x+x)E\frac{1}{2}\p{x + x^*} \in E and the fact that δ\delta is the minimum norm. Thus, xx=0    x=x\norm{x - x^*} = 0 \implies x = x^*, which completes the proof.