Orthonormal basis problem

306 Views Asked by At

I have problems showing an orthonormal system is a basis. The question is as follows:

Show that $\left\{\frac{e^{int}}{\sqrt{2\pi}}e^{i\varphi(t)} \right\}_{n\in\mathbb{Z}}$ is indeed an orthonormal basis of $L^2[-\pi,\pi]$; with $\varphi:[-\pi,\pi]\rightarrow\mathbb{R}.$

Proving that is orthonormal is rather easy, because is showing $$\left< e_n,\overline{e_m} \right>=\begin{cases}1, & if\ n=m \\ 0, & if\ n\neq m\end{cases},$$ with $e_n:=\frac{e^{int}}{\sqrt{2\pi}}e^{i\varphi(t)}$.

But I have problems showing it is complete. I have tried showing $\left< f,e_n\right>=0, \forall f\in L^2[-\pi,\pi]$.

  1. How do I integrate $\int_{-\pi}^\pi f(t)\frac{e^{-int}}{\sqrt{2\pi}}e^{-i\varphi(t)}dt$? By parts?
  2. Do I have to prove it for a particular $\varphi(t)$? Like $\varphi(t)=t$ or $\varphi(t)=t^2$
2

There are 2 best solutions below

4
On BEST ANSWER

I am assuming that you know that the basis $e_n(t) = {1 \over \sqrt{2 \pi}} e^{i n t}$ is complete. Let $b_n$ be the basis in the question.

The basis is complete iff $\langle b_n, f \rangle = 0$ for all $n$ implies $f = 0$.

Suppose $\langle b_n, f \rangle = 0$ for all $n$. Then $\langle e_n, t \mapsto e^{-i \psi(t)} f(t) \rangle = 0$ for all $n$ and so $t \mapsto e^{-i \psi(t)} f(t)$ is the zero function form which we get $f=0$.

0
On

My favourite method is:

(1) Prove that your exponential functions are dense in $C[S^1]$ (i.e. the space of periodic continuous functions on $[-\pi, \pi]$ endowed with the $\sup $ norm). Since your exponential functions span a subspace that is closed under algebra operations and complex conjugation and includes the constants, this follows from the Stone-Weierstrass theorem.

(2) Use the fact that continuous functions are dense in $L^2[-\pi, \pi]$.

Note that the natural norm on $L^2[-\pi, \pi]$ is different from the sup norm on $C[-\pi,\pi]$, but this shouldn't trip you up.