19

So I'm pondering the statement:

Show that a continuous linear functional $f$ on a subspace $V$ of a Hilbert space $H$ has a unique norm preserving extension $h$ on $H$

Here is my thought.

Consider the closure of $V$, $\overline{V}$. Then since $V$ is dense in $\overline{V}$, there exists a unique extension $\overline{f}$ of $f$ to $\overline{V}$.

Moreover since $\overline{V}$ is a closed subspace of $H$ then it is also a Hilbert space, so by the Frechet-Riesz theorem we have $\overline{f}(v)$ = $\langle v,y_{\space\overline{f}} \rangle$ for some unique element $y_{\space\overline{f}} \in \overline{V}$

Take $ h(x) = \langle x,y_{\space\overline{f}} \rangle$.

How do I get uniqueness though?

1 Answers1

22

Let me simplify things by assuming (as you point out, without loss of generality) that $V$ is closed. Then, indeed, $f(x) = \langle x,y \rangle$ on $V$ for a unique $y \in V$, yielding the immediate extension $h(x) := \langle x,y\rangle$ of $f$ to $H$; one can readily check that $$\|f\|_{V^\ast} = \|y\|_V = \|y\|_H = \|h\|_{H^\ast},$$ so that this extension is norm-preserving.

Now, suppose that $k \in H^\ast$ is another extension of $f$ to $H$, so that $k(x) = \langle x,z\rangle$ for a unique $z \in H$. Then for any $x \in V$, $$0 = f(x) - f(x) = h(x) - k(x) = \langle x,y\rangle - \langle x,z\rangle = \langle x,y-z\rangle,$$ so that $y-z \in V^\perp$. Hence, $y$ and $y-z$ are orthogonal, so that $$\|k\|_{H^\ast} = \|z\|_H = \|y - (y-z)\|_H = \sqrt{\|y\|^2_H + \|y-z\|^2_H}.$$ Thus, $\|k\|_{H^\ast} = \|f\|_{V^\ast}$ if and only if $\sqrt{\|y\|^2_H + \|y-z\|^2_H} = \|y\|_H$, if and only if $\|y-z\| = 0$, if and only if $y =z$, if and only if $h=k$. Hence, $h$ is indeed the unique norm-preserving extension.

  • 1
    Actually, there seems to be a small typo in the second sentence: it says "yielding the immediate extension .. of $f$ to $V$", whereas it should be "yielding the immediate extension .. of $f$ to $H$". – Olorun Sep 17 '15 at 04:21
  • Why $y$ and $y-z$ are orthogonal? – Error 404 Jun 25 '18 at 11:11
  • 1
    On the one hand, by definition, $y \in V$. On the other hand, by the second displayed equation, $y-z \in V^\perp$. – Branimir Ćaćić Jun 25 '18 at 13:44
  • @BranimirĆaćić thank you for the big answer, I'm studying it and have some doubts, I know a long time passed but I hope you could clarify them. First thing: you say that existence of $f$ on $V\subset H$ for a unique $y\in V$ yields the immediate extension $h$ of $f$ to $H$. Where this reuslt come from? – sound wave Jan 27 '19 at 11:45
  • 1
    The vector $y \in V$ is still a vector in the ambient Hilbert space $H$, so there’s nothing to stop you from taking the inner product of any vector in $H$ with $y$, and this is the extension $h$. – Branimir Ćaćić Jan 27 '19 at 14:15
  • @BranimirĆaćić Thank you very much for answering. But if $f(x)$ on $V$ is defined for a unique $y\in V$, I expect the extension $h(x)$ on $H$ to be defined for a unique $y\in H$. Instead you define $h(x)$ for the same $y\in V$ as for $f(x)$, how is this possibile? – sound wave Jan 27 '19 at 15:40
  • 1
    Note that if $w \in V^\perp$, then $k(x) := \langle x, y+w\rangle$ defines another extension of $f$ to a functional on $H$. The whole point is that $h$ is the unique extension of $f$ with the same operator norm as $f$; if $w \neq 0$, then $k$ will actually have a larger operator norm that $h$. All this is discussed in my answer—please re-read it carefully. – Branimir Ćaćić Jan 27 '19 at 16:39
  • @BranimirĆaćić Thanks. In the case $V$ not closed, since $Y$ is dense in its closure $\overline{Y}$, a functional $f(x)\in V^$ has a unique extension $g(x)\in \overline{Y}^$, so that $||f||{Y^*}=||g||{\overline{Y}^}$. Moreover since $\overline{Y}$ is a closed subspace of $H$, then by the argument in your answer, $g(x)$ has a unique extension $h(x)\in H^$, so that $||g||{\overline{Y}^*}=||h||{H^}$. And so $h(x)$ in the unique extension of $f(x)$ on $H$, ie $||f||_{Y^}=||h||_{H^*}$. Is this correct? – sound wave Jan 27 '19 at 18:09
  • 1
    That's correct. – Branimir Ćaćić Jan 27 '19 at 18:15