6

Let $\Delta$ be the operator on $L^2(0, \infty)$ defined as follows: $\Delta \phi:= \phi''$, with domain $D(\Delta):=C^\infty_0(0, \infty)$. Is $\Delta$ closed or closable? In the case, what is its closure?

BGA
  • 543

1 Answers1

2

The answer is yes and its closure is the Laplacian on $H^1_0(0, \infty) \cap H^2(0, \infty)$. To see this simply note that the graph of the closure of an operator is, by definition, the operator whose graph is the closure of the graph of the original operator under the graph norm $\|f\|_\Delta = \|f\|_2 + \|\Delta f\|_2$. More explicitly, if we let $G(T)$ denote the graph of $T$ we have $$G(\overline{\Delta }) = \overline{G(\Delta)}= \operatorname{cl} \{(f, f''): f \in C^\infty_0(0,\infty)\} = \{(f, f''): f \in H^1_0(0, \infty) \cap H^2(0, \infty)\}$$ since the graph norm $\|\cdot \|_\Delta$ is equivalent to the Sobolev norm.

  • Thank you brom. I have to say that I must study better Sobolev spaces in order to fully undertand your answer. – BGA Sep 10 '13 at 18:12