I am having some problems with a finite, shifted quantum harmonic oscillator potential, and the theorem that states:
Any attractive potential in one dimension must have at least one bound state.
Let's consider the following potential:
$$ \ \begin{cases} V_o(\frac{x}{a}-1)(\frac{x}{a}+1) & -a \leq x\leq a \\ 0 \ \ \ \ \ otherwise \end{cases} \ $$
I tried doing it by scaling the Hamiltonian:
$$ \hat{H}=\sqrt{\frac{2V_o}{m}}\cdot\frac{1}{a}\left(\frac{\hat{P}}{2}+\frac{\hat{X}}{2}\right) - V_o $$
So I suppose it should give shifted Eigenenergies of the Harmonic Oscillator :
$$ E_n =\sqrt{\frac{2V_o}{m}}\cdot\frac{1}{a} \left(\frac{1}{2}+n\right) $$ And for the bounded states: $$ E_n < 0 \iff \frac{ma^2V_o}{2} > \left(n+\frac{1}{2}\right)^2 $$
Which, for specified values of $V_o,m$ and $a$ doesn't allow a bounded ground state. But according to the theorem, one should exist. What is the problem here, or with my way of solving it?