Spring 2014 - Problem 6

Hilbert spaces

Given a Hilbert space H\mathcal{H}, let {an}n1H\set{a_n}_{n\geq1} \subseteq \mathcal{H} be a sequence with an=1\norm{a_n} = 1 for all n1n \geq 1. Recall that the closed convex hull of {an}n1\set{a_n}_{n\geq1} is the closure of the set of all convex combinations of elements in {an}n\set{a_n}_n.

  1. Show that if {an}n\set{a_n}_n spans H\mathcal{H} linearly (i.e., any xHx \in \mathcal{H} is of the form k=1mckank\sum_{k=1}^m c_k a_{n_k}, for some mm and ckCc_k \in \C), then H\mathcal{H} is finite dimensional.
  2. Show that if an,ξ0\inner{a_n, \xi} \to 0 for all ξH\xi \in \mathcal{H}, then 00 is in the closed convex hull of {an}n\set{a_n}_n.
Solution.
  1. {a1}\set{a_1} is linearly independent and orthonormal. We now throw out all ana_n such that {a1,an}\set{a_1, a_n} is linearly independent. If all that remains is {a1}\set{a_1}, then H\mathcal{H} is finite dimensional by assumption. Otherwise, after renumbering, {a1,a2}\set{a_1, a_2} is linearly independent, and by Gram-Schmidt, we may assume without loss of generality that {a1,a2}\set{a_1, a_2} is orthonormal.

    Repeating this process, we obtain {a1,,aN}\set{a_1, \ldots, a_N} an orthonormal set at the NN-th stage. If this process terminates, then HCN\mathcal{H} \simeq \C^N and we are done. Now suppose that this does not terminate, so we get an orthonormal sequence {an}n\set{a_n}_n which still spans H\mathcal{H} linearly.

    Consider x=n=1an2nx = \sum_{n=1}^\infty \frac{a_n}{2^n} and notice that the partial sums are Cauchy:

    n=NMan2n2=n=NM14n14N1114=134N1N0,\norm{\sum_{n=N}^M \frac{a_n}{2^n}}^2 = \sum_{n=N}^M \frac{1}{4^n} \leq \frac{1}{4^N} \cdot \frac{1}{1 - \frac{1}{4}} = \frac{1}{3 \cdot 4^{N-1}} \xrightarrow{N\to\infty} 0,

    so xH{0}x \in \mathcal{H} \setminus \set{0}. Hence, by assumption, we may express it as a finite linear combination x=n=1Ncnanx = \sum_{n=1}^N c_n a_n. But observe that

    ck=n=1Ncnan,ak=x,ak=n=1an,ak2n=12k,c_k = \sum_{n=1}^N c_n \inner{a_n, a_k} = \inner{x, a_k} = \sum_{n=1}^\infty \frac{\inner{a_n, a_k}}{2^n} = \frac{1}{2^k},

    i.e., the coefficients of the finite linear combination matches up with those of the infinite one. This means that any finite linear combination cannot represent xx, a contradiction, so H\mathcal{H} must have been finite dimensional to begin with.

  2. Let KK be the closed convex hull in question. Since KK is closed and convex, there exists a unique xKx \in K such that x=d(0,K)\norm{x} = d\p{0, K}. Since xx is a minimizer, for any yKy \in K, (1θ)y+θxK\p{1 - \theta}y + \theta x \in K by convexity and so (1θ)y+θx2x2\norm{\p{1 - \theta}y + \theta x}^2 \geq \norm{x}^2. Expanding,

    (1θ)2y2+θ2x2+2Re(1θ)y,θxx2    2(1θ)θRey,x(1θ2)x2(1θ)2y2    2θRey,x(1+θ)x2(1θ)y2.\begin{aligned} &\p{1 - \theta}^2\norm{y}^2 + \theta^2 \norm{x}^2 + 2\Re\inner{\p{1 - \theta} y, \theta x} \geq \norm{x}^2 \\ \implies{}& 2\p{1 - \theta}\theta\Re\inner{y, x} \geq \p{1 - \theta^2} \norm{x}^2 - \p{1 - \theta}^2\norm{y}^2 \\ \implies{}& 2\theta\Re\inner{y, x} \geq \p{1 + \theta}\norm{x}^2 - \p{1 - \theta}\norm{y}^2. \end{aligned}

    Sending θ1\theta \to 1, we see Rey,xx2\Re\inner{y, x} \geq \norm{x}^2. But if we let y=any = a_n, then

    x2Rean,xn0\norm{x}^2 \leq \Re\inner{a_n, x} \xrightarrow{n\to\infty} 0

    by assumption, so x=0x = 0.