Let $u$ be smooth, non-trivial function on $B(0,1)$ s.t. for some $\lambda \in \mathbb C$:
$$ \begin{align} \Delta u &= \lambda u &\text{ in } B(0,1)\\ u&=0 &\text{ in }\partial B(0,1) \end{align} $$
The task is to show that $\lambda \in \mathbb R $ and $\lambda \leq 0 $. I thought that the shortest way to prove this is the following:
- Extend $u$ with $0$ to the whole space $\mathbb R^n$.
- Take the Fourier transform: $\mathcal 0 = \mathcal F(0) = \mathcal F[(-\Delta + \lambda)u](k) = (|k|^2 + \lambda)\mathcal F(u)$. Since the function $u$ is non-trivial, there exists $k \in \mathbb R ^n$ s.t. $\lambda = -|k|^2$ (evidently Fourier transform of $u$ must be trivial up to $\lambda = -|k|^2$). Therefore $\lambda \in \mathbb R$ and $\lambda \leq 0$.
However, operating with Fourier transform is sometimes tricky and requires rigor, so I kind of have a feeling I missed something which would invalidate this proof. So the question is, is this approach alright, or should I go some other way?
Thanks in advance!