Theorem 1 For $f \in L^2(\mathbb R)$ and $a,b \in \mathbb R$ $$ \frac{1}{2} \| f \|_2^2 \le \left( \int_{\mathbb R} (x - a)^2 | f(x) |^2 d x\right)^\frac{1}{2} \left( \int_{\mathbb R} (\xi - b)^2 | \hat{f}(\xi) |^2 d\xi \right)^\frac{1}{2}. $$ holds.
In our lecture we proved theorem 1 using the following theorem
Theorem 2 For self-adjoint (possibly unbounded) operators $S,T$ on a Hilbert space $H$ and $a,b \in \mathbb R$ $$ \| (S - a I) f \| \| (T - b I) \| \ge \frac{1}{2} | \langle [S,T] f, f \rangle | $$ holds for all $f \in \text{dom}(ST) \cap \text{dom}(TS)$, where $[S,T] := S T - T S$ is the commutator of $S$ and $T$.
Proof. Define $(S f)(x) := x f(x)$ for $f \in L^2(\mathbb R^n)$ and $(T f)(x) := i f'(x)$ for differentiable $f \in L^2(\mathbb R^n)$. For $f \in \text{dom}(ST) \cap \text{dom}(TS)$ we have \begin{align*} \tag{1} ([S,T] f)(x) & = i x f'(x) = i \frac{d}{dx} ( x \cdot f(x)) \\ & = i x f'(x) - i f(x) - i x f'(x) = - i f(x) \end{align*} and by theorem 2 $$ \tag{2} \frac{1}{2} \| f \|_2^2 = \frac{1}{2} | \langle - i f(x), f(x) \rangle | \le \| (S - a I) f \|_2 \| (T - b I) f \|_2. $$ By the Plancherel theorem we have $$ \tag{3} \| (T - b I) f \|_2 = \| \mathcal{F}((T - b I) f) \|_2 = \| (\xi - b) \hat{f} \|_2, $$ which yields the statement. $\square$
My Questions
- Into what spaces do $S$ and $T$ map? Is it $L^2(\mathbb{R}^n)$?
Why can we use the Plancherel theorem? I have tried to calculate \begin{align*} \| (T - b I) f \|_2^2 & = \int_{\mathbb{R}^n} | i f'(x) - b f(x) |^2 dx \\ & = \int_{\mathbb{R}^n} | f'(x) |^2 - i b \overline{f(x)} f'(x) + i b f(x) \overline{f'(x)} + | b f(x) |^2 dx \\ & = \int_{\mathbb{R}^n} | f'(x) |^2 dx - i b \int_{\mathbb{R}^n} \frac{d}{dx} | f(x) |^2 dx + | b |^2 \| f \|_2^2 \\ & = \int_{\mathbb{R}^n} | f'(x) |^2 dx + | b |^2 \| f \|_2^2 - i b \bigg[| f(x) |^2\bigg]_{x = - \infty}^{\infty} \end{align*} Is this correct? Can we conclude this is finite?
How do we deal with the $\int_{\mathbb{R}} | f'(x) |^2 dx$ term?
Under the suitable assumptions (in another proof of theorem 1, where $f \in L^2(\mathbb{R})$ we used this) we can say \begin{equation*} \int_{\mathbb R^n} | f'(x) |^2 dx = \int_{\mathbb R^n} | \mathcal{F}(f')(x) |^2 dx = \int_{\mathbb R^n} x^2 | \hat{f}(x) |^2 dx, \end{equation*} but for this we would need that $f' \in L^2$. Our lecture assistant conjectured that we need to require $f' \in L^2$. How can we show this is necessary?
- I know that $\big[| f(x) |^2\big]_{x = - \infty}^{\infty}$ only makes sense for $n = 1$. How can we generalise it? Can we conclude that it vanishes as $|f(x)| \xrightarrow{x \to \pm \infty} 0$ because $f \in L^2(\mathbb{R}^n)$?
@1: Yes, $S$ and $T$ are (unbounded) operators defined on suitable subspaces of $L^2$ going into $L^2$. You probably want either the Schwartz space or $H^1$ / its fourier transform respectively as domain for $T$ and $S$.
@3: If one of the integrals on the RHS of theorem 1 is infinite, there is really nothing to prove. If the other integral is zero, then $f=0$ and the inequaltiy is true. If the other integral is non-zero, then the RHS is $+\infty$ and the inequality is also true. Therefore you can assume right away and w.l.o.g. that both integrals are finite, i.e. not only $f\in L^2$, but $(x-a)f(x) \in L^2$ and $(\xi-b)\hat{f}(\xi)\in L^2$ as well so that $x f(x)\in L^2$ and $\xi \hat{f}(\xi)\in L^2$. Now since Fourier transform exchanges multiplication by $x$ with differentiation (up to some $\pm i$), this means that $f'(x)\in L^2$ as well. One has to be a bit careful here because this is only a weak derivative, but that doesn't change anything relevant.
@2: And this is the reason you can apply Plancherel's theorem: You assume wlog that all the relevant functions are in $L^2$.