Sigh... I couldn't even get to the bottom of
the page before I ran into another thing that looks like it might be easy, but that I still can't figure out. Let E={e
k} be an orthonormal basis. (In this problem we're dealing with a separable Hilbert space). Suppose that the set
\{\alpha_k\in\mathbb C|k\in\mathbb Z^+\}
is such that \{|\alpha_k|\} is bounded from above. Define M to be the least upper bound. Now define
Ae_k=\alpha_k e_k
for k=1,2,... Show that that A extends by linearity to a bounded linear operator with norm M. This is how I interpret the problem: We need to show a) that there's a unique linear operator A' such that A' restricted to E is A, and b) that this A' is bounded. (Maybe this isn't what he meant?)
I will drop that prime right away, because I find it annoying. If we can find a bounded linear operator A that when restricted to E is the A we started with, then uniqueness follows from the formula
x=\sum_{k=1}^\infty \langle e_k,x\rangle e_k
because it means that when we express a vector as an infinite "linear combination" of basis vectors, the coefficients are unique. (Oh, yeah, my inner products are linear in the
second variable).
Ax=A\left(\sum_{k=1}^\infty\langle e_k,x\rangle e_k\right)=\sum_{k=1}^\infty\langle e_k,x\rangle \alpha_k e_k
We can also take this as the definition of A, because when we restrict it to E, it has the same effect as the A we started with. The A defined this way is bounded: By Pythagoras, continuity of the norm, and |\alpha_k|\leq M,
\|Ax\|^2=\sum_{k=1}^\infty \|\langle e_k,x\rangle\alpha_k e_k\|^2=\sum_{k=1}^\infty |\langle e_k,x\rangle|^2|\alpha_k|^2 \leq M^2\sum_{k=1}^\infty |\langle e_k,x\rangle|^2 = M^2\|x\|^2
These calculations prove that there exists a unique bounded linear operator that when restricted to E is the A we started with. Hm, this is clearer to me now than when I started typing this post. I guess what remains is just to show that there's no unbounded operator that restricted to E is A. So how do we do that?
I can prove that if T is an operator that when restricted to E is A, the set \|Tx\|/\|x\| with x a (finite) linear combination of basis vectors is bounded from above. So I just need to do the same for infinite "linear combinations". (I think most authors define a linear combination to have a finite number of terms, so I don't really know what to call the ones with infinitely many). This is the proof for finite linear combinations:
\|Tx\|\leq\sum_{k=1}^n\|\langle e_k,x\rangle Te_k\| =\sum_{k=1}^n|\langle e_k,x\rangle||\alpha_k| \leq \left(\sum_{k=1}^n|\langle e_k,x\rangle|^2\right)^{\frac{1}{2}}\left(\sum_{k=1}^n|\alpha_k|^2\right)^{\frac{1}{2}}\leq\sqrt{n}M\|x\|
The inequality in the middle is the Cauchy-Schwartz inequality for the dot product on ℝ
n.
Edit: The inequality \|Ax\|^2 \leq M^2\|x\|^2 implies \|A\|\leq M. I don't see how to prove that \|A\|=M.
This book is really frustrating. I feel like I have to spend hours, sometimes days, on every little comment he makes without supporting arguments, and I can still easily prove half the things he
does prove.